[INFO] fetching crate actix-web-nextjs 0.2.8...
[INFO] testing actix-web-nextjs-0.2.8 against 1.97.0-beta.6 for beta-1.98-1
[INFO] extracting crate actix-web-nextjs 0.2.8 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate actix-web-nextjs 0.2.8
[INFO] finished tweaking crates.io crate actix-web-nextjs 0.2.8
[INFO] tweaked toml for crates.io crate actix-web-nextjs 0.2.8 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate actix-web-nextjs 0.2.8 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate actix-web-nextjs 0.2.8 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded path-tree v0.8.3
[INFO] [stderr]   Downloaded actix-files v0.6.8
[INFO] [stderr]   Downloaded v_htmlescape v0.15.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 26c5943f10d411498ea22d950764d40fc85f69ef62bd0b1a38b95e4595a475c6
[INFO] running `Command { std: "docker" "start" "26c5943f10d411498ea22d950764d40fc85f69ef62bd0b1a38b95e4595a475c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26c5943f10d411498ea22d950764d40fc85f69ef62bd0b1a38b95e4595a475c6", 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" "26c5943f10d411498ea22d950764d40fc85f69ef62bd0b1a38b95e4595a475c6" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26c5943f10d411498ea22d950764d40fc85f69ef62bd0b1a38b95e4595a475c6", 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" "26c5943f10d411498ea22d950764d40fc85f69ef62bd0b1a38b95e4595a475c6" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling bytestring v1.3.1
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling actix-service v2.0.3
[INFO] [stderr]    Compiling serde_json v1.0.122
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v1.0.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling local-channel v0.1.5
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling v_htmlescape v0.15.8
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling impl-more v0.1.6
[INFO] [stderr]    Compiling http-range v0.1.5
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling path-tree v0.8.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling actix-rt v2.10.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling actix-server v2.6.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling actix-http v3.11.2
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling actix-web v4.11.0
[INFO] [stderr]    Compiling actix-files v0.6.8
[INFO] [stderr]    Compiling actix-web-nextjs v0.2.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
[INFO] running `Command { std: "docker" "inspect" "26c5943f10d411498ea22d950764d40fc85f69ef62bd0b1a38b95e4595a475c6", 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" "26c5943f10d411498ea22d950764d40fc85f69ef62bd0b1a38b95e4595a475c6" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling actix-web-nextjs v0.2.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.73s
[INFO] running `Command { std: "docker" "inspect" "26c5943f10d411498ea22d950764d40fc85f69ef62bd0b1a38b95e4595a475c6", 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" "26c5943f10d411498ea22d950764d40fc85f69ef62bd0b1a38b95e4595a475c6" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/actix_web_nextjs-1d1b2a085e344ebb)
[INFO] [stdout] test tests::handles_build_manifest_not_found ... FAILED
[INFO] [stdout] test tests::returns_index ... FAILED
[INFO] [stdout] test tests::returns_item_page ... FAILED
[INFO] [stdout] test tests::unknown_page_returns_index ... FAILED
[INFO] [stdout] test tests::test_returns_dynamic_character_page ... FAILED
[INFO] [stdout] test tests::returns_page ... FAILED
[INFO] [stdout] test tests::test_returns_dynamic_numeric_page ... FAILED
[INFO] [stdout] test tests::returns_assets ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::handles_build_manifest_not_found stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::handles_build_manifest_not_found' (1634) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10:
[INFO] [stdout] test service call returned error: FileSystemError(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59e78c8b2988 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59e78c8b2988 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59e78c8c939a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59e78c8c939a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59e78c8b7612 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59e78c8b7612 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59e78c8907d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59e78c8907d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59e78c8aa579 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59e78c57e55c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59e78c57e55c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59e78c8aa7f2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59e78c8aa7f2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59e78c890892 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59e78c885879 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59e78c8915ad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59e78c8c9bdc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59e78c8c9952 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x59e78c53b40e - <core[8fb95b77d25ab6c8]::result::Result<actix_web[199ba46e6d6d1ac6]::service::ServiceResponse, actix_web[199ba46e6d6d1ac6]::error::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x59e78c559976 - actix_web[199ba46e6d6d1ac6]::test::test_utils::call_service::<actix_web[199ba46e6d6d1ac6]::app_service::AppInitService<actix_web[199ba46e6d6d1ac6]::app_service::AppRouting, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody>, actix_http[7093196a0dc9ce26]::requests::request::Request<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn futures_core[dddcf97d5ade55fe]::stream::Stream<Item = core[8fb95b77d25ab6c8]::result::Result<bytes[a4673c88f62bd54c]::bytes::Bytes, actix_http[7093196a0dc9ce26]::error::PayloadError>>>>>, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody, actix_web[199ba46e6d6d1ac6]::error::error::Error>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10
[INFO] [stdout]   22:     0x59e78c52e043 - actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:158:49
[INFO] [stdout]   23:     0x59e78c5219af - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1063:44
[INFO] [stdout]   24:     0x59e78c51edf0 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:809:13
[INFO] [stdout]   25:     0x59e78c5116e5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::try_with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x59e78c51102e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x59e78c51dcb6 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:807:17
[INFO] [stdout]   28:     0x59e78c523c86 - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1053:22
[INFO] [stdout]   29:     0x59e78c51fd25 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until::<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:705:19
[INFO] [stdout]   30:     0x59e78c5452cd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x59e78c510dfd - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   32:     0x59e78c5106bb - tokio[23ce32b76379fe44]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x59e78c5106bb - tokio[23ce32b76379fe44]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   34:     0x59e78c5106bb - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   35:     0x59e78c4f55d0 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   36:     0x59e78c50c81d - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   37:     0x59e78c503b44 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   38:     0x59e78c55f85b - <tokio[23ce32b76379fe44]::runtime::context::scoped::Scoped<tokio[23ce32b76379fe44]::runtime::scheduler::Context>>::set::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x59e78c528029 - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   40:     0x59e78c513832 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::try_with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x59e78c511dfe - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x59e78c526e8d - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   43:     0x59e78c4fde10 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   44:     0x59e78c4fef47 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   45:     0x59e78c501ce6 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   46:     0x59e78c56e285 - tokio[23ce32b76379fe44]::runtime::context::runtime::enter_runtime::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x59e78c4f29a6 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   48:     0x59e78c5250d4 - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on_inner::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   49:     0x59e78c52624b - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   50:     0x59e78c51e030 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:662:12
[INFO] [stdout]   51:     0x59e78c55e5e5 - <actix_rt[24b9862cc277f64a]::runtime::Runtime>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x59e78c526a09 - <actix_rt[24b9862cc277f64a]::system::SystemRunner>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   53:     0x59e78c530836 - actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:146:5
[INFO] [stdout]   54:     0x59e78c52ac47 - actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:147:48
[INFO] [stdout]   55:     0x59e78c51d206 - <actix_web_nextjs[3a4550843d637852]::tests::handles_build_manifest_not_found::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x59e78c57163b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59e78c57163b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x59e78c57eeb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x59e78c5787c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x59e78c5787c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x59e78c581f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x59e78c581f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x59e78c581f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x59e78c8b1f6f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   75:     0x59e78c8b1f6f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x7457e7acbaa4 - <unknown>
[INFO] [stdout]   77:     0x7457e7b58a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::returns_index stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::returns_index' (1636) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10:
[INFO] [stdout] test service call returned error: FileSystemError(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59e78c8b2988 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59e78c8b2988 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59e78c8c939a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59e78c8c939a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59e78c8b7612 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59e78c8b7612 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59e78c8907d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59e78c8907d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59e78c8aa579 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59e78c57e55c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59e78c57e55c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59e78c8aa7f2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59e78c8aa7f2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59e78c890892 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59e78c885879 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59e78c8915ad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59e78c8c9bdc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59e78c8c9952 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x59e78c53b40e - <core[8fb95b77d25ab6c8]::result::Result<actix_web[199ba46e6d6d1ac6]::service::ServiceResponse, actix_web[199ba46e6d6d1ac6]::error::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x59e78c559976 - actix_web[199ba46e6d6d1ac6]::test::test_utils::call_service::<actix_web[199ba46e6d6d1ac6]::app_service::AppInitService<actix_web[199ba46e6d6d1ac6]::app_service::AppRouting, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody>, actix_http[7093196a0dc9ce26]::requests::request::Request<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn futures_core[dddcf97d5ade55fe]::stream::Stream<Item = core[8fb95b77d25ab6c8]::result::Result<bytes[a4673c88f62bd54c]::bytes::Bytes, actix_http[7093196a0dc9ce26]::error::PayloadError>>>>>, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody, actix_web[199ba46e6d6d1ac6]::error::error::Error>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10
[INFO] [stdout]   22:     0x59e78c52b9ed - actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:43:49
[INFO] [stdout]   23:     0x59e78c5214af - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1063:44
[INFO] [stdout]   24:     0x59e78c51ea30 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:809:13
[INFO] [stdout]   25:     0x59e78c5112e5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::try_with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x59e78c510eee - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x59e78c51dbb6 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:807:17
[INFO] [stdout]   28:     0x59e78c523b46 - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1053:22
[INFO] [stdout]   29:     0x59e78c51f425 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until::<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:705:19
[INFO] [stdout]   30:     0x59e78c5451cd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x59e78c510cfd - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   32:     0x59e78c51003b - tokio[23ce32b76379fe44]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x59e78c51003b - tokio[23ce32b76379fe44]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   34:     0x59e78c51003b - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   35:     0x59e78c4f4950 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   36:     0x59e78c509d9d - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   37:     0x59e78c503ac4 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   38:     0x59e78c55f31b - <tokio[23ce32b76379fe44]::runtime::context::scoped::Scoped<tokio[23ce32b76379fe44]::runtime::scheduler::Context>>::set::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x59e78c527f29 - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   40:     0x59e78c513332 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::try_with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x59e78c511c7e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x59e78c526d8d - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   43:     0x59e78c4fcd90 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   44:     0x59e78c4fed47 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   45:     0x59e78c500fe6 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   46:     0x59e78c56dd05 - tokio[23ce32b76379fe44]::runtime::context::runtime::enter_runtime::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x59e78c4f2626 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   48:     0x59e78c524bd4 - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on_inner::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   49:     0x59e78c52580b - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   50:     0x59e78c51de30 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:662:12
[INFO] [stdout]   51:     0x59e78c55e4a5 - <actix_rt[24b9862cc277f64a]::runtime::Runtime>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x59e78c5268c9 - <actix_rt[24b9862cc277f64a]::system::SystemRunner>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   53:     0x59e78c530636 - actix_web_nextjs[3a4550843d637852]::tests::returns_index
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:38:5
[INFO] [stdout]   54:     0x59e78c52ab87 - actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:39:29
[INFO] [stdout]   55:     0x59e78c51d106 - <actix_web_nextjs[3a4550843d637852]::tests::returns_index::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x59e78c57163b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59e78c57163b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x59e78c57eeb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x59e78c5787c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x59e78c5787c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x59e78c581f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x59e78c581f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x59e78c581f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x59e78c8b1f6f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   75:     0x59e78c8b1f6f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x7457e7acbaa4 - <unknown>
[INFO] [stdout]   77:     0x7457e7b58a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::returns_item_page stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::returns_item_page' (1637) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10:
[INFO] [stdout] test service call returned error: FileSystemError(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59e78c8b2988 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59e78c8b2988 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59e78c8c939a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59e78c8c939a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59e78c8b7612 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59e78c8b7612 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59e78c8907d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59e78c8907d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59e78c8aa579 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59e78c57e55c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59e78c57e55c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59e78c8aa7f2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59e78c8aa7f2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59e78c890892 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59e78c885879 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59e78c8915ad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59e78c8c9bdc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59e78c8c9952 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x59e78c53b40e - <core[8fb95b77d25ab6c8]::result::Result<actix_web[199ba46e6d6d1ac6]::service::ServiceResponse, actix_web[199ba46e6d6d1ac6]::error::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x59e78c559976 - actix_web[199ba46e6d6d1ac6]::test::test_utils::call_service::<actix_web[199ba46e6d6d1ac6]::app_service::AppInitService<actix_web[199ba46e6d6d1ac6]::app_service::AppRouting, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody>, actix_http[7093196a0dc9ce26]::requests::request::Request<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn futures_core[dddcf97d5ade55fe]::stream::Stream<Item = core[8fb95b77d25ab6c8]::result::Result<bytes[a4673c88f62bd54c]::bytes::Bytes, actix_http[7093196a0dc9ce26]::error::PayloadError>>>>>, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody, actix_web[199ba46e6d6d1ac6]::error::error::Error>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10
[INFO] [stdout]   22:     0x59e78c52cc93 - actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:73:49
[INFO] [stdout]   23:     0x59e78c52172f - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1063:44
[INFO] [stdout]   24:     0x59e78c51ec10 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:809:13
[INFO] [stdout]   25:     0x59e78c5114e5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::try_with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x59e78c510f8e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x59e78c51dc36 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:807:17
[INFO] [stdout]   28:     0x59e78c523be6 - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1053:22
[INFO] [stdout]   29:     0x59e78c51f8a5 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until::<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:705:19
[INFO] [stdout]   30:     0x59e78c54524d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x59e78c510d7d - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   32:     0x59e78c51037b - tokio[23ce32b76379fe44]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x59e78c51037b - tokio[23ce32b76379fe44]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   34:     0x59e78c51037b - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   35:     0x59e78c4f4f90 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   36:     0x59e78c50b2dd - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   37:     0x59e78c503b04 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   38:     0x59e78c55f5bb - <tokio[23ce32b76379fe44]::runtime::context::scoped::Scoped<tokio[23ce32b76379fe44]::runtime::scheduler::Context>>::set::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x59e78c527fa9 - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   40:     0x59e78c5135b2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::try_with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x59e78c511d3e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x59e78c526e0d - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   43:     0x59e78c4fd5d0 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   44:     0x59e78c4fee47 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   45:     0x59e78c501666 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   46:     0x59e78c56dfc5 - tokio[23ce32b76379fe44]::runtime::context::runtime::enter_runtime::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x59e78c4f27e6 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   48:     0x59e78c524e54 - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on_inner::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   49:     0x59e78c525d2b - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   50:     0x59e78c51df30 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:662:12
[INFO] [stdout]   51:     0x59e78c55e545 - <actix_rt[24b9862cc277f64a]::runtime::Runtime>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x59e78c526969 - <actix_rt[24b9862cc277f64a]::system::SystemRunner>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   53:     0x59e78c530736 - actix_web_nextjs[3a4550843d637852]::tests::returns_item_page
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:68:5
[INFO] [stdout]   54:     0x59e78c52abe7 - actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:69:33
[INFO] [stdout]   55:     0x59e78c51d186 - <actix_web_nextjs[3a4550843d637852]::tests::returns_item_page::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x59e78c57163b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59e78c57163b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x59e78c57eeb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x59e78c5787c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x59e78c5787c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x59e78c581f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x59e78c581f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x59e78c581f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x59e78c8b1f6f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   75:     0x59e78c8b1f6f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x7457e7acbaa4 - <unknown>
[INFO] [stdout]   77:     0x7457e7b58a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::unknown_page_returns_index stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::unknown_page_returns_index' (1641) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10:
[INFO] [stdout] test service call returned error: FileSystemError(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59e78c8b2988 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59e78c8b2988 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59e78c8c939a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59e78c8c939a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59e78c8b7612 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59e78c8b7612 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59e78c8907d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59e78c8907d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59e78c8aa579 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59e78c57e55c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59e78c57e55c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59e78c8aa7f2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59e78c8aa7f2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59e78c890892 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59e78c885879 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59e78c8915ad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59e78c8c9bdc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59e78c8c9952 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x59e78c53b40e - <core[8fb95b77d25ab6c8]::result::Result<actix_web[199ba46e6d6d1ac6]::service::ServiceResponse, actix_web[199ba46e6d6d1ac6]::error::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x59e78c559976 - actix_web[199ba46e6d6d1ac6]::test::test_utils::call_service::<actix_web[199ba46e6d6d1ac6]::app_service::AppInitService<actix_web[199ba46e6d6d1ac6]::app_service::AppRouting, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody>, actix_http[7093196a0dc9ce26]::requests::request::Request<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn futures_core[dddcf97d5ade55fe]::stream::Stream<Item = core[8fb95b77d25ab6c8]::result::Result<bytes[a4673c88f62bd54c]::bytes::Bytes, actix_http[7093196a0dc9ce26]::error::PayloadError>>>>>, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody, actix_web[199ba46e6d6d1ac6]::error::error::Error>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10
[INFO] [stdout]   22:     0x59e78c52d5e3 - actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:88:49
[INFO] [stdout]   23:     0x59e78c52186f - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1063:44
[INFO] [stdout]   24:     0x59e78c51ed00 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:809:13
[INFO] [stdout]   25:     0x59e78c5115e5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::try_with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x59e78c510fde - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x59e78c51dc76 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:807:17
[INFO] [stdout]   28:     0x59e78c523c36 - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1053:22
[INFO] [stdout]   29:     0x59e78c51fae5 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until::<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:705:19
[INFO] [stdout]   30:     0x59e78c54528d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x59e78c510dbd - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   32:     0x59e78c51051b - tokio[23ce32b76379fe44]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x59e78c51051b - tokio[23ce32b76379fe44]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   34:     0x59e78c51051b - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   35:     0x59e78c4f52b0 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   36:     0x59e78c50bd7d - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   37:     0x59e78c503b24 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   38:     0x59e78c55f70b - <tokio[23ce32b76379fe44]::runtime::context::scoped::Scoped<tokio[23ce32b76379fe44]::runtime::scheduler::Context>>::set::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x59e78c527fe9 - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   40:     0x59e78c5136f2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::try_with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x59e78c511d9e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x59e78c526e4d - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   43:     0x59e78c4fd9f0 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   44:     0x59e78c4feec7 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   45:     0x59e78c5019a6 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   46:     0x59e78c56e125 - tokio[23ce32b76379fe44]::runtime::context::runtime::enter_runtime::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x59e78c4f28c6 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   48:     0x59e78c524f94 - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on_inner::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   49:     0x59e78c525fbb - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   50:     0x59e78c51dfb0 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:662:12
[INFO] [stdout]   51:     0x59e78c55e595 - <actix_rt[24b9862cc277f64a]::runtime::Runtime>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x59e78c5269b9 - <actix_rt[24b9862cc277f64a]::system::SystemRunner>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   53:     0x59e78c5307b6 - actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:83:5
[INFO] [stdout]   54:     0x59e78c52ac17 - actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:84:42
[INFO] [stdout]   55:     0x59e78c51d1c6 - <actix_web_nextjs[3a4550843d637852]::tests::unknown_page_returns_index::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x59e78c57163b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59e78c57163b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x59e78c57eeb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x59e78c5787c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x59e78c5787c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x59e78c581f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x59e78c581f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x59e78c581f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x59e78c8b1f6f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   75:     0x59e78c8b1f6f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x7457e7acbaa4 - <unknown>
[INFO] [stdout]   77:     0x7457e7b58a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_returns_dynamic_character_page stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_returns_dynamic_character_page' (1639) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10:
[INFO] [stdout] test service call returned error: FileSystemError(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59e78c8b2988 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59e78c8b2988 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59e78c8c939a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59e78c8c939a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59e78c8b7612 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59e78c8b7612 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59e78c8907d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59e78c8907d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59e78c8aa579 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59e78c57e55c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59e78c57e55c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59e78c8aa7f2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59e78c8aa7f2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59e78c890892 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59e78c885879 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59e78c8915ad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59e78c8c9bdc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59e78c8c9952 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x59e78c53b40e - <core[8fb95b77d25ab6c8]::result::Result<actix_web[199ba46e6d6d1ac6]::service::ServiceResponse, actix_web[199ba46e6d6d1ac6]::error::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x59e78c559976 - actix_web[199ba46e6d6d1ac6]::test::test_utils::call_service::<actix_web[199ba46e6d6d1ac6]::app_service::AppInitService<actix_web[199ba46e6d6d1ac6]::app_service::AppRouting, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody>, actix_http[7093196a0dc9ce26]::requests::request::Request<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn futures_core[dddcf97d5ade55fe]::stream::Stream<Item = core[8fb95b77d25ab6c8]::result::Result<bytes[a4673c88f62bd54c]::bytes::Bytes, actix_http[7093196a0dc9ce26]::error::PayloadError>>>>>, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody, actix_web[199ba46e6d6d1ac6]::error::error::Error>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10
[INFO] [stdout]   22:     0x59e78c52f2e3 - actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:135:49
[INFO] [stdout]   23:     0x59e78c521c2f - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1063:44
[INFO] [stdout]   24:     0x59e78c51efd0 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:809:13
[INFO] [stdout]   25:     0x59e78c5118e5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::try_with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x59e78c5110ce - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x59e78c51dd36 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:807:17
[INFO] [stdout]   28:     0x59e78c523d26 - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1053:22
[INFO] [stdout]   29:     0x59e78c5201a5 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until::<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:705:19
[INFO] [stdout]   30:     0x59e78c54534d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x59e78c510e7d - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   32:     0x59e78c5109fb - tokio[23ce32b76379fe44]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x59e78c5109fb - tokio[23ce32b76379fe44]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   34:     0x59e78c5109fb - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   35:     0x59e78c4f5c10 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   36:     0x59e78c50dd5d - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   37:     0x59e78c503b84 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   38:     0x59e78c55fafb - <tokio[23ce32b76379fe44]::runtime::context::scoped::Scoped<tokio[23ce32b76379fe44]::runtime::scheduler::Context>>::set::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x59e78c5280a9 - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   40:     0x59e78c513ab2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::try_with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x59e78c511ebe - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x59e78c526f0d - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   43:     0x59e78c4fe650 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   44:     0x59e78c4ff047 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   45:     0x59e78c502366 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   46:     0x59e78c56e545 - tokio[23ce32b76379fe44]::runtime::context::runtime::enter_runtime::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x59e78c4f2b66 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   48:     0x59e78c525354 - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on_inner::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   49:     0x59e78c52676b - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   50:     0x59e78c51e130 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:662:12
[INFO] [stdout]   51:     0x59e78c55e685 - <actix_rt[24b9862cc277f64a]::runtime::Runtime>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x59e78c526aa9 - <actix_rt[24b9862cc277f64a]::system::SystemRunner>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   53:     0x59e78c530936 - actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:130:5
[INFO] [stdout]   54:     0x59e78c52aca7 - actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:131:51
[INFO] [stdout]   55:     0x59e78c51d286 - <actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_character_page::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x59e78c57163b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59e78c57163b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x59e78c57eeb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x59e78c5787c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x59e78c5787c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x59e78c581f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x59e78c581f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x59e78c581f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x59e78c8b1f6f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   75:     0x59e78c8b1f6f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x7457e7acbaa4 - <unknown>
[INFO] [stdout]   77:     0x7457e7b58a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::returns_page stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::returns_page' (1638) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10:
[INFO] [stdout] test service call returned error: FileSystemError(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59e78c8b2988 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59e78c8b2988 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59e78c8c939a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59e78c8c939a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59e78c8b7612 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59e78c8b7612 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59e78c8907d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59e78c8907d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59e78c8aa579 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59e78c57e55c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59e78c57e55c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59e78c8aa7f2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59e78c8aa7f2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59e78c890892 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59e78c885879 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59e78c8915ad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59e78c8c9bdc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59e78c8c9952 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x59e78c53b40e - <core[8fb95b77d25ab6c8]::result::Result<actix_web[199ba46e6d6d1ac6]::service::ServiceResponse, actix_web[199ba46e6d6d1ac6]::error::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x59e78c559976 - actix_web[199ba46e6d6d1ac6]::test::test_utils::call_service::<actix_web[199ba46e6d6d1ac6]::app_service::AppInitService<actix_web[199ba46e6d6d1ac6]::app_service::AppRouting, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody>, actix_http[7093196a0dc9ce26]::requests::request::Request<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn futures_core[dddcf97d5ade55fe]::stream::Stream<Item = core[8fb95b77d25ab6c8]::result::Result<bytes[a4673c88f62bd54c]::bytes::Bytes, actix_http[7093196a0dc9ce26]::error::PayloadError>>>>>, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody, actix_web[199ba46e6d6d1ac6]::error::error::Error>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10
[INFO] [stdout]   22:     0x59e78c52b0d3 - actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:58:49
[INFO] [stdout]   23:     0x59e78c52136f - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1063:44
[INFO] [stdout]   24:     0x59e78c51e940 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:809:13
[INFO] [stdout]   25:     0x59e78c5111e5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::try_with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x59e78c510e9e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x59e78c51db76 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:807:17
[INFO] [stdout]   28:     0x59e78c523af6 - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1053:22
[INFO] [stdout]   29:     0x59e78c51f1e5 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until::<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:705:19
[INFO] [stdout]   30:     0x59e78c54518d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x59e78c510cbd - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   32:     0x59e78c50fe9b - tokio[23ce32b76379fe44]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x59e78c50fe9b - tokio[23ce32b76379fe44]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]   34:     0x59e78c50fe9b - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   35:     0x59e78c4f4630 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   36:     0x59e78c5092fd - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   37:     0x59e78c503aa4 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   38:     0x59e78c55f1cb - <tokio[23ce32b76379fe44]::runtime::context::scoped::Scoped<tokio[23ce32b76379fe44]::runtime::scheduler::Context>>::set::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x59e78c527ee9 - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   40:     0x59e78c5131f2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::try_with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x59e78c511c1e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x59e78c526d4d - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   43:     0x59e78c4fc970 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   44:     0x59e78c4fecc7 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   45:     0x59e78c500ca6 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   46:     0x59e78c56dba5 - tokio[23ce32b76379fe44]::runtime::context::runtime::enter_runtime::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x59e78c4f2546 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   48:     0x59e78c524a94 - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on_inner::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   49:     0x59e78c52557b - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   50:     0x59e78c51ddb0 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:662:12
[INFO] [stdout]   51:     0x59e78c55e455 - <actix_rt[24b9862cc277f64a]::runtime::Runtime>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x59e78c526879 - <actix_rt[24b9862cc277f64a]::system::SystemRunner>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   53:     0x59e78c5305b6 - actix_web_nextjs[3a4550843d637852]::tests::returns_page
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:53:5
[INFO] [stdout]   54:     0x59e78c52ab57 - actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:54:28
[INFO] [stdout]   55:     0x59e78c51d0c6 - <actix_web_nextjs[3a4550843d637852]::tests::returns_page::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x59e78c57163b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59e78c57163b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x59e78c57eeb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x59e78c5787c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x59e78c5787c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x59e78c581f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x59e78c581f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x59e78c581f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x59e78c8b1f6f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   75:     0x59e78c8b1f6f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x7457e7acbaa4 - <unknown>
[INFO] [stdout]   77:     0x7457e7b58a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_returns_dynamic_numeric_page stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_returns_dynamic_numeric_page' (1640) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10:
[INFO] [stdout] test service call returned error: FileSystemError(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59e78c8b2988 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59e78c8b2988 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59e78c8c939a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59e78c8c939a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59e78c8b7612 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59e78c8b7612 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59e78c8907d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59e78c8907d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59e78c8aa579 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59e78c57e55c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59e78c57e55c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59e78c8aa7f2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59e78c8aa7f2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59e78c890892 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59e78c885879 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59e78c8915ad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59e78c8c9bdc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59e78c8c9952 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x59e78c53b40e - <core[8fb95b77d25ab6c8]::result::Result<actix_web[199ba46e6d6d1ac6]::service::ServiceResponse, actix_web[199ba46e6d6d1ac6]::error::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x59e78c559976 - actix_web[199ba46e6d6d1ac6]::test::test_utils::call_service::<actix_web[199ba46e6d6d1ac6]::app_service::AppInitService<actix_web[199ba46e6d6d1ac6]::app_service::AppRouting, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody>, actix_http[7093196a0dc9ce26]::requests::request::Request<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn futures_core[dddcf97d5ade55fe]::stream::Stream<Item = core[8fb95b77d25ab6c8]::result::Result<bytes[a4673c88f62bd54c]::bytes::Bytes, actix_http[7093196a0dc9ce26]::error::PayloadError>>>>>, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody, actix_web[199ba46e6d6d1ac6]::error::error::Error>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10
[INFO] [stdout]   22:     0x59e78c52e993 - actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:119:49
[INFO] [stdout]   23:     0x59e78c521aef - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1063:44
[INFO] [stdout]   24:     0x59e78c51eee0 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:809:13
[INFO] [stdout]   25:     0x59e78c5117e5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::try_with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x59e78c51107e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x59e78c51dcf6 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:807:17
[INFO] [stdout]   28:     0x59e78c523cd6 - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1053:22
[INFO] [stdout]   29:     0x59e78c51ff65 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until::<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:705:19
[INFO] [stdout]   30:     0x59e78c54530d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x59e78c510e3d - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   32:     0x59e78c51085b - tokio[23ce32b76379fe44]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x59e78c51085b - tokio[23ce32b76379fe44]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   34:     0x59e78c51085b - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   35:     0x59e78c4f58f0 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   36:     0x59e78c50d2bd - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   37:     0x59e78c503b64 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   38:     0x59e78c55f9ab - <tokio[23ce32b76379fe44]::runtime::context::scoped::Scoped<tokio[23ce32b76379fe44]::runtime::scheduler::Context>>::set::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x59e78c528069 - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   40:     0x59e78c513972 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::try_with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x59e78c511e5e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x59e78c526ecd - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   43:     0x59e78c4fe230 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   44:     0x59e78c4fefc7 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   45:     0x59e78c502026 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   46:     0x59e78c56e3e5 - tokio[23ce32b76379fe44]::runtime::context::runtime::enter_runtime::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x59e78c4f2a86 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   48:     0x59e78c525214 - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on_inner::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   49:     0x59e78c5264db - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   50:     0x59e78c51e0b0 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:662:12
[INFO] [stdout]   51:     0x59e78c55e635 - <actix_rt[24b9862cc277f64a]::runtime::Runtime>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x59e78c526a59 - <actix_rt[24b9862cc277f64a]::system::SystemRunner>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   53:     0x59e78c5308b6 - actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:114:5
[INFO] [stdout]   54:     0x59e78c52ac77 - actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:115:49
[INFO] [stdout]   55:     0x59e78c51d246 - <actix_web_nextjs[3a4550843d637852]::tests::test_returns_dynamic_numeric_page::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x59e78c57163b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59e78c57163b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x59e78c57eeb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x59e78c5787c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x59e78c5787c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x59e78c581f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x59e78c581f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x59e78c581f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x59e78c8b1f6f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   75:     0x59e78c8b1f6f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x7457e7acbaa4 - <unknown>
[INFO] [stdout]   77:     0x7457e7b58a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::returns_assets stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::returns_assets' (1635) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10:
[INFO] [stdout] test service call returned error: FileSystemError(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59e78c8b2988 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59e78c8b2988 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59e78c8b2988 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59e78c8c939a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59e78c8c939a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59e78c8b7612 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59e78c8b7612 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59e78c8907d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59e78c8907d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59e78c8aa579 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59e78c57e55c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59e78c57e55c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59e78c8aa7f2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59e78c8aa7f2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59e78c890892 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59e78c885879 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59e78c8915ad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59e78c8c9bdc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59e78c8c9952 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x59e78c53b40e - <core[8fb95b77d25ab6c8]::result::Result<actix_web[199ba46e6d6d1ac6]::service::ServiceResponse, actix_web[199ba46e6d6d1ac6]::error::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x59e78c559976 - actix_web[199ba46e6d6d1ac6]::test::test_utils::call_service::<actix_web[199ba46e6d6d1ac6]::app_service::AppInitService<actix_web[199ba46e6d6d1ac6]::app_service::AppRouting, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody>, actix_http[7093196a0dc9ce26]::requests::request::Request<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn futures_core[dddcf97d5ade55fe]::stream::Stream<Item = core[8fb95b77d25ab6c8]::result::Result<bytes[a4673c88f62bd54c]::bytes::Bytes, actix_http[7093196a0dc9ce26]::error::PayloadError>>>>>, actix_http[7093196a0dc9ce26]::body::boxed::BoxBody, actix_web[199ba46e6d6d1ac6]::error::error::Error>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.11.0/src/test/test_utils.rs:100:10
[INFO] [stdout]   22:     0x59e78c52c343 - actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:103:49
[INFO] [stdout]   23:     0x59e78c5215ef - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1063:44
[INFO] [stdout]   24:     0x59e78c51eb20 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:809:13
[INFO] [stdout]   25:     0x59e78c5113e5 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::try_with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   26:     0x59e78c510f3e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::task::local::LocalData>>::with::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   27:     0x59e78c51dbf6 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:807:17
[INFO] [stdout]   28:     0x59e78c523b96 - <tokio[23ce32b76379fe44]::task::local::RunUntil<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:1053:22
[INFO] [stdout]   29:     0x59e78c51f665 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until::<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:705:19
[INFO] [stdout]   30:     0x59e78c54520d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x59e78c510d3d - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   32:     0x59e78c5101db - tokio[23ce32b76379fe44]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x59e78c5101db - tokio[23ce32b76379fe44]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   34:     0x59e78c5101db - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   35:     0x59e78c4f4c70 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   36:     0x59e78c50a83d - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   37:     0x59e78c503ae4 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   38:     0x59e78c55f46b - <tokio[23ce32b76379fe44]::runtime::context::scoped::Scoped<tokio[23ce32b76379fe44]::runtime::scheduler::Context>>::set::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x59e78c527f69 - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   40:     0x59e78c513472 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::try_with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x59e78c511cde - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[23ce32b76379fe44]::runtime::context::Context>>::with::<tokio[23ce32b76379fe44]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x59e78c526dcd - tokio[23ce32b76379fe44]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   43:     0x59e78c4fd1b0 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   44:     0x59e78c4fedc7 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   45:     0x59e78c501326 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   46:     0x59e78c56de65 - tokio[23ce32b76379fe44]::runtime::context::runtime::enter_runtime::<<tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x59e78c4f2706 - <tokio[23ce32b76379fe44]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   48:     0x59e78c524d14 - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on_inner::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   49:     0x59e78c525a9b - <tokio[23ce32b76379fe44]::runtime::runtime::Runtime>::block_on::<<tokio[23ce32b76379fe44]::task::local::LocalSet>::run_until<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   50:     0x59e78c51deb0 - <tokio[23ce32b76379fe44]::task::local::LocalSet>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/local.rs:662:12
[INFO] [stdout]   51:     0x59e78c55e4f5 - <actix_rt[24b9862cc277f64a]::runtime::Runtime>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x59e78c526919 - <actix_rt[24b9862cc277f64a]::system::SystemRunner>::block_on::<actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   53:     0x59e78c5306b6 - actix_web_nextjs[3a4550843d637852]::tests::returns_assets
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:98:5
[INFO] [stdout]   54:     0x59e78c52abb7 - actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:99:30
[INFO] [stdout]   55:     0x59e78c51d146 - <actix_web_nextjs[3a4550843d637852]::tests::returns_assets::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x59e78c57163b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x59e78c57163b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x59e78c57eeb5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x59e78c57eeb5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x59e78c57eeb5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x59e78c5787c4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x59e78c5787c4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x59e78c581f32 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x59e78c581f32 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x59e78c581f32 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x59e78c581f32 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x59e78c581f32 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x59e78c8b1f6f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   75:     0x59e78c8b1f6f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x7457e7acbaa4 - <unknown>
[INFO] [stdout]   77:     0x7457e7b58a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::handles_build_manifest_not_found
[INFO] [stdout]     tests::returns_assets
[INFO] [stdout]     tests::returns_index
[INFO] [stdout]     tests::returns_item_page
[INFO] [stdout]     tests::returns_page
[INFO] [stdout]     tests::test_returns_dynamic_character_page
[INFO] [stdout]     tests::test_returns_dynamic_numeric_page
[INFO] [stdout]     tests::unknown_page_returns_index
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "26c5943f10d411498ea22d950764d40fc85f69ef62bd0b1a38b95e4595a475c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26c5943f10d411498ea22d950764d40fc85f69ef62bd0b1a38b95e4595a475c6", kill_on_drop: false }`
[INFO] [stdout] 26c5943f10d411498ea22d950764d40fc85f69ef62bd0b1a38b95e4595a475c6
