[INFO] cloning repository https://github.com/mihneabuz/inel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mihneabuz/inel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmihneabuz%2Finel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmihneabuz%2Finel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5d728a1ce34f1027cf02a89bed8d2c9ee34adb84
[INFO] testing mihneabuz/inel 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%2Fmihneabuz%2Finel" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mihneabuz/inel
[INFO] finished tweaking git repo https://github.com/mihneabuz/inel
[INFO] tweaked toml for git repo https://github.com/mihneabuz/inel written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mihneabuz/inel 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/mihneabuz/inel 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/mihneabuz/io-uring.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded prettyplease v0.2.35
[INFO] [stderr]   Downloaded aws-lc-rs v1.13.2
[INFO] [stderr]   Downloaded hyper-util v0.1.14
[INFO] [stderr]   Downloaded criterion v0.6.0
[INFO] [stderr]   Downloaded h2 v0.4.10
[INFO] [stderr]   Downloaded bindgen v0.69.5
[INFO] [stderr]   Downloaded tokio v1.46.0
[INFO] [stderr]   Downloaded aws-lc-sys v0.30.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 0226dd5399f38f2dc177a8647f04c5b5036e13eeeeccb4f5a83238a671fe431a
[INFO] running `Command { std: "docker" "start" "0226dd5399f38f2dc177a8647f04c5b5036e13eeeeccb4f5a83238a671fe431a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0226dd5399f38f2dc177a8647f04c5b5036e13eeeeccb4f5a83238a671fe431a", 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" "0226dd5399f38f2dc177a8647f04c5b5036e13eeeeccb4f5a83238a671fe431a" "/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" "0226dd5399f38f2dc177a8647f04c5b5036e13eeeeccb4f5a83238a671fe431a", 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" "0226dd5399f38f2dc177a8647f04c5b5036e13eeeeccb4f5a83238a671fe431a" "/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.174
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling slab v0.4.10
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling aws-lc-rs v1.13.2
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling rustls v0.23.29
[INFO] [stderr]    Compiling io-uring v0.7.8 (https://github.com/mihneabuz/io-uring.git#6a110b16)
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling inel-interface v0.1.0 (/opt/rustwide/workdir/crates/inel-interface)
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling inel-macro v0.1.0 (/opt/rustwide/workdir/crates/inel-macro)
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling cc v1.2.29
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling aws-lc-sys v0.30.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tokio v1.46.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling inel-reactor v0.1.0 (/opt/rustwide/workdir/crates/inel-reactor)
[INFO] [stderr]    Compiling inel-executor v0.1.0 (/opt/rustwide/workdir/crates/inel-executor)
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling h2 v0.4.10
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling rustls-webpki v0.103.4
[INFO] [stderr]    Compiling futures-rustls v0.26.0
[INFO] [stderr]    Compiling inel v0.1.0 (/opt/rustwide/workdir/crates/inel)
[INFO] [stderr]    Compiling inel-benches v0.1.0 (/opt/rustwide/workdir/crates/inel-benches)
[INFO] [stderr]    Compiling inel-examples v0.1.0 (/opt/rustwide/workdir/crates/inel-examples)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2m 02s
[INFO] running `Command { std: "docker" "inspect" "0226dd5399f38f2dc177a8647f04c5b5036e13eeeeccb4f5a83238a671fe431a", 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" "0226dd5399f38f2dc177a8647f04c5b5036e13eeeeccb4f5a83238a671fe431a" "/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 log v0.4.27
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling rustls v0.23.29
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling h2 v0.4.10
[INFO] [stderr]    Compiling inel-executor v0.1.0 (/opt/rustwide/workdir/crates/inel-executor)
[INFO] [stderr]    Compiling inel-reactor v0.1.0 (/opt/rustwide/workdir/crates/inel-reactor)
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling inel-macro v0.1.0 (/opt/rustwide/workdir/crates/inel-macro)
[INFO] [stderr]    Compiling inel-interface v0.1.0 (/opt/rustwide/workdir/crates/inel-interface)
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling futures-rustls v0.26.0
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling inel v0.1.0 (/opt/rustwide/workdir/crates/inel)
[INFO] [stderr]    Compiling inel-benches v0.1.0 (/opt/rustwide/workdir/crates/inel-benches)
[INFO] [stderr]    Compiling inel-examples v0.1.0 (/opt/rustwide/workdir/crates/inel-examples)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2m 31s
[INFO] running `Command { std: "docker" "inspect" "0226dd5399f38f2dc177a8647f04c5b5036e13eeeeccb4f5a83238a671fe431a", 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" "0226dd5399f38f2dc177a8647f04c5b5036e13eeeeccb4f5a83238a671fe431a" "/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.28s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/inel-2f20a13a2e45bb37)
[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/unit/main.rs (/opt/rustwide/target/release/deps/unit-2ca4e1e0c9053b66)
[INFO] [stdout] 
[INFO] [stdout] running 96 tests
[INFO] [stdout] test compat::axum::shared ... FAILED
[INFO] [stdout] test compat::hyper::fixed ... FAILED
[INFO] [stdout] test combo ... FAILED
[INFO] [stdout] test compat::axum::fixed ... FAILED
[INFO] [stdout] test compat::axum::default ... FAILED
[INFO] [stdout] test compat::hyper::shared ... FAILED
[INFO] [stdout] test compat::axum::direct ... FAILED
[INFO] [stdout] test compat::rustls::simple ... FAILED
[INFO] [stdout] test fs::file::no_options ... FAILED
[INFO] [stdout] test fs::dir::error ... FAILED
[INFO] [stdout] test fs::file::raw_fd ... FAILED
[INFO] [stdout] test fs::dir::recursive ... FAILED
[INFO] [stdout] test fs::file::append ... FAILED
[INFO] [stdout] test fs::file::truncate ... FAILED
[INFO] [stdout] test fs::func::error ... FAILED
[INFO] [stdout] test fs::file::direct::create ... FAILED
[INFO] [stdout] test fs::file::direct::open ... FAILED
[INFO] [stdout] test fs::file::direct::split ... FAILED
[INFO] [stdout] test fs::file::errors ... FAILED
[INFO] [stdout] test compat::hyper::simple ... FAILED
[INFO] [stdout] test fs::file::metadata ... FAILED
[INFO] [stdout] test compat::rustls::direct ... FAILED
[INFO] [stdout] test fs::file::open ... FAILED
[INFO] [stdout] test fs::dir::create ... FAILED
[INFO] [stdout] test fs::file::split_buffered ... FAILED
[INFO] [stdout] test fs::file::direct::append ... FAILED
[INFO] [stdout] test fs::file::create ... FAILED
[INFO] [stdout] test fs::file::direct::error ... FAILED
[INFO] [stdout] test fs::func::write ... FAILED
[INFO] [stdout] test fs::func::exists ... FAILED
[INFO] [stdout] test io::bufreader::error ... FAILED
[INFO] [stdout] test io::bufreader::group::lines ... FAILED
[INFO] [stdout] test fs::func::write_buf ... FAILED
[INFO] [stdout] test io::bufreader::fixed::lines ... FAILED
[INFO] [stdout] test io::bufreader::lines ... FAILED
[INFO] [stdout] test io::bufwriter::error ... FAILED
[INFO] [stdout] test fs::func::read_to_string ... FAILED
[INFO] [stdout] test io::bufreader::fixed::simple ... FAILED
[INFO] [stdout] test init ... FAILED
[INFO] [stdout] test io::bufwriter::group::error ... FAILED
[INFO] [stdout] test io::bufreader::group::simple ... FAILED
[INFO] [stdout] test io::bufreader::fixed::error ... FAILED
[INFO] [stdout] test io::bufreader::group::error ... FAILED
[INFO] [stdout] test io::bufreader::inner ... FAILED
[INFO] [stdout] test fs::func::read ... FAILED
[INFO] [stdout] test fs::func::read_buf ... FAILED
[INFO] [stdout] test io::bufwriter::simple ... FAILED
[INFO] [stdout] test io::group::error ... FAILED
[INFO] [stdout] test io::bufreader::fixed::inner ... FAILED
[INFO] [stdout] test io::bufreader::simple ... FAILED
[INFO] [stdout] test io::bufwriter::fixed::error ... FAILED
[INFO] [stdout] test io::bufwriter::fixed::inner ... FAILED
[INFO] [stdout] test io::read::offset ... FAILED
[INFO] [stdout] test io::read::cancel ... FAILED
[INFO] [stdout] test io::bufwriter::fixed::simple ... FAILED
[INFO] [stdout] test io::read::view ... FAILED
[INFO] [stdout] test io::bufwriter::inner ... FAILED
[INFO] [stdout] test io::write::fixed ... FAILED
[INFO] [stdout] test io::write::cancel ... FAILED
[INFO] [stdout] test io::write::simple ... FAILED
[INFO] [stdout] test io::bufwriter::group::simple ... FAILED
[INFO] [stdout] test fs::func::metadata ... FAILED
[INFO] [stdout] test io::group::combo ... FAILED
[INFO] [stdout] test fs::file::split ... FAILED
[INFO] [stdout] test io::write::view ... FAILED
[INFO] [stdout] test io::group::read ... FAILED
[INFO] [stdout] test io::read::fixed ... FAILED
[INFO] [stdout] test io::read::simple ... FAILED
[INFO] [stdout] test io::bufwriter::group::inner ... FAILED
[INFO] [stdout] test io::write::offset ... FAILED
[INFO] [stdout] test io::bufwriter::lines ... FAILED
[INFO] [stdout] test io::stdio ... FAILED
[INFO] [stdout] test io::bufwriter::group::lines ... FAILED
[INFO] [stdout] test io::bufwriter::fixed::lines ... FAILED
[INFO] [stdout] test main ... FAILED
[INFO] [stdout] test io::group::write ... FAILED
[INFO] [stdout] test net::tcp::client ... FAILED
[INFO] [stdout] test net::tcp::full ... FAILED
[INFO] [stdout] test net::tcp::listen ... FAILED
[INFO] [stdout] test net::tcp::direct::full ... FAILED
[INFO] [stdout] test net::tcp::direct::client ... FAILED
[INFO] [stdout] test select ... FAILED
[INFO] [stdout] test spawn ... FAILED
[INFO] [stdout] test net::tcp::direct::server ... FAILED
[INFO] [stdout] test io::write::sync ... FAILED
[INFO] [stdout] test net::tcp::read_write ... FAILED
[INFO] [stdout] test net::tcp::raw_fd ... FAILED
[INFO] [stdout] test net::tcp::server ... FAILED
[INFO] [stdout] test sanity ... FAILED
[INFO] [stdout] test net::tcp::direct::connect ... FAILED
[INFO] [stdout] test net::tcp::direct::listen ... FAILED
[INFO] [stdout] test sleep ... FAILED
[INFO] [stdout] test net::tcp::direct::read_write ... FAILED
[INFO] [stdout] test net::tcp::error ... FAILED
[INFO] [stdout] test net::tcp::direct::error ... FAILED
[INFO] [stdout] test net::tcp::connect ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- compat::axum::shared stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::axum::shared' (4150) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e19568 - <inel_reactor[dc2efb1e295429f3]::group::ReadBufferGroup>::register::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   16:     0x654169e14e67 - <inel[8d7640f9813009bc]::group::ReadBufferSet>::empty
[INFO] [stdout]   17:     0x6541699e8ae5 - <inel[8d7640f9813009bc]::group::ReadBufferSet>::with_buffers::{closure#0}
[INFO] [stdout]   18:     0x6541699e9431 - <inel[8d7640f9813009bc]::group::BufferShareGroupOptions>::build::{closure#0}
[INFO] [stdout]   19:     0x6541699e956e - <inel[8d7640f9813009bc]::group::BufferShareGroup>::new::{closure#0}
[INFO] [stdout]   20:     0x654169a21267 - <futures_util[9c2a40581c096810]::future::future::map::Map<<inel[8d7640f9813009bc]::group::BufferShareGroup>::new::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<<inel[8d7640f9813009bc]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169aa5b26 - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<<inel[8d7640f9813009bc]::group::BufferShareGroup>::new::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<<inel[8d7640f9813009bc]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<<inel[8d7640f9813009bc]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x654169afeccc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<<inel[8d7640f9813009bc]::group::BufferShareGroup>::new::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<<inel[8d7640f9813009bc]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<<inel[8d7640f9813009bc]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   23:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   24:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   25:     0x654169bee625 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, <inel[8d7640f9813009bc]::group::BufferShareGroup>::new::{closure#0}>
[INFO] [stdout]   26:     0x654169b644a9 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<<inel[8d7640f9813009bc]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}, core[832e9a552fc17241]::result::Result<inel[8d7640f9813009bc]::group::BufferShareGroup, core[832e9a552fc17241]::io::error::Error>>::{closure#0}, core[832e9a552fc17241]::result::Result<inel[8d7640f9813009bc]::group::BufferShareGroup, core[832e9a552fc17241]::io::error::Error>>
[INFO] [stdout]   27:     0x654169ce5594 - unit[ec60eb8ee158a9bd]::compat::axum::shared
[INFO] [stdout]   28:     0x654169c20c79 - <unit[ec60eb8ee158a9bd]::compat::axum::shared::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   29:     0x654169dd049b - 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]   30:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   31:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   32:     0x654169de0c32 - <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]   33:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   34:     0x7cf85804607a - <unknown>
[INFO] [stdout]   35:     0x7cf8580d9534 - clone
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::hyper::fixed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::hyper::fixed' (4151) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e616f - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x6541699f6d1c - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::fixed::{closure#0}, inel[8d7640f9813009bc]::compat::stream::FixedBufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::fixed::{closure#0}, inel[8d7640f9813009bc]::compat::stream::FixedBufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa218c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::fixed::{closure#0}, inel[8d7640f9813009bc]::compat::stream::FixedBufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::fixed::{closure#0}, inel[8d7640f9813009bc]::compat::stream::FixedBufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::fixed::{closure#0}, inel[8d7640f9813009bc]::compat::stream::FixedBufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169af507c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::fixed::{closure#0}, inel[8d7640f9813009bc]::compat::stream::FixedBufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::fixed::{closure#0}, inel[8d7640f9813009bc]::compat::stream::FixedBufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::fixed::{closure#0}, inel[8d7640f9813009bc]::compat::stream::FixedBufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bed37f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::fixed::{closure#0}, inel[8d7640f9813009bc]::compat::stream::FixedBufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}>
[INFO] [stdout]   24:     0x654169b63601 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::fixed::{closure#0}, inel[8d7640f9813009bc]::compat::stream::FixedBufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169ce569c - unit[ec60eb8ee158a9bd]::compat::hyper::fixed
[INFO] [stdout]   26:     0x654169c20cd9 - <unit[ec60eb8ee158a9bd]::compat::hyper::fixed::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- combo stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'combo' (4146) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e1a343 - <inel[8d7640f9813009bc]::GlobalReactor as inel_interface[9dc912780218fe07]::Reactor>::wait
[INFO] [stdout]   16:     0x654169becf7b - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   17:     0x654169beddf7 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::combo::{closure#0}>
[INFO] [stdout]   18:     0x654169b63e42 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::combo::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   19:     0x654169c197a1 - <unit[ec60eb8ee158a9bd]::combo::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x654169dd049b - 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]   21:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   22:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   23:     0x654169de0c32 - <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]   24:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   25:     0x7cf85804607a - <unknown>
[INFO] [stdout]   26:     0x7cf8580d9534 - clone
[INFO] [stdout]   27:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::axum::fixed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::axum::fixed' (4149) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e616f - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x6541699ea1ef - unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}
[INFO] [stdout]   19:     0x654169a21377 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa5d60 - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169aff0a0 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bee940 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>
[INFO] [stdout]   25:     0x654169b645ed - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}, u16>::{closure#0}, u16>
[INFO] [stdout]   26:     0x654169ce4f15 - unit[ec60eb8ee158a9bd]::compat::axum::run_server
[INFO] [stdout]   27:     0x654169c20c1e - <unit[ec60eb8ee158a9bd]::compat::axum::fixed::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::axum::default stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::axum::default' (4147) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e616f - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x6541699ea1ef - unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}
[INFO] [stdout]   19:     0x654169a21377 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa5d60 - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169aff0a0 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bee940 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>
[INFO] [stdout]   25:     0x654169b645ed - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}, u16>::{closure#0}, u16>
[INFO] [stdout]   26:     0x654169ce4f15 - unit[ec60eb8ee158a9bd]::compat::axum::run_server
[INFO] [stdout]   27:     0x654169c20cbb - <unit[ec60eb8ee158a9bd]::compat::axum::default::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::hyper::shared stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::hyper::shared' (4152) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e19568 - <inel_reactor[dc2efb1e295429f3]::group::ReadBufferGroup>::register::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   16:     0x654169e14e67 - <inel[8d7640f9813009bc]::group::ReadBufferSet>::empty
[INFO] [stdout]   17:     0x6541699e8ae5 - <inel[8d7640f9813009bc]::group::ReadBufferSet>::with_buffers::{closure#0}
[INFO] [stdout]   18:     0x6541699e9431 - <inel[8d7640f9813009bc]::group::BufferShareGroupOptions>::build::{closure#0}
[INFO] [stdout]   19:     0x654169a21163 - <futures_util[9c2a40581c096810]::future::future::map::Map<<inel[8d7640f9813009bc]::group::BufferShareGroupOptions>::build::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<<inel[8d7640f9813009bc]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa59c6 - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<<inel[8d7640f9813009bc]::group::BufferShareGroupOptions>::build::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<<inel[8d7640f9813009bc]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<<inel[8d7640f9813009bc]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169afeabc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<<inel[8d7640f9813009bc]::group::BufferShareGroupOptions>::build::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<<inel[8d7640f9813009bc]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<<inel[8d7640f9813009bc]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bee45d - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, <inel[8d7640f9813009bc]::group::BufferShareGroupOptions>::build::{closure#0}>
[INFO] [stdout]   25:     0x654169b64366 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<<inel[8d7640f9813009bc]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}, core[832e9a552fc17241]::result::Result<inel[8d7640f9813009bc]::group::BufferShareGroup, core[832e9a552fc17241]::io::error::Error>>::{closure#0}, core[832e9a552fc17241]::result::Result<inel[8d7640f9813009bc]::group::BufferShareGroup, core[832e9a552fc17241]::io::error::Error>>
[INFO] [stdout]   26:     0x654169ce5889 - unit[ec60eb8ee158a9bd]::compat::hyper::shared
[INFO] [stdout]   27:     0x654169c20cf9 - <unit[ec60eb8ee158a9bd]::compat::hyper::shared::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::axum::direct stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::axum::direct' (4148) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e616f - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x6541699ea1ef - unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}
[INFO] [stdout]   19:     0x654169a21377 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa5d60 - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169aff0a0 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bee940 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>
[INFO] [stdout]   25:     0x654169b645ed - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}>::{closure#0}, u16>::{closure#0}, u16>
[INFO] [stdout]   26:     0x654169ce4f15 - unit[ec60eb8ee158a9bd]::compat::axum::run_server
[INFO] [stdout]   27:     0x654169c20c5b - <unit[ec60eb8ee158a9bd]::compat::axum::direct::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::rustls::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::rustls::simple' (4155) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e616f - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x654169a363eb - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::compat::rustls::simple_pair::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::rustls::simple_pair::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa9d88 - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::compat::rustls::simple_pair::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::rustls::simple_pair::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::rustls::simple_pair::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0a9ef - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::compat::rustls::simple_pair::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::rustls::simple_pair::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::rustls::simple_pair::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf3b97 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::compat::rustls::simple_pair::{closure#0}>
[INFO] [stdout]   24:     0x654169b681d1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::compat::rustls::simple_pair::{closure#0}>::{closure#0}, (inel[8d7640f9813009bc]::compat::stream::BufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>, inel[8d7640f9813009bc]::compat::stream::BufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>)>::{closure#0}, (inel[8d7640f9813009bc]::compat::stream::BufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>, inel[8d7640f9813009bc]::compat::stream::BufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>)>
[INFO] [stdout]   25:     0x654169ce6f08 - unit[ec60eb8ee158a9bd]::compat::rustls::simple
[INFO] [stdout]   26:     0x654169c20d59 - <unit[ec60eb8ee158a9bd]::compat::rustls::simple::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::no_options stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::no_options' (4168) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a21a04 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::no_options::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::no_options::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa615c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::no_options::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::no_options::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::no_options::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aff99c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::no_options::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::no_options::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::no_options::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169beef9c - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::file::no_options::{closure#0}>
[INFO] [stdout]   24:     0x654169b64bec - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::file::no_options::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c1af37 - <unit[ec60eb8ee158a9bd]::fs::file::no_options::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::dir::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::dir::error' (4157) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26d5f - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::MkDirAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e4f8f - <inel[8d7640f9813009bc]::fs::dir::DirBuilder>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a21490 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::dir::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::error::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa5e5c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::dir::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::error::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::error::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aff39c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::dir::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::error::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169beeadf - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::dir::error::{closure#0}>
[INFO] [stdout]   24:     0x654169b64721 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::dir::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c1a750 - <unit[ec60eb8ee158a9bd]::fs::dir::error::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::raw_fd stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::raw_fd' (4170) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a234c1 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::raw_fd::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::raw_fd::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa6860 - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::raw_fd::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::raw_fd::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::raw_fd::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b00eac - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::raw_fd::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::raw_fd::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::raw_fd::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169befaaf - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::file::raw_fd::{closure#0}>
[INFO] [stdout]   25:     0x654169b65561 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::file::raw_fd::{closure#0}>::{closure#0}, i32>::{closure#0}, i32>
[INFO] [stdout]   26:     0x654169c1bd32 - <unit[ec60eb8ee158a9bd]::fs::file::raw_fd::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::dir::recursive stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::dir::recursive' (4158) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26d5f - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::MkDirAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e523f - <inel[8d7640f9813009bc]::fs::dir::DirBuilder>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a2183c - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::dir::recursive::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::recursive::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa605c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::dir::recursive::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::recursive::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::recursive::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aff79c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::dir::recursive::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::recursive::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::recursive::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169beeddf - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::dir::recursive::{closure#0}>
[INFO] [stdout]   24:     0x654169b649c1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::dir::recursive::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c1ac65 - <unit[ec60eb8ee158a9bd]::fs::dir::recursive::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::append stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::append' (4159) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a2277d - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::append::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::append::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa655c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::append::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::append::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::append::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b00460 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::append::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::append::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::append::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bef620 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::file::append::{closure#0}>
[INFO] [stdout]   24:     0x654169b651fd - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::file::append::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c1b6bf - <unit[ec60eb8ee158a9bd]::fs::file::append::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::truncate stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::truncate' (4173) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a2485b - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::truncate::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::truncate::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa6c5c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::truncate::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::truncate::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::truncate::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b01850 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::truncate::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::truncate::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::truncate::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169befde0 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::file::truncate::{closure#0}>
[INFO] [stdout]   24:     0x654169b6581d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::file::truncate::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c1c54f - <unit[ec60eb8ee158a9bd]::fs::file::truncate::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::error' (4174) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e15529 - <inel[8d7640f9813009bc]::source::OwnedDirect>::reserve
[INFO] [stdout]   16:     0x6541699e7a27 - inel[8d7640f9813009bc]::fs::func::read_buf::<std[97b98282bc616a66]::path::PathBuf, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]   17:     0x654169a25d1c - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::func::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::error::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   18:     0x654169aa6f5c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::func::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::error::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::error::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169b022cc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::func::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::error::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   21:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   22:     0x654169bf0290 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::func::error::{closure#0}>
[INFO] [stdout]   23:     0x654169b65b1d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::func::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   24:     0x654169c1d06b - <unit[ec60eb8ee158a9bd]::fs::func::error::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   25:     0x654169dd049b - 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]   26:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   27:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   28:     0x654169de0c32 - <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]   29:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   30:     0x7cf85804607a - <unknown>
[INFO] [stdout]   31:     0x7cf8580d9534 - clone
[INFO] [stdout]   32:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::direct::create stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::direct::create' (4162) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b2651d - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAtAuto, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e447d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open_direct::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a37abe - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::direct::create::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::create::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aaa2ec - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::direct::create::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::create::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::create::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0b93c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::direct::create::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::create::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::create::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf43ef - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::file::direct::create::{closure#0}>
[INFO] [stdout]   24:     0x654169b688b1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::file::direct::create::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c2168f - <unit[ec60eb8ee158a9bd]::fs::file::direct::create::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::direct::open stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::direct::open' (4164) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b2651d - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAtAuto, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e447d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open_direct::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4afc - <inel[8d7640f9813009bc]::fs::file::File>::open_direct::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a369c0 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::direct::open::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::open::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa9eec - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::direct::open::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::open::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::open::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0ad7c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::direct::open::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::open::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::open::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf3daf - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::file::direct::open::{closure#0}>
[INFO] [stdout]   25:     0x654169b68321 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::file::direct::open::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c20e77 - <unit[ec60eb8ee158a9bd]::fs::file::direct::open::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::direct::split stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::direct::split' (4165) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b2651d - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAtAuto, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e447d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open_direct::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a36e70 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::direct::split::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::split::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aaa0ec - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::direct::split::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::split::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::split::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0b23c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::direct::split::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::split::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::split::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf40e9 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::file::direct::split::{closure#0}>
[INFO] [stdout]   24:     0x654169b6869e - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::file::direct::split::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c2114e - <unit[ec60eb8ee158a9bd]::fs::file::direct::split::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::errors stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::errors' (4166) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b2651d - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAtAuto, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e447d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open_direct::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4afc - <inel[8d7640f9813009bc]::fs::file::File>::open_direct::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a22ffc - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::errors::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::errors::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa675c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::errors::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::errors::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::errors::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b00aa0 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::errors::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::errors::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::errors::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bef92f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::file::errors::{closure#0}>
[INFO] [stdout]   25:     0x654169b65451 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::file::errors::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c1bc03 - <unit[ec60eb8ee158a9bd]::fs::file::errors::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::hyper::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::hyper::simple' (4153) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e616f - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x6541699f763c - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::simple::{closure#0}, inel[8d7640f9813009bc]::compat::stream::BufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::simple::{closure#0}, inel[8d7640f9813009bc]::compat::stream::BufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa238c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::simple::{closure#0}, inel[8d7640f9813009bc]::compat::stream::BufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::simple::{closure#0}, inel[8d7640f9813009bc]::compat::stream::BufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::simple::{closure#0}, inel[8d7640f9813009bc]::compat::stream::BufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169af54bc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::simple::{closure#0}, inel[8d7640f9813009bc]::compat::stream::BufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::simple::{closure#0}, inel[8d7640f9813009bc]::compat::stream::BufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::simple::{closure#0}, inel[8d7640f9813009bc]::compat::stream::BufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bed67f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::simple::{closure#0}, inel[8d7640f9813009bc]::compat::stream::BufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}>
[INFO] [stdout]   24:     0x654169b63881 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::compat::hyper::run_server_http1<unit[ec60eb8ee158a9bd]::compat::hyper::simple::{closure#0}, inel[8d7640f9813009bc]::compat::stream::BufStream<inel[8d7640f9813009bc]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169ce5c5c - unit[ec60eb8ee158a9bd]::compat::hyper::simple
[INFO] [stdout]   26:     0x654169c20d19 - <unit[ec60eb8ee158a9bd]::compat::hyper::simple::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::metadata stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::metadata' (4167) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a23945 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::metadata::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::metadata::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa6a5c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::metadata::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::metadata::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::metadata::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0130c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::metadata::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::metadata::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::metadata::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169c1c18c - <unit[ec60eb8ee158a9bd]::fs::file::metadata::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   25:     0x654169dd049b - 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]   26:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   27:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   28:     0x654169de0c32 - <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]   29:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   30:     0x7cf85804607a - <unknown>
[INFO] [stdout]   31:     0x7cf8580d9534 - clone
[INFO] [stdout]   32:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::rustls::direct stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::rustls::direct' (4154) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e616f - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x6541699ea1ef - unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0}
[INFO] [stdout]   19:     0x654169a35c91 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::compat::rustls::direct_pair::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::rustls::direct_pair::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa9bd8 - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::compat::rustls::direct_pair::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::rustls::direct_pair::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::rustls::direct_pair::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0a5ef - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::compat::rustls::direct_pair::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::rustls::direct_pair::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::compat::rustls::direct_pair::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf3971 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::compat::rustls::direct_pair::{closure#0}>
[INFO] [stdout]   25:     0x654169b68073 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::compat::rustls::direct_pair::{closure#0}>::{closure#0}, (inel[8d7640f9813009bc]::compat::stream::FixedBufStream<inel[8d7640f9813009bc]::net::tcp::DirectTcpStream>, inel[8d7640f9813009bc]::compat::stream::FixedBufStream<inel[8d7640f9813009bc]::net::tcp::DirectTcpStream>)>::{closure#0}, (inel[8d7640f9813009bc]::compat::stream::FixedBufStream<inel[8d7640f9813009bc]::net::tcp::DirectTcpStream>, inel[8d7640f9813009bc]::compat::stream::FixedBufStream<inel[8d7640f9813009bc]::net::tcp::DirectTcpStream>)>
[INFO] [stdout]   26:     0x654169ce67de - unit[ec60eb8ee158a9bd]::compat::rustls::direct
[INFO] [stdout]   27:     0x654169c20d39 - <unit[ec60eb8ee158a9bd]::compat::rustls::direct::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::open stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::open' (4169) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a22060 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::open::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::open::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa635c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::open::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::open::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::open::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169affedc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::open::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::open::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::open::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bef2df - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::file::open::{closure#0}>
[INFO] [stdout]   25:     0x654169b64ed1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::file::open::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c1b317 - <unit[ec60eb8ee158a9bd]::fs::file::open::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::dir::create stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::dir::create' (4156) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26d5f - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::MkDirAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e4f8f - <inel[8d7640f9813009bc]::fs::dir::DirBuilder>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a2167c - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::dir::create::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::create::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa5f5c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::dir::create::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::create::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::create::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aff59c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::dir::create::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::create::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::dir::create::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169beec5f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::dir::create::{closure#0}>
[INFO] [stdout]   24:     0x654169b64871 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::dir::create::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c1a9af - <unit[ec60eb8ee158a9bd]::fs::dir::create::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::split_buffered stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::split_buffered' (4172) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a21bde - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::split_buffered::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::split_buffered::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa625c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::split_buffered::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::split_buffered::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::split_buffered::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169affbbc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::split_buffered::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::split_buffered::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::split_buffered::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bef159 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::file::split_buffered::{closure#0}>
[INFO] [stdout]   24:     0x654169b64dce - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::file::split_buffered::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c1b12e - <unit[ec60eb8ee158a9bd]::fs::file::split_buffered::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::direct::append stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::direct::append' (4161) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b2651d - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAtAuto, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e447d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open_direct::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a3731e - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::direct::append::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::append::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aaa1ec - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::direct::append::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::append::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::append::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0b560 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::direct::append::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::append::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::append::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf426f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::file::direct::append::{closure#0}>
[INFO] [stdout]   24:     0x654169b687a1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::file::direct::append::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c212ff - <unit[ec60eb8ee158a9bd]::fs::file::direct::append::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::create stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::create' (4160) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a22dc0 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::create::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::create::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa665c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::create::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::create::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::create::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0083c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::create::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::create::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::create::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bef7af - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::file::create::{closure#0}>
[INFO] [stdout]   25:     0x654169b65301 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::file::create::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c1ba4f - <unit[ec60eb8ee158a9bd]::fs::file::create::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::direct::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::direct::error' (4163) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b2651d - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAtAuto, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e447d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open_direct::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4afc - <inel[8d7640f9813009bc]::fs::file::File>::open_direct::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a36bee - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::direct::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::error::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa9fec - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::direct::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::error::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::error::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0afdc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::direct::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::direct::error::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf3f2f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::file::direct::error::{closure#0}>
[INFO] [stdout]   25:     0x654169b68471 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::file::direct::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c21026 - <unit[ec60eb8ee158a9bd]::fs::file::direct::error::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::write stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::write' (4180) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a26084 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::func::write::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::write::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa705c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::func::write::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::write::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::write::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b024cc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::func::write::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::write::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::write::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf041f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::func::write::{closure#0}>
[INFO] [stdout]   25:     0x654169b65c71 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::func::write::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c1d217 - <unit[ec60eb8ee158a9bd]::fs::func::write::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::exists stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::exists' (4175) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e15529 - <inel[8d7640f9813009bc]::source::OwnedDirect>::reserve
[INFO] [stdout]   16:     0x6541699e7765 - inel[8d7640f9813009bc]::fs::func::exists::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   17:     0x654169a26644 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::func::exists::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::exists::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   18:     0x654169aa715c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::func::exists::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::exists::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::exists::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169b027bc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::func::exists::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::exists::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::exists::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   21:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   22:     0x654169bf05a0 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::func::exists::{closure#0}>
[INFO] [stdout]   23:     0x654169b65d7d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::func::exists::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   24:     0x654169c1d633 - <unit[ec60eb8ee158a9bd]::fs::func::exists::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   25:     0x654169dd049b - 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]   26:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   27:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   28:     0x654169de0c32 - <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]   29:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   30:     0x7cf85804607a - <unknown>
[INFO] [stdout]   31:     0x7cf8580d9534 - clone
[INFO] [stdout]   32:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::error' (4183) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e48c8 - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<&std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a2d4fd - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufreader::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::error::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa8a5c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufreader::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::error::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::error::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b06f7c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufreader::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::error::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf26bf - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufreader::error::{closure#0}>
[INFO] [stdout]   24:     0x654169b67371 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufreader::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169ce38a8 - unit[ec60eb8ee158a9bd]::io::bufreader::error
[INFO] [stdout]   26:     0x654169c1e9d9 - <unit[ec60eb8ee158a9bd]::io::bufreader::error::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::group::lines stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::group::lines' (4189) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e19568 - <inel_reactor[dc2efb1e295429f3]::group::ReadBufferGroup>::register::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   16:     0x654169e14e67 - <inel[8d7640f9813009bc]::group::ReadBufferSet>::empty
[INFO] [stdout]   17:     0x6541699e8ae5 - <inel[8d7640f9813009bc]::group::ReadBufferSet>::with_buffers::{closure#0}
[INFO] [stdout]   18:     0x654169a397f0 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufreader::group::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::lines::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aaa96c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufreader::group::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::lines::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::lines::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0cafc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufreader::group::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::lines::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf4d3f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufreader::group::lines::{closure#0}>
[INFO] [stdout]   24:     0x654169b68ee1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufreader::group::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169ce8939 - unit[ec60eb8ee158a9bd]::io::bufreader::group::lines
[INFO] [stdout]   26:     0x654169c21889 - <unit[ec60eb8ee158a9bd]::io::bufreader::group::lines::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::write_buf stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::write_buf' (4181) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e15529 - <inel[8d7640f9813009bc]::source::OwnedDirect>::reserve
[INFO] [stdout]   16:     0x654169a27287 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::func::write_buf::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::write_buf::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x654169aa745c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::func::write_buf::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::write_buf::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::write_buf::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   18:     0x654169b02f10 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::func::write_buf::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::write_buf::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::write_buf::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   20:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   21:     0x654169bf0a2f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::func::write_buf::{closure#0}>
[INFO] [stdout]   22:     0x654169b660a1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::func::write_buf::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   23:     0x654169c1de0f - <unit[ec60eb8ee158a9bd]::fs::func::write_buf::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   24:     0x654169dd049b - 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]   25:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   26:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   27:     0x654169de0c32 - <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]   28:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   29:     0x7cf85804607a - <unknown>
[INFO] [stdout]   30:     0x7cf8580d9534 - clone
[INFO] [stdout]   31:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::fixed::lines stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::fixed::lines' (4186) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a38978 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aaa62c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0c27c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf48a0 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufreader::fixed::lines::{closure#0}>
[INFO] [stdout]   25:     0x654169b68bbd - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169ce7d9b - unit[ec60eb8ee158a9bd]::io::bufreader::fixed::lines
[INFO] [stdout]   27:     0x654169c21829 - <unit[ec60eb8ee158a9bd]::io::bufreader::fixed::lines::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::lines stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::lines' (4192) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a2dfd5 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufreader::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::lines::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa8c9c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufreader::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::lines::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::lines::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0770c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufreader::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::lines::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf29cf - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufreader::lines::{closure#0}>
[INFO] [stdout]   25:     0x654169b67591 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufreader::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169ce3f59 - unit[ec60eb8ee158a9bd]::io::bufreader::lines
[INFO] [stdout]   27:     0x654169c1ea19 - <unit[ec60eb8ee158a9bd]::io::bufreader::lines::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::error' (4194) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e48c8 - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<&std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a2e856 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::error::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa8edc - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::error::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::error::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b07d90 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufwriter::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::error::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf2cdf - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufwriter::error::{closure#0}>
[INFO] [stdout]   24:     0x654169b677b1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufwriter::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c1eb3f - <unit[ec60eb8ee158a9bd]::io::bufwriter::error::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::read_to_string stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::read_to_string' (4179) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a24da1 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::func::read_to_string::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read_to_string::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa6d5c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::func::read_to_string::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read_to_string::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read_to_string::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b01c2c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::func::read_to_string::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read_to_string::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read_to_string::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169beff70 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::func::read_to_string::{closure#0}>
[INFO] [stdout]   25:     0x654169b6591d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::func::read_to_string::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c1cab7 - <unit[ec60eb8ee158a9bd]::fs::func::read_to_string::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::fixed::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::fixed::simple' (4187) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a38da5 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aaa74d - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0c55c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf4a2f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufreader::fixed::simple::{closure#0}>
[INFO] [stdout]   25:     0x654169b68cc1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   26:     0x654169ce80eb - unit[ec60eb8ee158a9bd]::io::bufreader::fixed::simple
[INFO] [stdout]   27:     0x654169c21849 - <unit[ec60eb8ee158a9bd]::io::bufreader::fixed::simple::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- init stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'init' (4182) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e1a224 - inel[8d7640f9813009bc]::init
[INFO] [stdout]   16:     0x654169c1936b - <unit[ec60eb8ee158a9bd]::init::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   17:     0x654169dd049b - 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]   18:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   19:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   20:     0x654169de0c32 - <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]   21:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   22:     0x7cf85804607a - <unknown>
[INFO] [stdout]   23:     0x7cf8580d9534 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::group::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::group::error' (4199) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e48c8 - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<&std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a3be45 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::group::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::error::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aab02c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::group::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::error::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::error::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0df90 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufwriter::group::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::error::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf568f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufwriter::group::error::{closure#0}>
[INFO] [stdout]   24:     0x654169b69521 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufwriter::group::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c229c2 - <unit[ec60eb8ee158a9bd]::io::bufwriter::group::error::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::group::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::group::simple' (4190) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e19568 - <inel_reactor[dc2efb1e295429f3]::group::ReadBufferGroup>::register::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   16:     0x654169e14e67 - <inel[8d7640f9813009bc]::group::ReadBufferSet>::empty
[INFO] [stdout]   17:     0x6541699e8ae5 - <inel[8d7640f9813009bc]::group::ReadBufferSet>::with_buffers::{closure#0}
[INFO] [stdout]   18:     0x654169a39c60 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufreader::group::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::simple::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aaaa8d - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufreader::group::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::simple::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::simple::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0ce8c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufreader::group::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::simple::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf4ec0 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufreader::group::simple::{closure#0}>
[INFO] [stdout]   24:     0x654169b68fed - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufreader::group::simple::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   25:     0x654169ce8c8d - unit[ec60eb8ee158a9bd]::io::bufreader::group::simple
[INFO] [stdout]   26:     0x654169c218a9 - <unit[ec60eb8ee158a9bd]::io::bufreader::group::simple::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::fixed::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::fixed::error' (4184) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e48c8 - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<&std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a37dc2 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::error::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aaa3ec - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::error::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::error::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0bb9c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::error::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf4570 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufreader::fixed::error::{closure#0}>
[INFO] [stdout]   24:     0x654169b689bd - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169ce753a - unit[ec60eb8ee158a9bd]::io::bufreader::fixed::error
[INFO] [stdout]   26:     0x654169c217e9 - <unit[ec60eb8ee158a9bd]::io::bufreader::fixed::error::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::group::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::group::error' (4188) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e19568 - <inel_reactor[dc2efb1e295429f3]::group::ReadBufferGroup>::register::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   16:     0x654169e14e67 - <inel[8d7640f9813009bc]::group::ReadBufferSet>::empty
[INFO] [stdout]   17:     0x6541699e8ae5 - <inel[8d7640f9813009bc]::group::ReadBufferSet>::with_buffers::{closure#0}
[INFO] [stdout]   18:     0x654169a392f0 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufreader::group::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::error::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aaa86c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufreader::group::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::error::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::error::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0c83c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufreader::group::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::group::error::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf4bbf - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufreader::group::error::{closure#0}>
[INFO] [stdout]   24:     0x654169b68dd1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufreader::group::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169ce84da - unit[ec60eb8ee158a9bd]::io::bufreader::group::error
[INFO] [stdout]   26:     0x654169c21869 - <unit[ec60eb8ee158a9bd]::io::bufreader::group::error::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::inner stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::inner' (4191) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a2d95d - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufreader::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::inner::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa8b7d - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufreader::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::inner::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::inner::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b07240 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufreader::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::inner::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf283f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufreader::inner::{closure#0}>
[INFO] [stdout]   25:     0x654169b67481 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufreader::inner::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   26:     0x654169ce3adb - unit[ec60eb8ee158a9bd]::io::bufreader::inner
[INFO] [stdout]   27:     0x654169c1e9f9 - <unit[ec60eb8ee158a9bd]::io::bufreader::inner::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::read stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::read' (4177) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a25590 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::func::read::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa6e5c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::func::read::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b01f8c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::func::read::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf0100 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::func::read::{closure#0}>
[INFO] [stdout]   25:     0x654169b65a1d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::func::read::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c1cec7 - <unit[ec60eb8ee158a9bd]::fs::func::read::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::read_buf stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::read_buf' (4178) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e15529 - <inel[8d7640f9813009bc]::source::OwnedDirect>::reserve
[INFO] [stdout]   16:     0x6541699e7a27 - inel[8d7640f9813009bc]::fs::func::read_buf::<std[97b98282bc616a66]::path::PathBuf, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]   17:     0x654169a26f1c - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::func::read_buf::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read_buf::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   18:     0x654169aa735c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::func::read_buf::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read_buf::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read_buf::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169b02cdc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::func::read_buf::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read_buf::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::read_buf::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   21:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   22:     0x654169bf08af - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::func::read_buf::{closure#0}>
[INFO] [stdout]   23:     0x654169b65f91 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::func::read_buf::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   24:     0x654169c1db23 - <unit[ec60eb8ee158a9bd]::fs::func::read_buf::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   25:     0x654169dd049b - 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]   26:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   27:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   28:     0x654169de0c32 - <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]   29:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   30:     0x7cf85804607a - <unknown>
[INFO] [stdout]   31:     0x7cf8580d9534 - clone
[INFO] [stdout]   32:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::simple' (4205) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a2f9ea - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::simple::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa923d - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::simple::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::simple::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b088c0 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufwriter::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::simple::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf3190 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufwriter::simple::{closure#0}>
[INFO] [stdout]   25:     0x654169b67abd - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufwriter::simple::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   26:     0x654169c1f4a2 - <unit[ec60eb8ee158a9bd]::io::bufwriter::simple::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::group::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::group::error' (4207) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a2a3c7 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::group::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::error::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa7f5c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::group::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::error::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::error::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b04fd0 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::group::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::error::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf1880 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::group::error::{closure#0}>
[INFO] [stdout]   25:     0x654169b669fd - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::group::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c1e6ad - <unit[ec60eb8ee158a9bd]::io::group::error::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::fixed::inner stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::fixed::inner' (4185) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a3827d - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aaa50d - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0be10 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf4700 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufreader::fixed::inner::{closure#0}>
[INFO] [stdout]   25:     0x654169b68abd - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   26:     0x654169ce7840 - unit[ec60eb8ee158a9bd]::io::bufreader::fixed::inner
[INFO] [stdout]   27:     0x654169c21809 - <unit[ec60eb8ee158a9bd]::io::bufreader::fixed::inner::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::simple' (4193) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a2e340 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufreader::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::simple::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa8dbd - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufreader::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::simple::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::simple::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b07a5c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufreader::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufreader::simple::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf2b4f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufreader::simple::{closure#0}>
[INFO] [stdout]   25:     0x654169b676a1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufreader::simple::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   26:     0x654169ce41db - unit[ec60eb8ee158a9bd]::io::bufreader::simple
[INFO] [stdout]   27:     0x654169c1ea39 - <unit[ec60eb8ee158a9bd]::io::bufreader::simple::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::fixed::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::fixed::error' (4195) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e48c8 - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<&std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a3a1cb - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aaabac - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0d1e0 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf5060 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::error::{closure#0}>
[INFO] [stdout]   24:     0x654169b690ed - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c219af - <unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::error::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::fixed::inner stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::fixed::inner' (4196) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a3a8ae - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aaaccd - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0d560 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf51ef - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::inner::{closure#0}>
[INFO] [stdout]   25:     0x654169b691f1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   26:     0x654169c21c22 - <unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::inner::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::read::offset stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::read::offset' (4212) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a28b45 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::read::offset::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::offset::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa7afd - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::read::offset::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::offset::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::offset::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0419c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::read::offset::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::offset::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::offset::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf1240 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::read::offset::{closure#0}>
[INFO] [stdout]   25:     0x654169b665dd - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::read::offset::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   26:     0x654169ce202b - unit[ec60eb8ee158a9bd]::io::read::offset
[INFO] [stdout]   27:     0x654169c1e129 - <unit[ec60eb8ee158a9bd]::io::read::offset::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::read::cancel stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::read::cancel' (4210) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e1a062 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::register_buffer::<alloc[3ecab9f82c41dc7d]::boxed::Box<[u8]>>
[INFO] [stdout]   16:     0x654169e173df - <inel[8d7640f9813009bc]::buffer::Fixed>::new
[INFO] [stdout]   17:     0x654169a28132 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::read::cancel::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::cancel::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   18:     0x654169aa78e1 - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::read::cancel::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::cancel::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::cancel::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169b03960 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::read::cancel::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::cancel::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::cancel::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   21:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   22:     0x654169bf0f20 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::read::cancel::{closure#0}>
[INFO] [stdout]   23:     0x654169b663dd - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::read::cancel::{closure#0}>::{closure#0}, bool>::{closure#0}, bool>
[INFO] [stdout]   24:     0x654169ce1c61 - unit[ec60eb8ee158a9bd]::io::read::cancel
[INFO] [stdout]   25:     0x654169c1e109 - <unit[ec60eb8ee158a9bd]::io::read::cancel::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::fixed::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::fixed::simple' (4198) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a3b79f - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aaaf0d - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0dc10 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf54ff - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::simple::{closure#0}>
[INFO] [stdout]   25:     0x654169b69411 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   26:     0x654169c225e2 - <unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::simple::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::read::view stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::read::view' (4214) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a27943 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::read::view::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::view::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa7581 - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::read::view::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::view::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::view::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0329c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::read::view::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::view::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::view::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf0bb0 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::read::view::{closure#0}>
[INFO] [stdout]   25:     0x654169b661ad - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::read::view::{closure#0}>::{closure#0}, inel_reactor[dc2efb1e295429f3]::buffer::View<alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>, core[832e9a552fc17241]::ops::range::RangeFrom<usize>>>::{closure#0}, inel_reactor[dc2efb1e295429f3]::buffer::View<alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>, core[832e9a552fc17241]::ops::range::RangeFrom<usize>>>
[INFO] [stdout]   26:     0x654169ce1478 - unit[ec60eb8ee158a9bd]::io::read::view
[INFO] [stdout]   27:     0x654169c1e0c9 - <unit[ec60eb8ee158a9bd]::io::read::view::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::inner stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::inner' (4203) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a2edf5 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::inner::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa8ffd - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::inner::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::inner::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b08160 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufwriter::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::inner::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf2e60 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufwriter::inner::{closure#0}>
[INFO] [stdout]   25:     0x654169b678bd - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufwriter::inner::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   26:     0x654169c1ece2 - <unit[ec60eb8ee158a9bd]::io::bufwriter::inner::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::write::fixed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::write::fixed' (4217) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a2bb31 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::write::fixed::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::fixed::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa843a - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::write::fixed::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::fixed::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::fixed::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b05dcc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::write::fixed::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::fixed::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::fixed::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf1eb5 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::write::fixed::{closure#0}>
[INFO] [stdout]   25:     0x654169b66e38 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::write::fixed::{closure#0}>::{closure#0}, inel[8d7640f9813009bc]::buffer::Fixed>::{closure#0}, inel[8d7640f9813009bc]::buffer::Fixed>
[INFO] [stdout]   26:     0x654169ce2b2f - unit[ec60eb8ee158a9bd]::io::write::fixed
[INFO] [stdout]   27:     0x654169c1e959 - <unit[ec60eb8ee158a9bd]::io::write::fixed::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::write::cancel stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::write::cancel' (4216) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e1a062 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::register_buffer::<alloc[3ecab9f82c41dc7d]::boxed::Box<[u8]>>
[INFO] [stdout]   16:     0x654169e17492 - <inel[8d7640f9813009bc]::buffer::Fixed>::register
[INFO] [stdout]   17:     0x654169a2c06a - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::write::cancel::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::cancel::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   18:     0x654169aa85e1 - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::write::cancel::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::cancel::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::cancel::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169b06160 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::write::cancel::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::cancel::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::cancel::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   21:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   22:     0x654169bf2080 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::write::cancel::{closure#0}>
[INFO] [stdout]   23:     0x654169b66f4d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::write::cancel::{closure#0}>::{closure#0}, bool>::{closure#0}, bool>
[INFO] [stdout]   24:     0x654169ce2f71 - unit[ec60eb8ee158a9bd]::io::write::cancel
[INFO] [stdout]   25:     0x654169c1e979 - <unit[ec60eb8ee158a9bd]::io::write::cancel::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::write::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::write::simple' (4219) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a2cfb1 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::write::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::simple::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa893d - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::write::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::simple::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::simple::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b06c8c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::write::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::simple::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf252f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::write::simple::{closure#0}>
[INFO] [stdout]   25:     0x654169b67261 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::write::simple::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   26:     0x654169ce35bb - unit[ec60eb8ee158a9bd]::io::write::simple
[INFO] [stdout]   27:     0x654169c1e9b9 - <unit[ec60eb8ee158a9bd]::io::write::simple::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::group::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::group::simple' (4202) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a3d172 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::group::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::simple::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aab38d - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::group::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::simple::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::simple::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0ea80 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufwriter::group::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::simple::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf5b40 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufwriter::group::simple::{closure#0}>
[INFO] [stdout]   25:     0x654169b6982d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufwriter::group::simple::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   26:     0x654169c235e2 - <unit[ec60eb8ee158a9bd]::io::bufwriter::group::simple::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::metadata stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::metadata' (4176) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a26967 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::func::metadata::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::metadata::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa725c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::func::metadata::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::metadata::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::metadata::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b02a8c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::func::metadata::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::metadata::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::func::metadata::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf072f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::func::metadata::{closure#0}>
[INFO] [stdout]   25:     0x654169b65e81 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::func::metadata::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c1d88d - <unit[ec60eb8ee158a9bd]::fs::func::metadata::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::group::combo stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::group::combo' (4206) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a297cb - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::group::combo::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::combo::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa7e5c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::group::combo::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::combo::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::combo::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b04adc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::group::combo::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::combo::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::combo::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf16ff - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::group::combo::{closure#0}>
[INFO] [stdout]   25:     0x654169b668f1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::group::combo::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c1e476 - <unit[ec60eb8ee158a9bd]::io::group::combo::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::split stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::split' (4171) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x654169a222be - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::fs::file::split::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::split::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa645c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::fs::file::split::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::split::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::split::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0013c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::fs::file::split::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::split::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::fs::file::split::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bef499 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::fs::file::split::{closure#0}>
[INFO] [stdout]   24:     0x654169b650fe - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::fs::file::split::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c1b50e - <unit[ec60eb8ee158a9bd]::fs::file::split::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::write::view stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::write::view' (4221) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a2b5c1 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::write::view::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::view::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa8281 - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::write::view::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::view::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::view::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b05adc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::write::view::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::view::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::view::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf1d0f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::write::view::{closure#0}>
[INFO] [stdout]   25:     0x654169b66d21 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::write::view::{closure#0}>::{closure#0}, inel_reactor[dc2efb1e295429f3]::buffer::View<alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>, core[832e9a552fc17241]::ops::range::RangeFrom<usize>>>::{closure#0}, inel_reactor[dc2efb1e295429f3]::buffer::View<alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>, core[832e9a552fc17241]::ops::range::RangeFrom<usize>>>
[INFO] [stdout]   26:     0x654169ce281c - unit[ec60eb8ee158a9bd]::io::write::view
[INFO] [stdout]   27:     0x654169c1e939 - <unit[ec60eb8ee158a9bd]::io::write::view::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::group::read stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::group::read' (4208) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a292f4 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::group::read::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::read::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa7d5c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::group::read::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::read::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::read::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b047fc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::group::read::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::read::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::read::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf157f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::group::read::{closure#0}>
[INFO] [stdout]   25:     0x654169b667e1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::group::read::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c1e21b - <unit[ec60eb8ee158a9bd]::io::group::read::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::read::fixed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::read::fixed' (4211) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a27d41 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::read::fixed::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::fixed::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa773a - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::read::fixed::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::fixed::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::fixed::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b035cc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::read::fixed::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::fixed::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::fixed::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf0d55 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::read::fixed::{closure#0}>
[INFO] [stdout]   25:     0x654169b662c8 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::read::fixed::{closure#0}>::{closure#0}, inel[8d7640f9813009bc]::buffer::Fixed>::{closure#0}, inel[8d7640f9813009bc]::buffer::Fixed>
[INFO] [stdout]   26:     0x654169ce17ef - unit[ec60eb8ee158a9bd]::io::read::fixed
[INFO] [stdout]   27:     0x654169c1e0e9 - <unit[ec60eb8ee158a9bd]::io::read::fixed::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::read::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::read::simple' (4213) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4c1c - <inel[8d7640f9813009bc]::fs::file::File>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a28f35 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::read::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::simple::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa7c3d - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::read::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::simple::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::simple::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b044cc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::read::simple::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::read::simple::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf13e0 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::read::simple::{closure#0}>
[INFO] [stdout]   25:     0x654169b666dd - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::read::simple::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   26:     0x654169ce23dd - unit[ec60eb8ee158a9bd]::io::read::simple
[INFO] [stdout]   27:     0x654169c1e149 - <unit[ec60eb8ee158a9bd]::io::read::simple::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::group::inner stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::group::inner' (4200) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a3c488 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::group::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::inner::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aab14d - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::group::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::inner::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::inner::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0e340 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufwriter::group::inner::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::inner::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf5810 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufwriter::group::inner::{closure#0}>
[INFO] [stdout]   25:     0x654169b6962d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufwriter::group::inner::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   26:     0x654169c22c32 - <unit[ec60eb8ee158a9bd]::io::bufwriter::group::inner::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::write::offset stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::write::offset' (4218) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a2ca71 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::write::offset::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::offset::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa87fd - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::write::offset::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::offset::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::offset::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0699c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::write::offset::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::offset::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::offset::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf239f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::write::offset::{closure#0}>
[INFO] [stdout]   25:     0x654169b67151 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::write::offset::{closure#0}>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]   26:     0x654169ce329b - unit[ec60eb8ee158a9bd]::io::write::offset
[INFO] [stdout]   27:     0x654169c1e999 - <unit[ec60eb8ee158a9bd]::io::write::offset::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::lines stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::lines' (4204) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a2f58c - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::lines::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa911c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::lines::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::lines::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0859c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufwriter::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::lines::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf3000 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufwriter::lines::{closure#0}>
[INFO] [stdout]   25:     0x654169b679bd - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufwriter::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c1f191 - <unit[ec60eb8ee158a9bd]::io::bufwriter::lines::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::stdio stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::stdio' (4215) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e1a343 - <inel[8d7640f9813009bc]::GlobalReactor as inel_interface[9dc912780218fe07]::Reactor>::wait
[INFO] [stdout]   16:     0x654169becf7b - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   17:     0x654169bee7d8 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::stdio::{closure#0}>
[INFO] [stdout]   18:     0x654169ce129d - unit[ec60eb8ee158a9bd]::io::stdio
[INFO] [stdout]   19:     0x654169c1a669 - <unit[ec60eb8ee158a9bd]::io::stdio::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x654169dd049b - 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]   21:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   22:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   23:     0x654169de0c32 - <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]   24:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   25:     0x7cf85804607a - <unknown>
[INFO] [stdout]   26:     0x7cf8580d9534 - clone
[INFO] [stdout]   27:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::group::lines stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::group::lines' (4201) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a3cc63 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::group::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::lines::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aab26c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::group::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::lines::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::lines::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0e76c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufwriter::group::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::group::lines::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf59b0 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufwriter::group::lines::{closure#0}>
[INFO] [stdout]   25:     0x654169b6972d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufwriter::group::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c231fb - <unit[ec60eb8ee158a9bd]::io::bufwriter::group::lines::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::fixed::lines stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::fixed::lines' (4197) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a3b0f6 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aaadec - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0d94c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::lines::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf537f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::lines::{closure#0}>
[INFO] [stdout]   25:     0x654169b69301 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c221f8 - <unit[ec60eb8ee158a9bd]::io::bufwriter::fixed::lines::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- main stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (4222) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e1a343 - <inel[8d7640f9813009bc]::GlobalReactor as inel_interface[9dc912780218fe07]::Reactor>::wait
[INFO] [stdout]   16:     0x654169becf7b - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   17:     0x654169bf7188 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::main::main::main::{closure#0}>
[INFO] [stdout]   18:     0x654169c195b7 - <unit[ec60eb8ee158a9bd]::main::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   19:     0x654169dd049b - 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:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   21:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   22:     0x654169de0c32 - <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:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   24:     0x7cf85804607a - <unknown>
[INFO] [stdout]   25:     0x7cf8580d9534 - clone
[INFO] [stdout]   26:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::group::write stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::group::write' (4209) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a2ab24 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::group::write::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::write::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa805c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::group::write::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::write::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::write::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b0540c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::group::write::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::write::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::group::write::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf1a0f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::group::write::{closure#0}>
[INFO] [stdout]   25:     0x654169b66b01 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::group::write::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c1e85e - <unit[ec60eb8ee158a9bd]::io::group::write::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::client stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::client' (4223) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e722f - <inel[8d7640f9813009bc]::net::tcp::TcpStream>::connect::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x654169a3ed7b - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::client::client::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::client::client::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aab7ac - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::client::client::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::client::client::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::client::client::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0f700 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::client::client::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::client::client::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::client::client::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf618f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::client::client::{closure#0}>
[INFO] [stdout]   24:     0x654169b69c81 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::client::client::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c1f95b - <unit[ec60eb8ee158a9bd]::net::tcp::client::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::full stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::full' (4236) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e616f - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x654169a30342 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::full::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::full::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa945c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::full::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::full::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::full::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b08e8c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::full::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::full::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::full::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf34bf - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::full::{closure#0}>
[INFO] [stdout]   24:     0x654169b67ce1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::full::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c1f834 - <unit[ec60eb8ee158a9bd]::net::tcp::full::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::listen stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::listen' (4237) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e616f - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x654169a3f61f - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::listen::listen::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::listen::listen::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aab8df - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::listen::listen::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::listen::listen::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::listen::listen::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0fa8c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::listen::listen::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::listen::listen::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::listen::listen::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf6315 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::listen::listen::{closure#0}>
[INFO] [stdout]   24:     0x654169b69d9b - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::listen::listen::{closure#0}>::{closure#0}, std[97b98282bc616a66]::thread::join_handle::JoinHandle<()>>::{closure#0}, std[97b98282bc616a66]::thread::join_handle::JoinHandle<()>>
[INFO] [stdout]   25:     0x654169c20017 - <unit[ec60eb8ee158a9bd]::net::tcp::listen::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::direct::full stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::direct::full' (4231) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e15529 - <inel[8d7640f9813009bc]::source::OwnedDirect>::reserve
[INFO] [stdout]   16:     0x6541699e5771 - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind_direct::<(&str, u16)>::{closure#0}
[INFO] [stdout]   17:     0x654169a3dac9 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::direct::full::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::full::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   18:     0x654169aab5ac - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::direct::full::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::full::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::full::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169b0f03c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::direct::full::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::full::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::full::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   21:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   22:     0x654169bf5e70 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::direct::full::{closure#0}>
[INFO] [stdout]   23:     0x654169b69a4d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::direct::full::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   24:     0x654169c23a5e - <unit[ec60eb8ee158a9bd]::net::tcp::direct::full::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   25:     0x654169dd049b - 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]   26:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   27:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   28:     0x654169de0c32 - <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]   29:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   30:     0x7cf85804607a - <unknown>
[INFO] [stdout]   31:     0x7cf8580d9534 - clone
[INFO] [stdout]   32:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::direct::client stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::direct::client' (4226) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b2584d - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::SocketAuto, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e6a1a - <inel[8d7640f9813009bc]::net::tcp::TcpStream>::connect_direct::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x654169a407cb - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::direct::client::client::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::client::client::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aabd7c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::direct::client::client::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::client::client::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::client::client::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b10460 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::direct::client::client::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::client::client::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::client::client::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf699f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::direct::client::client::{closure#0}>
[INFO] [stdout]   24:     0x654169b6a2a1 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::direct::client::client::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c23c61 - <unit[ec60eb8ee158a9bd]::net::tcp::direct::client::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- select stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'select' (4242) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e1a403 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169e16a65 - <inel[8d7640f9813009bc]::time::Timeout as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x654169bc1321 - unit[ec60eb8ee158a9bd]::select::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]   18:     0x654169be6a5a - <futures_util[9c2a40581c096810]::future::poll_fn::PollFn<unit[ec60eb8ee158a9bd]::select::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169a20e1c - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::select::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::select::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa589c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::select::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::select::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::select::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169afe6f2 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::select::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::select::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::select::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bee28b - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::select::{closure#0}>
[INFO] [stdout]   25:     0x654169b6415c - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::select::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169c1a618 - <unit[ec60eb8ee158a9bd]::select::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x654169dd049b - 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]   28:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   29:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   30:     0x654169de0c32 - <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]   31:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   32:     0x7cf85804607a - <unknown>
[INFO] [stdout]   33:     0x7cf8580d9534 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- spawn stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'spawn' (4244) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e1a343 - <inel[8d7640f9813009bc]::GlobalReactor as inel_interface[9dc912780218fe07]::Reactor>::wait
[INFO] [stdout]   16:     0x654169becf7b - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   17:     0x654169c1a24a - <unit[ec60eb8ee158a9bd]::spawn::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   18:     0x654169dd049b - 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]   19:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   20:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   21:     0x654169de0c32 - <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]   22:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   23:     0x7cf85804607a - <unknown>
[INFO] [stdout]   24:     0x7cf8580d9534 - clone
[INFO] [stdout]   25:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::direct::server stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::direct::server' (4234) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e15529 - <inel[8d7640f9813009bc]::source::OwnedDirect>::reserve
[INFO] [stdout]   16:     0x6541699e5771 - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind_direct::<(&str, u16)>::{closure#0}
[INFO] [stdout]   17:     0x654169a4147b - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::direct::server::server::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::server::server::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   18:     0x654169aac01f - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::direct::server::server::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::server::server::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::server::server::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169b10a7f - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::direct::server::server::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::server::server::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::server::server::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   21:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   22:     0x654169bf6cdf - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::direct::server::server::{closure#0}>
[INFO] [stdout]   23:     0x654169b6a4e4 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::direct::server::server::{closure#0}>::{closure#0}, inel[8d7640f9813009bc]::net::tcp::DirectTcpListener>::{closure#0}, inel[8d7640f9813009bc]::net::tcp::DirectTcpListener>
[INFO] [stdout]   24:     0x654169c254c3 - <unit[ec60eb8ee158a9bd]::net::tcp::direct::server::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   25:     0x654169dd049b - 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]   26:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   27:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   28:     0x654169de0c32 - <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]   29:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   30:     0x7cf85804607a - <unknown>
[INFO] [stdout]   31:     0x7cf8580d9534 - clone
[INFO] [stdout]   32:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::write::sync stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::write::sync' (4220) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26bb6 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::file::OpenAt, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e470d - <inel[8d7640f9813009bc]::fs::file::OpenOptions>::open::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   18:     0x6541699e4d40 - <inel[8d7640f9813009bc]::fs::file::File>::create::<std[97b98282bc616a66]::path::PathBuf>::{closure#0}
[INFO] [stdout]   19:     0x654169a2b01b - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::io::write::sync::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::sync::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169aa815c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::io::write::sync::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::sync::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::sync::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x654169b05710 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::io::write::sync::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::sync::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::io::write::sync::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stderr] error: test failed, to rerun pass `-p inel --test unit`
[INFO] [stdout]   22:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   23:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   24:     0x654169bf1b8f - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::io::write::sync::{closure#0}>
[INFO] [stdout]   25:     0x654169b66c11 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::io::write::sync::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   26:     0x654169ce2699 - unit[ec60eb8ee158a9bd]::io::write::sync
[INFO] [stdout]   27:     0x654169c1e919 - <unit[ec60eb8ee158a9bd]::io::write::sync::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   28:     0x654169dd049b - 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]   29:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   30:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   31:     0x654169de0c32 - <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]   32:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   33:     0x7cf85804607a - <unknown>
[INFO] [stdout]   34:     0x7cf8580d9534 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::read_write stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::read_write' (4239) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e616f - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x654169a2ff74 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::read_write::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::read_write::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa935c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::read_write::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::read_write::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::read_write::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b08c9c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::read_write::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::read_write::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::read_write::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf3330 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::read_write::{closure#0}>
[INFO] [stdout]   24:     0x654169b67bc2 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::read_write::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c1f6e2 - <unit[ec60eb8ee158a9bd]::net::tcp::read_write::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::raw_fd stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::raw_fd' (4238) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e616f - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x654169a31645 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::raw_fd::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::raw_fd::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa966c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::raw_fd::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::raw_fd::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::raw_fd::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b094ec - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::raw_fd::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::raw_fd::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::raw_fd::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf37d0 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::raw_fd::{closure#0}>
[INFO] [stdout]   24:     0x654169b67f0d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::raw_fd::{closure#0}>::{closure#0}, (i32, i32)>::{closure#0}, (i32, i32)>
[INFO] [stdout]   25:     0x654169c20487 - <unit[ec60eb8ee158a9bd]::net::tcp::raw_fd::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::server stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::server' (4240) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e616f - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x654169a3fa91 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::server::server::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::server::server::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aaba4e - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::server::server::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::server::server::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::server::server::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0fcfc - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::server::server::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::server::server::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::server::server::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf64d0 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::server::server::{closure#0}>
[INFO] [stdout]   24:     0x654169b69ec2 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::server::server::{closure#0}>::{closure#0}, (u16, inel[8d7640f9813009bc]::net::tcp::TcpListener)>::{closure#0}, (u16, inel[8d7640f9813009bc]::net::tcp::TcpListener)>
[INFO] [stdout]   25:     0x654169c20711 - <unit[ec60eb8ee158a9bd]::net::tcp::server::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- sanity stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'sanity' (4241) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e1a343 - <inel[8d7640f9813009bc]::GlobalReactor as inel_interface[9dc912780218fe07]::Reactor>::wait
[INFO] [stdout]   16:     0x654169becf7b - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   17:     0x654169bee0f7 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::sanity::{closure#0}>
[INFO] [stdout]   18:     0x654169b64012 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::sanity::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   19:     0x654169c1a4ff - <unit[ec60eb8ee158a9bd]::sanity::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x654169dd049b - 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]   21:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   22:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   23:     0x654169de0c32 - <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]   24:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   25:     0x7cf85804607a - <unknown>
[INFO] [stdout]   26:     0x7cf8580d9534 - clone
[INFO] [stdout]   27:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::direct::connect stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::direct::connect' (4227) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b2584d - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::SocketAuto, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e6a1a - <inel[8d7640f9813009bc]::net::tcp::TcpStream>::connect_direct::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x654169a41e18 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::direct::connect::connect::{closure#1}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::connect::connect::{closure#1}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aac24c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::direct::connect::connect::{closure#1}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::connect::connect::{closure#1}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::connect::connect::{closure#1}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b10f20 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::direct::connect::connect::{closure#1}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::connect::connect::{closure#1}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::connect::connect::{closure#1}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf7010 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::direct::connect::connect::{closure#1}>
[INFO] [stdout]   24:     0x654169b6a77d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::direct::connect::connect::{closure#1}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c258fb - <unit[ec60eb8ee158a9bd]::net::tcp::direct::connect::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::direct::listen stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::direct::listen' (4232) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e15529 - <inel[8d7640f9813009bc]::source::OwnedDirect>::reserve
[INFO] [stdout]   16:     0x6541699e5771 - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind_direct::<(&str, u16)>::{closure#0}
[INFO] [stdout]   17:     0x654169a410a2 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::direct::listen::listen::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::listen::listen::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   18:     0x654169aabeaf - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::direct::listen::listen::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::listen::listen::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::listen::listen::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169b1080c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::direct::listen::listen::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::listen::listen::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::listen::listen::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   21:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   22:     0x654169bf6b25 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::direct::listen::listen::{closure#0}>
[INFO] [stdout]   23:     0x654169b6a3bb - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::direct::listen::listen::{closure#0}>::{closure#0}, std[97b98282bc616a66]::thread::join_handle::JoinHandle<()>>::{closure#0}, std[97b98282bc616a66]::thread::join_handle::JoinHandle<()>>
[INFO] [stdout]   24:     0x654169c2499d - <unit[ec60eb8ee158a9bd]::net::tcp::direct::listen::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   25:     0x654169dd049b - 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]   26:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   27:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   28:     0x654169de0c32 - <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]   29:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   30:     0x7cf85804607a - <unknown>
[INFO] [stdout]   31:     0x7cf8580d9534 - clone
[INFO] [stdout]   32:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- sleep stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'sleep' (4243) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e1a403 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169e16a65 - <inel[8d7640f9813009bc]::time::Timeout as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x654169a208f8 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::sleep::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::sleep::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   18:     0x654169aa559c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::sleep::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::sleep::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::sleep::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169afe060 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::sleep::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::sleep::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::sleep::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   21:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   22:     0x654169bedf77 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::sleep::{closure#0}>
[INFO] [stdout]   23:     0x654169b63f3c - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::sleep::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   24:     0x654169c198ec - <unit[ec60eb8ee158a9bd]::sleep::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   25:     0x654169dd049b - 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]   26:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   27:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   28:     0x654169de0c32 - <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]   29:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   30:     0x7cf85804607a - <unknown>
[INFO] [stdout]   31:     0x7cf8580d9534 - clone
[INFO] [stdout]   32:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::direct::read_write stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::direct::read_write' (4233) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169e17d04 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169e15529 - <inel[8d7640f9813009bc]::source::OwnedDirect>::reserve
[INFO] [stdout]   16:     0x6541699e5771 - <inel[8d7640f9813009bc]::net::tcp::TcpListener>::bind_direct::<(&str, u16)>::{closure#0}
[INFO] [stdout]   17:     0x654169a3d759 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::direct::read_write::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::read_write::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   18:     0x654169aab4ac - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::direct::read_write::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::read_write::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::read_write::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169b0ee4c - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::direct::read_write::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::read_write::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::read_write::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   21:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   22:     0x654169bf5cdf - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::direct::read_write::{closure#0}>
[INFO] [stdout]   23:     0x654169b69934 - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::direct::read_write::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   24:     0x654169c2390a - <unit[ec60eb8ee158a9bd]::net::tcp::direct::read_write::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   25:     0x654169dd049b - 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]   26:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   27:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   28:     0x654169de0c32 - <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]   29:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   30:     0x7cf85804607a - <unknown>
[INFO] [stdout]   31:     0x7cf8580d9534 - clone
[INFO] [stdout]   32:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::error' (4235) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e722f - <inel[8d7640f9813009bc]::net::tcp::TcpStream>::connect::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x654169a30fdd - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::error::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aa955c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::error::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::error::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b090a0 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::error::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf3640 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::error::{closure#0}>
[INFO] [stdout]   24:     0x654169b67e0d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c1f8ab - <unit[ec60eb8ee158a9bd]::net::tcp::error::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::direct::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::direct::error' (4230) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b2584d - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::SocketAuto, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e6a1a - <inel[8d7640f9813009bc]::net::tcp::TcpStream>::connect_direct::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x654169a3e724 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::direct::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::error::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aab6ac - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::direct::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::error::{closure#0}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::error::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b0f252 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::direct::error::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::direct::error::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf6000 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::direct::error::{closure#0}>
[INFO] [stdout]   24:     0x654169b69b7d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::direct::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c23adf - <unit[ec60eb8ee158a9bd]::net::tcp::direct::error::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- net::tcp::connect stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'net::tcp::connect' (4224) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65416a190ee1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x65416a1a801a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x65416a195a2c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x65416a16c9c6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x65416a1877c9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x654169ddd160 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x65416a187af2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x65416a16ca72 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x65416a164039 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x65416a16d85d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x65416a1a87fc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x65416a1a85d2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x65416a14a354 - <inel_reactor[dc2efb1e295429f3]::ring::RingOptions>::build
[INFO] [stdout]   13:     0x65416a14c654 - <inel_reactor[dc2efb1e295429f3]::ring::Ring as core[832e9a552fc17241]::default::Default>::default
[INFO] [stdout]   14:     0x654169bbc274 - <std[97b98282bc616a66]::sys::thread_local::native::lazy::Storage<core[832e9a552fc17241]::cell::RefCell<inel_reactor[dc2efb1e295429f3]::ring::Ring>, ()>>::get_or_init_slow::<inel[8d7640f9813009bc]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]   15:     0x654169ce9024 - <inel[8d7640f9813009bc]::GlobalReactor as inel_reactor[dc2efb1e295429f3]::reactor::RingReactor>::submit
[INFO] [stdout]   16:     0x654169b26037 - <inel_reactor[dc2efb1e295429f3]::submission::Submission<inel_reactor[dc2efb1e295429f3]::op::net::Socket, inel[8d7640f9813009bc]::GlobalReactor> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   17:     0x6541699e722f - <inel[8d7640f9813009bc]::net::tcp::TcpStream>::connect::<(&str, u16)>::{closure#0}
[INFO] [stdout]   18:     0x654169a40418 - <futures_util[9c2a40581c096810]::future::future::map::Map<unit[ec60eb8ee158a9bd]::net::tcp::connect::connect::{closure#1}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::connect::connect::{closure#1}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   19:     0x654169aabc7c - <futures_util[9c2a40581c096810]::future::future::flatten::Flatten<futures_util[9c2a40581c096810]::future::future::Map<unit[ec60eb8ee158a9bd]::net::tcp::connect::connect::{closure#1}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::connect::connect::{closure#1}>::{closure#0}>, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::connect::connect::{closure#1}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   20:     0x654169b101a0 - <futures_util[9c2a40581c096810]::future::future::fuse::Fuse<futures_util[9c2a40581c096810]::future::future::Then<unit[ec60eb8ee158a9bd]::net::tcp::connect::connect::{closure#1}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::connect::connect::{closure#1}>::{closure#0}::{closure#0}, <inel_executor[1b4481ac510b653]::executor::Executor>::spawn<unit[ec60eb8ee158a9bd]::net::tcp::connect::connect::{closure#1}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll
[INFO] [stdout]   21:     0x65416a14d722 - <inel_executor[1b4481ac510b653]::task::Task>::poll
[INFO] [stdout]   22:     0x654169bed290 - <inel_executor[1b4481ac510b653]::executor::Executor>::run::<inel[8d7640f9813009bc]::GlobalReactor>
[INFO] [stdout]   23:     0x654169bf6810 - <inel_executor[1b4481ac510b653]::executor::Executor>::block_on::<inel[8d7640f9813009bc]::GlobalReactor, unit[ec60eb8ee158a9bd]::net::tcp::connect::connect::{closure#1}>
[INFO] [stdout]   24:     0x654169b6a13d - <std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with::<<std[97b98282bc616a66]::thread::local::LocalKey<core[832e9a552fc17241]::cell::RefCell<inel_executor[1b4481ac510b653]::executor::Executor>>>::with_borrow<inel[8d7640f9813009bc]::block_on<unit[ec60eb8ee158a9bd]::net::tcp::connect::connect::{closure#1}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]   25:     0x654169c20a4d - <unit[ec60eb8ee158a9bd]::net::tcp::connect::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   26:     0x654169dd049b - 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]   27:     0x654169dddae5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   28:     0x654169dd8594 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   29:     0x654169de0c32 - <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]   30:     0x65416a18fa4f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   31:     0x7cf85804607a - <unknown>
[INFO] [stdout]   32:     0x7cf8580d9534 - clone
[INFO] [stdout]   33:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     combo
[INFO] [stdout]     compat::axum::default
[INFO] [stdout]     compat::axum::direct
[INFO] [stdout]     compat::axum::fixed
[INFO] [stdout]     compat::axum::shared
[INFO] [stdout]     compat::hyper::fixed
[INFO] [stdout]     compat::hyper::shared
[INFO] [stdout]     compat::hyper::simple
[INFO] [stdout]     compat::rustls::direct
[INFO] [stdout]     compat::rustls::simple
[INFO] [stdout]     fs::dir::create
[INFO] [stdout]     fs::dir::error
[INFO] [stdout]     fs::dir::recursive
[INFO] [stdout]     fs::file::append
[INFO] [stdout]     fs::file::create
[INFO] [stdout]     fs::file::direct::append
[INFO] [stdout]     fs::file::direct::create
[INFO] [stdout]     fs::file::direct::error
[INFO] [stdout]     fs::file::direct::open
[INFO] [stdout]     fs::file::direct::split
[INFO] [stdout]     fs::file::errors
[INFO] [stdout]     fs::file::metadata
[INFO] [stdout]     fs::file::no_options
[INFO] [stdout]     fs::file::open
[INFO] [stdout]     fs::file::raw_fd
[INFO] [stdout]     fs::file::split
[INFO] [stdout]     fs::file::split_buffered
[INFO] [stdout]     fs::file::truncate
[INFO] [stdout]     fs::func::error
[INFO] [stdout]     fs::func::exists
[INFO] [stdout]     fs::func::metadata
[INFO] [stdout]     fs::func::read
[INFO] [stdout]     fs::func::read_buf
[INFO] [stdout]     fs::func::read_to_string
[INFO] [stdout]     fs::func::write
[INFO] [stdout]     fs::func::write_buf
[INFO] [stdout]     init
[INFO] [stdout]     io::bufreader::error
[INFO] [stdout]     io::bufreader::fixed::error
[INFO] [stdout]     io::bufreader::fixed::inner
[INFO] [stdout]     io::bufreader::fixed::lines
[INFO] [stdout]     io::bufreader::fixed::simple
[INFO] [stdout]     io::bufreader::group::error
[INFO] [stdout]     io::bufreader::group::lines
[INFO] [stdout]     io::bufreader::group::simple
[INFO] [stdout]     io::bufreader::inner
[INFO] [stdout]     io::bufreader::lines
[INFO] [stdout]     io::bufreader::simple
[INFO] [stdout]     io::bufwriter::error
[INFO] [stdout]     io::bufwriter::fixed::error
[INFO] [stdout]     io::bufwriter::fixed::inner
[INFO] [stdout]     io::bufwriter::fixed::lines
[INFO] [stdout]     io::bufwriter::fixed::simple
[INFO] [stdout]     io::bufwriter::group::error
[INFO] [stdout]     io::bufwriter::group::inner
[INFO] [stdout]     io::bufwriter::group::lines
[INFO] [stdout]     io::bufwriter::group::simple
[INFO] [stdout]     io::bufwriter::inner
[INFO] [stdout]     io::bufwriter::lines
[INFO] [stdout]     io::bufwriter::simple
[INFO] [stdout]     io::group::combo
[INFO] [stdout]     io::group::error
[INFO] [stdout]     io::group::read
[INFO] [stdout]     io::group::write
[INFO] [stdout]     io::read::cancel
[INFO] [stdout]     io::read::fixed
[INFO] [stdout]     io::read::offset
[INFO] [stdout]     io::read::simple
[INFO] [stdout]     io::read::view
[INFO] [stdout]     io::stdio
[INFO] [stdout]     io::write::cancel
[INFO] [stdout]     io::write::fixed
[INFO] [stdout]     io::write::offset
[INFO] [stdout]     io::write::simple
[INFO] [stdout]     io::write::sync
[INFO] [stdout]     io::write::view
[INFO] [stdout]     main
[INFO] [stdout]     net::tcp::client
[INFO] [stdout]     net::tcp::connect
[INFO] [stdout]     net::tcp::direct::client
[INFO] [stdout]     net::tcp::direct::connect
[INFO] [stdout]     net::tcp::direct::error
[INFO] [stdout]     net::tcp::direct::full
[INFO] [stdout]     net::tcp::direct::listen
[INFO] [stdout]     net::tcp::direct::read_write
[INFO] [stdout]     net::tcp::direct::server
[INFO] [stdout]     net::tcp::error
[INFO] [stdout]     net::tcp::full
[INFO] [stdout]     net::tcp::listen
[INFO] [stdout]     net::tcp::raw_fd
[INFO] [stdout]     net::tcp::read_write
[INFO] [stdout]     net::tcp::server
[INFO] [stdout]     sanity
[INFO] [stdout]     select
[INFO] [stdout]     sleep
[INFO] [stdout]     spawn
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 96 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0226dd5399f38f2dc177a8647f04c5b5036e13eeeeccb4f5a83238a671fe431a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0226dd5399f38f2dc177a8647f04c5b5036e13eeeeccb4f5a83238a671fe431a", kill_on_drop: false }`
[INFO] [stdout] 0226dd5399f38f2dc177a8647f04c5b5036e13eeeeccb4f5a83238a671fe431a
