[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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e19568 - ::register:: [INFO] [stdout] 16: 0x654169e14e67 - ::empty [INFO] [stdout] 17: 0x6541699e8ae5 - ::with_buffers::{closure#0} [INFO] [stdout] 18: 0x6541699e9431 - ::build::{closure#0} [INFO] [stdout] 19: 0x6541699e956e - ::new::{closure#0} [INFO] [stdout] 20: 0x654169a21267 - ::new::{closure#0}, ::spawn<::new::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169aa5b26 - ::new::{closure#0}, ::spawn<::new::{closure#0}>::{closure#0}>, ::spawn<::new::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x654169afeccc - ::new::{closure#0}, ::spawn<::new::{closure#0}>::{closure#0}::{closure#0}, ::spawn<::new::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 23: 0x65416a14d722 - ::poll [INFO] [stdout] 24: 0x654169bed290 - ::run:: [INFO] [stdout] 25: 0x654169bee625 - ::block_on::::new::{closure#0}> [INFO] [stdout] 26: 0x654169b644a9 - >>::with::<>>::with_borrow::new::{closure#0}>::{closure#0}, core[832e9a552fc17241]::result::Result>::{closure#0}, core[832e9a552fc17241]::result::Result> [INFO] [stdout] 27: 0x654169ce5594 - unit[ec60eb8ee158a9bd]::compat::axum::shared [INFO] [stdout] 28: 0x654169c20c79 - >::call_once [INFO] [stdout] 29: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 32: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 33: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 34: 0x7cf85804607a - [INFO] [stdout] 35: 0x7cf8580d9534 - clone [INFO] [stdout] 36: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e616f - ::bind::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x6541699f6d1c - >::{closure#0}, ::spawn>::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa218c - >::{closure#0}, ::spawn>::{closure#0}>::{closure#0}>, ::spawn>::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169af507c - >::{closure#0}, ::spawn>::{closure#0}>::{closure#0}::{closure#0}, ::spawn>::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bed37f - ::block_on::>::{closure#0}> [INFO] [stdout] 24: 0x654169b63601 - >>::with::<>>::with_borrow>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169ce569c - unit[ec60eb8ee158a9bd]::compat::hyper::fixed [INFO] [stdout] 26: 0x654169c20cd9 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e1a343 - ::wait [INFO] [stdout] 16: 0x654169becf7b - ::run:: [INFO] [stdout] 17: 0x654169beddf7 - ::block_on:: [INFO] [stdout] 18: 0x654169b63e42 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 19: 0x654169c197a1 - >::call_once [INFO] [stdout] 20: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 23: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 24: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 25: 0x7cf85804607a - [INFO] [stdout] 26: 0x7cf8580d9534 - clone [INFO] [stdout] 27: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e616f - ::bind::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x6541699ea1ef - unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0} [INFO] [stdout] 19: 0x654169a21377 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa5d60 - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169aff0a0 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bee940 - ::block_on:: [INFO] [stdout] 25: 0x654169b645ed - >>::with::<>>::with_borrow::{closure#0}, u16>::{closure#0}, u16> [INFO] [stdout] 26: 0x654169ce4f15 - unit[ec60eb8ee158a9bd]::compat::axum::run_server [INFO] [stdout] 27: 0x654169c20c1e - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e616f - ::bind::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x6541699ea1ef - unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0} [INFO] [stdout] 19: 0x654169a21377 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa5d60 - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169aff0a0 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bee940 - ::block_on:: [INFO] [stdout] 25: 0x654169b645ed - >>::with::<>>::with_borrow::{closure#0}, u16>::{closure#0}, u16> [INFO] [stdout] 26: 0x654169ce4f15 - unit[ec60eb8ee158a9bd]::compat::axum::run_server [INFO] [stdout] 27: 0x654169c20cbb - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e19568 - ::register:: [INFO] [stdout] 16: 0x654169e14e67 - ::empty [INFO] [stdout] 17: 0x6541699e8ae5 - ::with_buffers::{closure#0} [INFO] [stdout] 18: 0x6541699e9431 - ::build::{closure#0} [INFO] [stdout] 19: 0x654169a21163 - ::build::{closure#0}, ::spawn<::build::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa59c6 - ::build::{closure#0}, ::spawn<::build::{closure#0}>::{closure#0}>, ::spawn<::build::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169afeabc - ::build::{closure#0}, ::spawn<::build::{closure#0}>::{closure#0}::{closure#0}, ::spawn<::build::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bee45d - ::block_on::::build::{closure#0}> [INFO] [stdout] 25: 0x654169b64366 - >>::with::<>>::with_borrow::build::{closure#0}>::{closure#0}, core[832e9a552fc17241]::result::Result>::{closure#0}, core[832e9a552fc17241]::result::Result> [INFO] [stdout] 26: 0x654169ce5889 - unit[ec60eb8ee158a9bd]::compat::hyper::shared [INFO] [stdout] 27: 0x654169c20cf9 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e616f - ::bind::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x6541699ea1ef - unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0} [INFO] [stdout] 19: 0x654169a21377 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa5d60 - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169aff0a0 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bee940 - ::block_on:: [INFO] [stdout] 25: 0x654169b645ed - >>::with::<>>::with_borrow::{closure#0}, u16>::{closure#0}, u16> [INFO] [stdout] 26: 0x654169ce4f15 - unit[ec60eb8ee158a9bd]::compat::axum::run_server [INFO] [stdout] 27: 0x654169c20c5b - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e616f - ::bind::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x654169a363eb - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa9d88 - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0a9ef - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf3b97 - ::block_on:: [INFO] [stdout] 24: 0x654169b681d1 - >>::with::<>>::with_borrow::{closure#0}, (inel[8d7640f9813009bc]::compat::stream::BufStream, inel[8d7640f9813009bc]::compat::stream::BufStream)>::{closure#0}, (inel[8d7640f9813009bc]::compat::stream::BufStream, inel[8d7640f9813009bc]::compat::stream::BufStream)> [INFO] [stdout] 25: 0x654169ce6f08 - unit[ec60eb8ee158a9bd]::compat::rustls::simple [INFO] [stdout] 26: 0x654169c20d59 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x654169a21a04 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa615c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aff99c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169beef9c - ::block_on:: [INFO] [stdout] 24: 0x654169b64bec - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c1af37 - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26d5f - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e4f8f - ::create::::{closure#0} [INFO] [stdout] 18: 0x654169a21490 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa5e5c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aff39c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169beeadf - ::block_on:: [INFO] [stdout] 24: 0x654169b64721 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c1a750 - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a234c1 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa6860 - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b00eac - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169befaaf - ::block_on:: [INFO] [stdout] 25: 0x654169b65561 - >>::with::<>>::with_borrow::{closure#0}, i32>::{closure#0}, i32> [INFO] [stdout] 26: 0x654169c1bd32 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26d5f - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e523f - ::create::::{closure#0} [INFO] [stdout] 18: 0x654169a2183c - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa605c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aff79c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169beeddf - ::block_on:: [INFO] [stdout] 24: 0x654169b649c1 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c1ac65 - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x654169a2277d - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa655c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b00460 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bef620 - ::block_on:: [INFO] [stdout] 24: 0x654169b651fd - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c1b6bf - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x654169a2485b - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa6c5c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b01850 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169befde0 - ::block_on:: [INFO] [stdout] 24: 0x654169b6581d - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c1c54f - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e15529 - ::reserve [INFO] [stdout] 16: 0x6541699e7a27 - inel[8d7640f9813009bc]::fs::func::read_buf::>::{closure#0} [INFO] [stdout] 17: 0x654169a25d1c - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 18: 0x654169aa6f5c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169b022cc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x65416a14d722 - ::poll [INFO] [stdout] 21: 0x654169bed290 - ::run:: [INFO] [stdout] 22: 0x654169bf0290 - ::block_on:: [INFO] [stdout] 23: 0x654169b65b1d - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 24: 0x654169c1d06b - >::call_once [INFO] [stdout] 25: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 28: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 29: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 30: 0x7cf85804607a - [INFO] [stdout] 31: 0x7cf8580d9534 - clone [INFO] [stdout] 32: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b2651d - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e447d - ::open_direct::::{closure#0} [INFO] [stdout] 18: 0x654169a37abe - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aaa2ec - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0b93c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf43ef - ::block_on:: [INFO] [stdout] 24: 0x654169b688b1 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c2168f - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b2651d - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e447d - ::open_direct::::{closure#0} [INFO] [stdout] 18: 0x6541699e4afc - ::open_direct::::{closure#0} [INFO] [stdout] 19: 0x654169a369c0 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa9eec - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0ad7c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf3daf - ::block_on:: [INFO] [stdout] 25: 0x654169b68321 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c20e77 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b2651d - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e447d - ::open_direct::::{closure#0} [INFO] [stdout] 18: 0x654169a36e70 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aaa0ec - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0b23c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf40e9 - ::block_on:: [INFO] [stdout] 24: 0x654169b6869e - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c2114e - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b2651d - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e447d - ::open_direct::::{closure#0} [INFO] [stdout] 18: 0x6541699e4afc - ::open_direct::::{closure#0} [INFO] [stdout] 19: 0x654169a22ffc - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa675c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b00aa0 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bef92f - ::block_on:: [INFO] [stdout] 25: 0x654169b65451 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c1bc03 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e616f - ::bind::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x6541699f763c - >::{closure#0}, ::spawn>::{closure#0}>::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa238c - >::{closure#0}, ::spawn>::{closure#0}>::{closure#0}>, ::spawn>::{closure#0}>::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169af54bc - >::{closure#0}, ::spawn>::{closure#0}>::{closure#0}::{closure#0}, ::spawn>::{closure#0}>::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bed67f - ::block_on::>::{closure#0}> [INFO] [stdout] 24: 0x654169b63881 - >>::with::<>>::with_borrow>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169ce5c5c - unit[ec60eb8ee158a9bd]::compat::hyper::simple [INFO] [stdout] 26: 0x654169c20d19 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a23945 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa6a5c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0130c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169c1c18c - >::call_once [INFO] [stdout] 25: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 28: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 29: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 30: 0x7cf85804607a - [INFO] [stdout] 31: 0x7cf8580d9534 - clone [INFO] [stdout] 32: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e616f - ::bind::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x6541699ea1ef - unit[ec60eb8ee158a9bd]::compat::find_open_port::{closure#0} [INFO] [stdout] 19: 0x654169a35c91 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa9bd8 - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0a5ef - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf3971 - ::block_on:: [INFO] [stdout] 25: 0x654169b68073 - >>::with::<>>::with_borrow::{closure#0}, (inel[8d7640f9813009bc]::compat::stream::FixedBufStream, inel[8d7640f9813009bc]::compat::stream::FixedBufStream)>::{closure#0}, (inel[8d7640f9813009bc]::compat::stream::FixedBufStream, inel[8d7640f9813009bc]::compat::stream::FixedBufStream)> [INFO] [stdout] 26: 0x654169ce67de - unit[ec60eb8ee158a9bd]::compat::rustls::direct [INFO] [stdout] 27: 0x654169c20d39 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a22060 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa635c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169affedc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bef2df - ::block_on:: [INFO] [stdout] 25: 0x654169b64ed1 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c1b317 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26d5f - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e4f8f - ::create::::{closure#0} [INFO] [stdout] 18: 0x654169a2167c - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa5f5c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aff59c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169beec5f - ::block_on:: [INFO] [stdout] 24: 0x654169b64871 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c1a9af - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x654169a21bde - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa625c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169affbbc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bef159 - ::block_on:: [INFO] [stdout] 24: 0x654169b64dce - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c1b12e - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b2651d - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e447d - ::open_direct::::{closure#0} [INFO] [stdout] 18: 0x654169a3731e - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aaa1ec - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0b560 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf426f - ::block_on:: [INFO] [stdout] 24: 0x654169b687a1 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c212ff - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a22dc0 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa665c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0083c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bef7af - ::block_on:: [INFO] [stdout] 25: 0x654169b65301 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c1ba4f - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b2651d - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e447d - ::open_direct::::{closure#0} [INFO] [stdout] 18: 0x6541699e4afc - ::open_direct::::{closure#0} [INFO] [stdout] 19: 0x654169a36bee - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa9fec - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0afdc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf3f2f - ::block_on:: [INFO] [stdout] 25: 0x654169b68471 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c21026 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a26084 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa705c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b024cc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf041f - ::block_on:: [INFO] [stdout] 25: 0x654169b65c71 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c1d217 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e15529 - ::reserve [INFO] [stdout] 16: 0x6541699e7765 - inel[8d7640f9813009bc]::fs::func::exists::::{closure#0} [INFO] [stdout] 17: 0x654169a26644 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 18: 0x654169aa715c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169b027bc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x65416a14d722 - ::poll [INFO] [stdout] 21: 0x654169bed290 - ::run:: [INFO] [stdout] 22: 0x654169bf05a0 - ::block_on:: [INFO] [stdout] 23: 0x654169b65d7d - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 24: 0x654169c1d633 - >::call_once [INFO] [stdout] 25: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 28: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 29: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 30: 0x7cf85804607a - [INFO] [stdout] 31: 0x7cf8580d9534 - clone [INFO] [stdout] 32: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e48c8 - ::open::<&std[97b98282bc616a66]::path::PathBuf>::{closure#0} [INFO] [stdout] 18: 0x654169a2d4fd - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa8a5c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b06f7c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf26bf - ::block_on:: [INFO] [stdout] 24: 0x654169b67371 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169ce38a8 - unit[ec60eb8ee158a9bd]::io::bufreader::error [INFO] [stdout] 26: 0x654169c1e9d9 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e19568 - ::register:: [INFO] [stdout] 16: 0x654169e14e67 - ::empty [INFO] [stdout] 17: 0x6541699e8ae5 - ::with_buffers::{closure#0} [INFO] [stdout] 18: 0x654169a397f0 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aaa96c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0cafc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf4d3f - ::block_on:: [INFO] [stdout] 24: 0x654169b68ee1 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169ce8939 - unit[ec60eb8ee158a9bd]::io::bufreader::group::lines [INFO] [stdout] 26: 0x654169c21889 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e15529 - ::reserve [INFO] [stdout] 16: 0x654169a27287 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x654169aa745c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 18: 0x654169b02f10 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x65416a14d722 - ::poll [INFO] [stdout] 20: 0x654169bed290 - ::run:: [INFO] [stdout] 21: 0x654169bf0a2f - ::block_on:: [INFO] [stdout] 22: 0x654169b660a1 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 23: 0x654169c1de0f - >::call_once [INFO] [stdout] 24: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 27: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 28: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 29: 0x7cf85804607a - [INFO] [stdout] 30: 0x7cf8580d9534 - clone [INFO] [stdout] 31: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a38978 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aaa62c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0c27c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf48a0 - ::block_on:: [INFO] [stdout] 25: 0x654169b68bbd - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169ce7d9b - unit[ec60eb8ee158a9bd]::io::bufreader::fixed::lines [INFO] [stdout] 27: 0x654169c21829 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a2dfd5 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa8c9c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0770c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf29cf - ::block_on:: [INFO] [stdout] 25: 0x654169b67591 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169ce3f59 - unit[ec60eb8ee158a9bd]::io::bufreader::lines [INFO] [stdout] 27: 0x654169c1ea19 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e48c8 - ::open::<&std[97b98282bc616a66]::path::PathBuf>::{closure#0} [INFO] [stdout] 18: 0x654169a2e856 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa8edc - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b07d90 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf2cdf - ::block_on:: [INFO] [stdout] 24: 0x654169b677b1 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c1eb3f - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a24da1 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa6d5c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b01c2c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169beff70 - ::block_on:: [INFO] [stdout] 25: 0x654169b6591d - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c1cab7 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a38da5 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aaa74d - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0c55c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf4a2f - ::block_on:: [INFO] [stdout] 25: 0x654169b68cc1 - >>::with::<>>::with_borrow::{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 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e1a224 - inel[8d7640f9813009bc]::init [INFO] [stdout] 16: 0x654169c1936b - >::call_once [INFO] [stdout] 17: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 20: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 21: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 22: 0x7cf85804607a - [INFO] [stdout] 23: 0x7cf8580d9534 - clone [INFO] [stdout] 24: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e48c8 - ::open::<&std[97b98282bc616a66]::path::PathBuf>::{closure#0} [INFO] [stdout] 18: 0x654169a3be45 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aab02c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0df90 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf568f - ::block_on:: [INFO] [stdout] 24: 0x654169b69521 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c229c2 - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e19568 - ::register:: [INFO] [stdout] 16: 0x654169e14e67 - ::empty [INFO] [stdout] 17: 0x6541699e8ae5 - ::with_buffers::{closure#0} [INFO] [stdout] 18: 0x654169a39c60 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aaaa8d - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0ce8c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf4ec0 - ::block_on:: [INFO] [stdout] 24: 0x654169b68fed - >>::with::<>>::with_borrow::{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 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e48c8 - ::open::<&std[97b98282bc616a66]::path::PathBuf>::{closure#0} [INFO] [stdout] 18: 0x654169a37dc2 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aaa3ec - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0bb9c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf4570 - ::block_on:: [INFO] [stdout] 24: 0x654169b689bd - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169ce753a - unit[ec60eb8ee158a9bd]::io::bufreader::fixed::error [INFO] [stdout] 26: 0x654169c217e9 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e19568 - ::register:: [INFO] [stdout] 16: 0x654169e14e67 - ::empty [INFO] [stdout] 17: 0x6541699e8ae5 - ::with_buffers::{closure#0} [INFO] [stdout] 18: 0x654169a392f0 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aaa86c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0c83c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf4bbf - ::block_on:: [INFO] [stdout] 24: 0x654169b68dd1 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169ce84da - unit[ec60eb8ee158a9bd]::io::bufreader::group::error [INFO] [stdout] 26: 0x654169c21869 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a2d95d - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa8b7d - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b07240 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf283f - ::block_on:: [INFO] [stdout] 25: 0x654169b67481 - >>::with::<>>::with_borrow::{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 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a25590 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa6e5c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b01f8c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf0100 - ::block_on:: [INFO] [stdout] 25: 0x654169b65a1d - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c1cec7 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e15529 - ::reserve [INFO] [stdout] 16: 0x6541699e7a27 - inel[8d7640f9813009bc]::fs::func::read_buf::>::{closure#0} [INFO] [stdout] 17: 0x654169a26f1c - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 18: 0x654169aa735c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169b02cdc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x65416a14d722 - ::poll [INFO] [stdout] 21: 0x654169bed290 - ::run:: [INFO] [stdout] 22: 0x654169bf08af - ::block_on:: [INFO] [stdout] 23: 0x654169b65f91 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 24: 0x654169c1db23 - >::call_once [INFO] [stdout] 25: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 28: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 29: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 30: 0x7cf85804607a - [INFO] [stdout] 31: 0x7cf8580d9534 - clone [INFO] [stdout] 32: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a2f9ea - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa923d - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b088c0 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf3190 - ::block_on:: [INFO] [stdout] 25: 0x654169b67abd - >>::with::<>>::with_borrow::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>> [INFO] [stdout] 26: 0x654169c1f4a2 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a2a3c7 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa7f5c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b04fd0 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf1880 - ::block_on:: [INFO] [stdout] 25: 0x654169b669fd - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c1e6ad - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a3827d - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aaa50d - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0be10 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf4700 - ::block_on:: [INFO] [stdout] 25: 0x654169b68abd - >>::with::<>>::with_borrow::{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 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a2e340 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa8dbd - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b07a5c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf2b4f - ::block_on:: [INFO] [stdout] 25: 0x654169b676a1 - >>::with::<>>::with_borrow::{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 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e48c8 - ::open::<&std[97b98282bc616a66]::path::PathBuf>::{closure#0} [INFO] [stdout] 18: 0x654169a3a1cb - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aaabac - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0d1e0 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf5060 - ::block_on:: [INFO] [stdout] 24: 0x654169b690ed - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c219af - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a3a8ae - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aaaccd - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0d560 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf51ef - ::block_on:: [INFO] [stdout] 25: 0x654169b691f1 - >>::with::<>>::with_borrow::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>> [INFO] [stdout] 26: 0x654169c21c22 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a28b45 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa7afd - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0419c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf1240 - ::block_on:: [INFO] [stdout] 25: 0x654169b665dd - >>::with::<>>::with_borrow::{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 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e1a062 - ::register_buffer::> [INFO] [stdout] 16: 0x654169e173df - ::new [INFO] [stdout] 17: 0x654169a28132 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 18: 0x654169aa78e1 - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169b03960 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x65416a14d722 - ::poll [INFO] [stdout] 21: 0x654169bed290 - ::run:: [INFO] [stdout] 22: 0x654169bf0f20 - ::block_on:: [INFO] [stdout] 23: 0x654169b663dd - >>::with::<>>::with_borrow::{closure#0}, bool>::{closure#0}, bool> [INFO] [stdout] 24: 0x654169ce1c61 - unit[ec60eb8ee158a9bd]::io::read::cancel [INFO] [stdout] 25: 0x654169c1e109 - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a3b79f - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aaaf0d - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0dc10 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf54ff - ::block_on:: [INFO] [stdout] 25: 0x654169b69411 - >>::with::<>>::with_borrow::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>> [INFO] [stdout] 26: 0x654169c225e2 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a27943 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa7581 - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0329c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf0bb0 - ::block_on:: [INFO] [stdout] 25: 0x654169b661ad - >>::with::<>>::with_borrow::{closure#0}, inel_reactor[dc2efb1e295429f3]::buffer::View, core[832e9a552fc17241]::ops::range::RangeFrom>>::{closure#0}, inel_reactor[dc2efb1e295429f3]::buffer::View, core[832e9a552fc17241]::ops::range::RangeFrom>> [INFO] [stdout] 26: 0x654169ce1478 - unit[ec60eb8ee158a9bd]::io::read::view [INFO] [stdout] 27: 0x654169c1e0c9 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a2edf5 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa8ffd - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b08160 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf2e60 - ::block_on:: [INFO] [stdout] 25: 0x654169b678bd - >>::with::<>>::with_borrow::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>> [INFO] [stdout] 26: 0x654169c1ece2 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a2bb31 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa843a - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b05dcc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf1eb5 - ::block_on:: [INFO] [stdout] 25: 0x654169b66e38 - >>::with::<>>::with_borrow::{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 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e1a062 - ::register_buffer::> [INFO] [stdout] 16: 0x654169e17492 - ::register [INFO] [stdout] 17: 0x654169a2c06a - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 18: 0x654169aa85e1 - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169b06160 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x65416a14d722 - ::poll [INFO] [stdout] 21: 0x654169bed290 - ::run:: [INFO] [stdout] 22: 0x654169bf2080 - ::block_on:: [INFO] [stdout] 23: 0x654169b66f4d - >>::with::<>>::with_borrow::{closure#0}, bool>::{closure#0}, bool> [INFO] [stdout] 24: 0x654169ce2f71 - unit[ec60eb8ee158a9bd]::io::write::cancel [INFO] [stdout] 25: 0x654169c1e979 - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a2cfb1 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa893d - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b06c8c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf252f - ::block_on:: [INFO] [stdout] 25: 0x654169b67261 - >>::with::<>>::with_borrow::{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 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a3d172 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aab38d - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0ea80 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf5b40 - ::block_on:: [INFO] [stdout] 25: 0x654169b6982d - >>::with::<>>::with_borrow::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>> [INFO] [stdout] 26: 0x654169c235e2 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a26967 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa725c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b02a8c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf072f - ::block_on:: [INFO] [stdout] 25: 0x654169b65e81 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c1d88d - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a297cb - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa7e5c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b04adc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf16ff - ::block_on:: [INFO] [stdout] 25: 0x654169b668f1 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c1e476 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x654169a222be - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa645c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0013c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bef499 - ::block_on:: [INFO] [stdout] 24: 0x654169b650fe - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c1b50e - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a2b5c1 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa8281 - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b05adc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf1d0f - ::block_on:: [INFO] [stdout] 25: 0x654169b66d21 - >>::with::<>>::with_borrow::{closure#0}, inel_reactor[dc2efb1e295429f3]::buffer::View, core[832e9a552fc17241]::ops::range::RangeFrom>>::{closure#0}, inel_reactor[dc2efb1e295429f3]::buffer::View, core[832e9a552fc17241]::ops::range::RangeFrom>> [INFO] [stdout] 26: 0x654169ce281c - unit[ec60eb8ee158a9bd]::io::write::view [INFO] [stdout] 27: 0x654169c1e939 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a292f4 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa7d5c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b047fc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf157f - ::block_on:: [INFO] [stdout] 25: 0x654169b667e1 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c1e21b - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a27d41 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa773a - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b035cc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf0d55 - ::block_on:: [INFO] [stdout] 25: 0x654169b662c8 - >>::with::<>>::with_borrow::{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 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4c1c - ::open::::{closure#0} [INFO] [stdout] 19: 0x654169a28f35 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa7c3d - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b044cc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf13e0 - ::block_on:: [INFO] [stdout] 25: 0x654169b666dd - >>::with::<>>::with_borrow::{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 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a3c488 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aab14d - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0e340 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf5810 - ::block_on:: [INFO] [stdout] 25: 0x654169b6962d - >>::with::<>>::with_borrow::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[3ecab9f82c41dc7d]::boxed::Box<[u8; 256usize]>> [INFO] [stdout] 26: 0x654169c22c32 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a2ca71 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa87fd - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0699c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf239f - ::block_on:: [INFO] [stdout] 25: 0x654169b67151 - >>::with::<>>::with_borrow::{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 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a2f58c - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa911c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0859c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf3000 - ::block_on:: [INFO] [stdout] 25: 0x654169b679bd - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c1f191 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e1a343 - ::wait [INFO] [stdout] 16: 0x654169becf7b - ::run:: [INFO] [stdout] 17: 0x654169bee7d8 - ::block_on:: [INFO] [stdout] 18: 0x654169ce129d - unit[ec60eb8ee158a9bd]::io::stdio [INFO] [stdout] 19: 0x654169c1a669 - >::call_once [INFO] [stdout] 20: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 23: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 24: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 25: 0x7cf85804607a - [INFO] [stdout] 26: 0x7cf8580d9534 - clone [INFO] [stdout] 27: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a3cc63 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aab26c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0e76c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf59b0 - ::block_on:: [INFO] [stdout] 25: 0x654169b6972d - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c231fb - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a3b0f6 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aaadec - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0d94c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf537f - ::block_on:: [INFO] [stdout] 25: 0x654169b69301 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c221f8 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e1a343 - ::wait [INFO] [stdout] 16: 0x654169becf7b - ::run:: [INFO] [stdout] 17: 0x654169bf7188 - ::block_on:: [INFO] [stdout] 18: 0x654169c195b7 - >::call_once [INFO] [stdout] 19: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 22: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 23: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 24: 0x7cf85804607a - [INFO] [stdout] 25: 0x7cf8580d9534 - clone [INFO] [stdout] 26: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a2ab24 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa805c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b0540c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf1a0f - ::block_on:: [INFO] [stdout] 25: 0x654169b66b01 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c1e85e - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e722f - ::connect::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x654169a3ed7b - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aab7ac - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0f700 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf618f - ::block_on:: [INFO] [stdout] 24: 0x654169b69c81 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c1f95b - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e616f - ::bind::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x654169a30342 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa945c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b08e8c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf34bf - ::block_on:: [INFO] [stdout] 24: 0x654169b67ce1 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c1f834 - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e616f - ::bind::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x654169a3f61f - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aab8df - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0fa8c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf6315 - ::block_on:: [INFO] [stdout] 24: 0x654169b69d9b - >>::with::<>>::with_borrow::{closure#0}, std[97b98282bc616a66]::thread::join_handle::JoinHandle<()>>::{closure#0}, std[97b98282bc616a66]::thread::join_handle::JoinHandle<()>> [INFO] [stdout] 25: 0x654169c20017 - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e15529 - ::reserve [INFO] [stdout] 16: 0x6541699e5771 - ::bind_direct::<(&str, u16)>::{closure#0} [INFO] [stdout] 17: 0x654169a3dac9 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 18: 0x654169aab5ac - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169b0f03c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x65416a14d722 - ::poll [INFO] [stdout] 21: 0x654169bed290 - ::run:: [INFO] [stdout] 22: 0x654169bf5e70 - ::block_on:: [INFO] [stdout] 23: 0x654169b69a4d - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 24: 0x654169c23a5e - >::call_once [INFO] [stdout] 25: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 28: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 29: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 30: 0x7cf85804607a - [INFO] [stdout] 31: 0x7cf8580d9534 - clone [INFO] [stdout] 32: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b2584d - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e6a1a - ::connect_direct::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x654169a407cb - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aabd7c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b10460 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf699f - ::block_on:: [INFO] [stdout] 24: 0x654169b6a2a1 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c23c61 - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e1a403 - ::submit [INFO] [stdout] 16: 0x654169e16a65 - ::poll [INFO] [stdout] 17: 0x654169bc1321 - unit[ec60eb8ee158a9bd]::select::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] 18: 0x654169be6a5a - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169a20e1c - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa589c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169afe6f2 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 22: 0x65416a14d722 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bee28b - ::block_on:: [INFO] [stdout] 25: 0x654169b6415c - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169c1a618 - >::call_once [INFO] [stdout] 27: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 30: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 31: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 32: 0x7cf85804607a - [INFO] [stdout] 33: 0x7cf8580d9534 - clone [INFO] [stdout] 34: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e1a343 - ::wait [INFO] [stdout] 16: 0x654169becf7b - ::run:: [INFO] [stdout] 17: 0x654169c1a24a - >::call_once [INFO] [stdout] 18: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 21: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 22: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 23: 0x7cf85804607a - [INFO] [stdout] 24: 0x7cf8580d9534 - clone [INFO] [stdout] 25: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e15529 - ::reserve [INFO] [stdout] 16: 0x6541699e5771 - ::bind_direct::<(&str, u16)>::{closure#0} [INFO] [stdout] 17: 0x654169a4147b - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 18: 0x654169aac01f - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169b10a7f - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x65416a14d722 - ::poll [INFO] [stdout] 21: 0x654169bed290 - ::run:: [INFO] [stdout] 22: 0x654169bf6cdf - ::block_on:: [INFO] [stdout] 23: 0x654169b6a4e4 - >>::with::<>>::with_borrow::{closure#0}, inel[8d7640f9813009bc]::net::tcp::DirectTcpListener>::{closure#0}, inel[8d7640f9813009bc]::net::tcp::DirectTcpListener> [INFO] [stdout] 24: 0x654169c254c3 - >::call_once [INFO] [stdout] 25: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 28: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 29: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 30: 0x7cf85804607a - [INFO] [stdout] 31: 0x7cf8580d9534 - clone [INFO] [stdout] 32: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26bb6 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e470d - ::open::::{closure#0} [INFO] [stdout] 18: 0x6541699e4d40 - ::create::::{closure#0} [INFO] [stdout] 19: 0x654169a2b01b - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169aa815c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x654169b05710 - ::spawn::{closure#0}::{closure#0}, ::spawn::{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 - ::poll [INFO] [stdout] 23: 0x654169bed290 - ::run:: [INFO] [stdout] 24: 0x654169bf1b8f - ::block_on:: [INFO] [stdout] 25: 0x654169b66c11 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 26: 0x654169ce2699 - unit[ec60eb8ee158a9bd]::io::write::sync [INFO] [stdout] 27: 0x654169c1e919 - >::call_once [INFO] [stdout] 28: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 31: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 32: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 33: 0x7cf85804607a - [INFO] [stdout] 34: 0x7cf8580d9534 - clone [INFO] [stdout] 35: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e616f - ::bind::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x654169a2ff74 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa935c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b08c9c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf3330 - ::block_on:: [INFO] [stdout] 24: 0x654169b67bc2 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c1f6e2 - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e616f - ::bind::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x654169a31645 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa966c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b094ec - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf37d0 - ::block_on:: [INFO] [stdout] 24: 0x654169b67f0d - >>::with::<>>::with_borrow::{closure#0}, (i32, i32)>::{closure#0}, (i32, i32)> [INFO] [stdout] 25: 0x654169c20487 - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e616f - ::bind::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x654169a3fa91 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aaba4e - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0fcfc - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf64d0 - ::block_on:: [INFO] [stdout] 24: 0x654169b69ec2 - >>::with::<>>::with_borrow::{closure#0}, (u16, inel[8d7640f9813009bc]::net::tcp::TcpListener)>::{closure#0}, (u16, inel[8d7640f9813009bc]::net::tcp::TcpListener)> [INFO] [stdout] 25: 0x654169c20711 - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e1a343 - ::wait [INFO] [stdout] 16: 0x654169becf7b - ::run:: [INFO] [stdout] 17: 0x654169bee0f7 - ::block_on:: [INFO] [stdout] 18: 0x654169b64012 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 19: 0x654169c1a4ff - >::call_once [INFO] [stdout] 20: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 23: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 24: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 25: 0x7cf85804607a - [INFO] [stdout] 26: 0x7cf8580d9534 - clone [INFO] [stdout] 27: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b2584d - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e6a1a - ::connect_direct::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x654169a41e18 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aac24c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b10f20 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf7010 - ::block_on:: [INFO] [stdout] 24: 0x654169b6a77d - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c258fb - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e15529 - ::reserve [INFO] [stdout] 16: 0x6541699e5771 - ::bind_direct::<(&str, u16)>::{closure#0} [INFO] [stdout] 17: 0x654169a410a2 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 18: 0x654169aabeaf - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169b1080c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x65416a14d722 - ::poll [INFO] [stdout] 21: 0x654169bed290 - ::run:: [INFO] [stdout] 22: 0x654169bf6b25 - ::block_on:: [INFO] [stdout] 23: 0x654169b6a3bb - >>::with::<>>::with_borrow::{closure#0}, std[97b98282bc616a66]::thread::join_handle::JoinHandle<()>>::{closure#0}, std[97b98282bc616a66]::thread::join_handle::JoinHandle<()>> [INFO] [stdout] 24: 0x654169c2499d - >::call_once [INFO] [stdout] 25: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 28: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 29: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 30: 0x7cf85804607a - [INFO] [stdout] 31: 0x7cf8580d9534 - clone [INFO] [stdout] 32: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e1a403 - ::submit [INFO] [stdout] 16: 0x654169e16a65 - ::poll [INFO] [stdout] 17: 0x654169a208f8 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 18: 0x654169aa559c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169afe060 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x65416a14d722 - ::poll [INFO] [stdout] 21: 0x654169bed290 - ::run:: [INFO] [stdout] 22: 0x654169bedf77 - ::block_on:: [INFO] [stdout] 23: 0x654169b63f3c - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 24: 0x654169c198ec - >::call_once [INFO] [stdout] 25: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 28: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 29: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 30: 0x7cf85804607a - [INFO] [stdout] 31: 0x7cf8580d9534 - clone [INFO] [stdout] 32: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169e17d04 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169e15529 - ::reserve [INFO] [stdout] 16: 0x6541699e5771 - ::bind_direct::<(&str, u16)>::{closure#0} [INFO] [stdout] 17: 0x654169a3d759 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 18: 0x654169aab4ac - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169b0ee4c - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x65416a14d722 - ::poll [INFO] [stdout] 21: 0x654169bed290 - ::run:: [INFO] [stdout] 22: 0x654169bf5cdf - ::block_on:: [INFO] [stdout] 23: 0x654169b69934 - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 24: 0x654169c2390a - >::call_once [INFO] [stdout] 25: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 28: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 29: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 30: 0x7cf85804607a - [INFO] [stdout] 31: 0x7cf8580d9534 - clone [INFO] [stdout] 32: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e722f - ::connect::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x654169a30fdd - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aa955c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b090a0 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf3640 - ::block_on:: [INFO] [stdout] 24: 0x654169b67e0d - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c1f8ab - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b2584d - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e6a1a - ::connect_direct::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x654169a3e724 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aab6ac - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b0f252 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf6000 - ::block_on:: [INFO] [stdout] 24: 0x654169b69b7d - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c23adf - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x65416a1a801a - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x65416a195a2c - 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::::{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:: [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 - ::build [INFO] [stdout] 13: 0x65416a14c654 - ::default [INFO] [stdout] 14: 0x654169bbc274 - , ()>>::get_or_init_slow:: [INFO] [stdout] 15: 0x654169ce9024 - ::submit [INFO] [stdout] 16: 0x654169b26037 - as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 17: 0x6541699e722f - ::connect::<(&str, u16)>::{closure#0} [INFO] [stdout] 18: 0x654169a40418 - ::spawn::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 19: 0x654169aabc7c - ::spawn::{closure#0}>, ::spawn::{closure#0}::{closure#0}> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 20: 0x654169b101a0 - ::spawn::{closure#0}::{closure#0}, ::spawn::{closure#0}>> as core[832e9a552fc17241]::future::future::Future>::poll [INFO] [stdout] 21: 0x65416a14d722 - ::poll [INFO] [stdout] 22: 0x654169bed290 - ::run:: [INFO] [stdout] 23: 0x654169bf6810 - ::block_on:: [INFO] [stdout] 24: 0x654169b6a13d - >>::with::<>>::with_borrow::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] 25: 0x654169c20a4d - >::call_once [INFO] [stdout] 26: 0x654169dd049b - test[39766f3d73431624]::__rust_begin_short_backtrace::, 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:: [INFO] [stdout] 29: 0x654169de0c32 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 30: 0x65416a18fa4f - ::new::thread_start [INFO] [stdout] 31: 0x7cf85804607a - [INFO] [stdout] 32: 0x7cf8580d9534 - clone [INFO] [stdout] 33: 0x0 - [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