[INFO] fetching crate unrs_resolver 1.11.1...
[INFO] testing unrs_resolver-1.11.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate unrs_resolver 1.11.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate unrs_resolver 1.11.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate unrs_resolver 1.11.1
[INFO] tweaked toml for crates.io crate unrs_resolver 1.11.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate unrs_resolver 1.11.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate unrs_resolver 1.11.1 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a10170cef3a453827397aaf9b59304b8b112a9d12c3fe11307ebb21cd5f72c9b
[INFO] running `Command { std: "docker" "start" "-a" "a10170cef3a453827397aaf9b59304b8b112a9d12c3fe11307ebb21cd5f72c9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a10170cef3a453827397aaf9b59304b8b112a9d12c3fe11307ebb21cd5f72c9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a10170cef3a453827397aaf9b59304b8b112a9d12c3fe11307ebb21cd5f72c9b", kill_on_drop: false }`
[INFO] [stdout] a10170cef3a453827397aaf9b59304b8b112a9d12c3fe11307ebb21cd5f72c9b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ea034422f5655db6e8b88030b856b8f16d148e623a25721d686cc1811a8ab458
[INFO] running `Command { std: "docker" "start" "-a" "ea034422f5655db6e8b88030b856b8f16d148e623a25721d686cc1811a8ab458", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling json-strip-comments v1.0.4
[INFO] [stderr]    Compiling seize v0.5.0
[INFO] [stderr]    Compiling papaya v0.2.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling unrs_resolver v1.11.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized] target(s) in 38.64s
[INFO] running `Command { std: "docker" "inspect" "ea034422f5655db6e8b88030b856b8f16d148e623a25721d686cc1811a8ab458", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea034422f5655db6e8b88030b856b8f16d148e623a25721d686cc1811a8ab458", kill_on_drop: false }`
[INFO] [stdout] ea034422f5655db6e8b88030b856b8f16d148e623a25721d686cc1811a8ab458
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e99f8ad0c51632a3cf44470eecf07cb6ac848a953a2e42f1661c74e2e50ec24
[INFO] running `Command { std: "docker" "start" "-a" "6e99f8ad0c51632a3cf44470eecf07cb6ac848a953a2e42f1661c74e2e50ec24", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling bpaf v0.9.20
[INFO] [stderr]    Compiling anes v0.2.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling vfs v0.12.1
[INFO] [stderr]    Compiling normalize-path v0.2.1
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling criterion2 v3.0.1
[INFO] [stderr]    Compiling unrs_resolver v1.11.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Win32Error` is never constructed
[INFO] [stdout]   --> src/tests/windows.rs:66:12
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub struct Win32Error {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 24.87s
[INFO] running `Command { std: "docker" "inspect" "6e99f8ad0c51632a3cf44470eecf07cb6ac848a953a2e42f1661c74e2e50ec24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e99f8ad0c51632a3cf44470eecf07cb6ac848a953a2e42f1661c74e2e50ec24", kill_on_drop: false }`
[INFO] [stdout] 6e99f8ad0c51632a3cf44470eecf07cb6ac848a953a2e42f1661c74e2e50ec24
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c347ac9357cc5856e9bcf85782677fb96c6032fbcceb7303a0c386baf390ca9b
[INFO] running `Command { std: "docker" "start" "-a" "c347ac9357cc5856e9bcf85782677fb96c6032fbcceb7303a0c386baf390ca9b", kill_on_drop: false }`
[INFO] [stderr] warning: struct `Win32Error` is never constructed
[INFO] [stderr]   --> src/tests/windows.rs:66:12
[INFO] [stderr]    |
[INFO] [stderr] 66 | pub struct Win32Error {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `unrs_resolver` (lib test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/unrs_resolver-3e8f441a9f8c1f0d)
[INFO] [stdout] 
[INFO] [stdout] running 115 tests
[INFO] [stdout] test error::test_coverage ... ok
[INFO] [stdout] test options::test::display ... ok
[INFO] [stdout] test error::test_into_io_error ... ok
[INFO] [stdout] test file_system::metadata ... ok
[INFO] [stdout] test options::test::enforce_extension ... ok
[INFO] [stdout] test path::is_invalid_exports_target ... ok
[INFO] [stdout] test path::normalize ... ok
[INFO] [stdout] test path::normalize_relative ... ok
[INFO] [stdout] test specifier::tests::absolute ... ok
[INFO] [stdout] test specifier::tests::debug ... ok
[INFO] [stdout] test specifier::tests::empty ... ok
[INFO] [stdout] test specifier::tests::enhanced_resolve_edge_cases ... ok
[INFO] [stdout] test specifier::tests::enhanced_resolve_windows_like ... ok
[INFO] [stdout] test specifier::tests::hash ... ok
[INFO] [stdout] test specifier::tests::module ... ok
[INFO] [stdout] test specifier::tests::query_fragment ... ok
[INFO] [stdout] test specifier::tests::relative ... ok
[INFO] [stdout] test tests::alias::alias_try_fragment_as_path ... FAILED
[INFO] [stdout] test tests::browser_field::broken ... FAILED
[INFO] [stdout] test tests::browser_field::crypto_js ... FAILED
[INFO] [stdout] test tests::browser_field::ignore ... FAILED
[INFO] [stdout] test tests::browser_field::recurse_fail ... ok
[INFO] [stdout] test tests::browser_field::recursive ... FAILED
[INFO] [stdout] test tests::alias::infinite_recursion ... ok
[INFO] [stdout] test tests::alias::absolute_path ... FAILED
[INFO] [stdout] test tests::alias::all_alias_values_are_not_found ... ok
[INFO] [stdout] test tests::builtins::builtins ... ok
[INFO] [stdout] test tests::browser_field::shared_resolvers ... FAILED
[INFO] [stdout] test tests::browser_field::replace_file ... FAILED
[INFO] [stdout] test tests::alias::alias_is_full_path ... FAILED
[INFO] [stdout] test tests::alias::system_path ... FAILED
[INFO] [stdout] test tests::alias::alias_fragment ... FAILED
[INFO] [stdout] test tests::builtins::builtins_off ... ok
[INFO] [stdout] test tests::browser_field::with_query ... FAILED
[INFO] [stdout] test tests::builtins::fail ... ok
[INFO] [stdout] test tests::alias::alias ... ok
[INFO] [stdout] test tests::dependencies::windows::test ... ok
[INFO] [stdout] test tests::builtins::imports ... FAILED
[INFO] [stdout] test tests::exports_field::extension_without_fully_specified ... FAILED
[INFO] [stdout] test tests::exports_field::extension_alias_1_2 ... FAILED
[INFO] [stdout] test tests::exports_field::extension_alias_throw_error ... FAILED
[INFO] [stdout] test tests::exports_field::exports_not_browser_field1 ... FAILED
[INFO] [stdout] test tests::exports_field::directory ... FAILED
[INFO] [stdout] test tests::exports_field::exports_not_browser_field2 ... FAILED
[INFO] [stdout] test tests::exports_field::field_name_path ... FAILED
[INFO] [stdout] test tests::exports_field::shared_resolvers ... FAILED
[INFO] [stdout] test tests::extension_alias::not_apply_to_extension_nor_main_files ... FAILED
[INFO] [stdout] test tests::extension_alias::extension_alias ... FAILED
[INFO] [stdout] test tests::exports_field::extension_alias_3 ... FAILED
[INFO] [stdout] test tests::exports_field::test_simple ... FAILED
[INFO] [stdout] test tests::extensions::default_enforce_extension ... FAILED
[INFO] [stdout] test tests::extensions::extensions ... FAILED
[INFO] [stdout] test tests::extensions::respect_enforce_extension ... FAILED
[INFO] [stdout] test tests::extensions::without_leading_dot - should panic ... ok
[INFO] [stdout] test tests::extensions::multi_dot_extension ... FAILED
[INFO] [stdout] test tests::full_specified::windows::resolve_to_context ... ok
[INFO] [stdout] test tests::imports_field::test_simple ... FAILED
[INFO] [stdout] test tests::incorrect_description_file::incorrect_description_file_3 ... ok
[INFO] [stdout] test tests::imports_field::shared_resolvers ... FAILED
[INFO] [stdout] test tests::incorrect_description_file::no_description_file ... FAILED
[INFO] [stdout] test tests::full_specified::windows::test ... ok
[INFO] [stdout] test tests::incorrect_description_file::incorrect_description_file_1 ... FAILED
[INFO] [stdout] test tests::incorrect_description_file::incorrect_description_file_2 ... FAILED
[INFO] [stdout] test tests::main_field::test ... FAILED
[INFO] [stdout] test tests::main_field::test_fallback ... FAILED
[INFO] [stdout] test tests::fallback::fallback ... ok
[INFO] [stdout] test tests::resolution::test ... ok
[INFO] [stdout] test tests::package_json::test ... FAILED
[INFO] [stdout] test tests::missing::test ... FAILED
[INFO] [stdout] test tests::missing::alias_and_extensions ... ok
[INFO] [stdout] test tests::package_json::adjacent_to_node_modules ... FAILED
[INFO] [stdout] test tests::resolve::issue238_resolve ... FAILED
[INFO] [stdout] test tests::resolve::abnormal_relative ... FAILED
[INFO] [stdout] test tests::resolve::prefer_file_over_dir ... FAILED
[INFO] [stdout] test tests::resolve::resolve_hash_as_module ... ok
[INFO] [stdout] test tests::resolve::symlink_with_nested_node_modules ... FAILED
[INFO] [stdout] test tests::restrictions::restriction1 ... FAILED
[INFO] [stdout] test tests::resolve::prefer_relative ... FAILED
[INFO] [stdout] test tests::roots::prefer_absolute ... FAILED
[INFO] [stdout] test tests::roots::resolve_to_context ... FAILED
[INFO] [stdout] test tests::roots::roots ... FAILED
[INFO] [stdout] test tests::roots::roots_fall_through ... FAILED
[INFO] [stdout] test tests::roots::should_resolve_slash ... FAILED
[INFO] [stdout] test tests::scoped_packages::scoped_packages ... FAILED
[INFO] [stdout] test tests::resolve::resolve ... FAILED
[INFO] [stdout] test tests::simple::dashed_name ... FAILED
[INFO] [stdout] test tests::simple::resolve_abs_main ... FAILED
[INFO] [stdout] test tests::simple::windows::no_package ... ok
[INFO] [stdout] test tests::simple::simple ... FAILED
[INFO] [stdout] test tests::symlink::test ... ok
[INFO] [stdout] test tests::tsconfig_paths::broken ... FAILED
[INFO] [stdout] test tests::threaded_environment ... ok
[INFO] [stdout] test tests::resolve::resolve_dot ... FAILED
[INFO] [stdout] test tests::tsconfig_paths::json_with_comments ... FAILED
[INFO] [stdout] test tests::tsconfig_paths::test_base_url ... ok
[INFO] [stdout] test tests::tsconfig_paths::test_merge_tsconfig ... FAILED
[INFO] [stdout] test tests::imports_field::test_cases ... ok
[INFO] [stdout] test tests::tsconfig_paths::test_no_merge_tsconfig ... FAILED
[INFO] [stdout] test tests::tsconfig_paths::test_paths ... ok
[INFO] [stdout] test tests::tsconfig_paths::test_parent_base_url ... FAILED
[INFO] [stdout] test tests::tsconfig_paths::test_paths_nested_base ... FAILED
[INFO] [stdout] test tests::tsconfig_paths::test_paths_and_base_url ... ok
[INFO] [stdout] test tests::tsconfig_paths::test_template_variable ... FAILED
[INFO] [stdout] test tests::tsconfig_paths::tsconfig_fallthrough ... FAILED
[INFO] [stdout] test tests::resolve::resolve_to_context ... FAILED
[INFO] [stdout] test tests::tsconfig_paths::tsconfig_resolve ... FAILED
[INFO] [stdout] test tests::tsconfig_project_references::auto ... FAILED
[INFO] [stdout] test tests::tsconfig_project_references::disabled ... FAILED
[INFO] [stdout] test tests::tsconfig_project_references::self_reference ... FAILED
[INFO] [stdout] test tests::tsconfig_project_references::references_with_extends ... FAILED
[INFO] [stdout] test tests::tsconfig_project_references::manual ... FAILED
[INFO] [stdout] test tests::tsconfig_paths::with_bom ... FAILED
[INFO] [stdout] test tests::module_type::test ... FAILED
[INFO] [stdout] test tests::tsconfig_paths::windows_test::match_path ... ok
[INFO] [stdout] test tests::exports_field::test_cases ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::alias::alias_try_fragment_as_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::alias::alias_try_fragment_as_path' (37) panicked at src/tests/alias.rs:300:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(MatchedAliasNotFound("#/a", "#"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/#/a.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff045106 - unrs_resolver::tests::alias::alias_try_fragment_as_path::h40e3f06573fe780f
[INFO] [stdout]   15:     0x5746ff0451e3 - unrs_resolver::tests::alias::alias_try_fragment_as_path::{{closure}}::h4ed2ba35b7e02a54
[INFO] [stdout]   16:     0x5746ff117ef6 - core::ops::function::FnOnce::call_once::hf6bccffc47f5b56e
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::browser_field::broken stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::browser_field::broken' (41) panicked at src/tests/browser_field.rs:134:9:
[INFO] [stdout] assertion `left == right` failed: "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures" browser-module-broken
[INFO] [stdout]   left: Err(NotFound("browser-module-broken"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/node_modules/browser-module-broken/main.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0e0292 - unrs_resolver::tests::browser_field::broken::h5d88f28be86c9783
[INFO] [stdout]   15:     0x5746ff0e0323 - unrs_resolver::tests::browser_field::broken::{{closure}}::h0eeadcc1e35a8c8e
[INFO] [stdout]   16:     0x5746ff1162a6 - core::ops::function::FnOnce::call_once::h4aae65325dc7dba5
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::browser_field::crypto_js stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::browser_field::crypto_js' (42) panicked at src/tests/browser_field.rs:152:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(MatchedAliasNotFound("crypto", "crypto"))
[INFO] [stdout]  right: Err(Ignored("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/crypto-js"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0e2147 - unrs_resolver::tests::browser_field::crypto_js::hdb4aedc91b088093
[INFO] [stdout]   15:     0x5746ff0e2273 - unrs_resolver::tests::browser_field::crypto_js::{{closure}}::h2dfe022d847dec4f
[INFO] [stdout]   16:     0x5746ff115d76 - core::ops::function::FnOnce::call_once::h2c38e2ad7ebc80c3
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::browser_field::ignore stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::browser_field::ignore' (43) panicked at src/tests/browser_field.rs:30:9:
[INFO] [stdout] assertion `left == right` failed: "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/browser-module" ./lib/ignore
[INFO] [stdout]   left: Err(NotFound("./lib/ignore"))
[INFO] [stdout]  right: Err(Ignored("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/browser-module/lib/ignore.js"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff085a1c - core::panicking::assert_failed::hbd618b642d45289c
[INFO] [stdout]   14:     0x5746ff0e1533 - unrs_resolver::tests::browser_field::ignore::hf116a8ef0cd210f0
[INFO] [stdout]   15:     0x5746ff0e15f3 - unrs_resolver::tests::browser_field::ignore::{{closure}}::hc93e35889e263132
[INFO] [stdout]   16:     0x5746ff117426 - core::ops::function::FnOnce::call_once::hb622701be1497ce1
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::browser_field::recursive stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::browser_field::recursive' (45) panicked at src/tests/browser_field.rs:174:9:
[INFO] [stdout] assertion `left == right` failed: should handle recursive file 1 "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/browser-module" recursive-file/a
[INFO] [stdout]   left: Err(NotFound("recursive-file/a"))
[INFO] [stdout]  right: Err(Recursion)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff085a1c - core::panicking::assert_failed::hbd618b642d45289c
[INFO] [stdout]   14:     0x5746ff0e2e59 - unrs_resolver::tests::browser_field::recursive::h9727043e79b7e7b9
[INFO] [stdout]   15:     0x5746ff0e2eb3 - unrs_resolver::tests::browser_field::recursive::{{closure}}::h562ec88cb440075e
[INFO] [stdout]   16:     0x5746ff115676 - core::ops::function::FnOnce::call_once::h01f4f3b8b89b9d66
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::alias::absolute_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::alias::absolute_path' (33) panicked at src/tests/alias.rs:179:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("foo/index"))
[INFO] [stdout]  right: Err(Ignored("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/foo"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff085a1c - core::panicking::assert_failed::hbd618b642d45289c
[INFO] [stdout]   14:     0x5746ff041cdb - unrs_resolver::tests::alias::absolute_path::h60878148247b5eeb
[INFO] [stdout]   15:     0x5746ff041d93 - unrs_resolver::tests::alias::absolute_path::{{closure}}::ha42273f23356b5c5
[INFO] [stdout]   16:     0x5746ff1163a6 - core::ops::function::FnOnce::call_once::h512628123028f401
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::browser_field::shared_resolvers stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::browser_field::shared_resolvers' (47) panicked at src/tests/browser_field.rs:43:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("./lib/main1.js"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/browser-module/lib/main.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0dee1c - unrs_resolver::tests::browser_field::shared_resolvers::he73d49a44b1ec35c
[INFO] [stdout]   15:     0x5746ff0df603 - unrs_resolver::tests::browser_field::shared_resolvers::{{closure}}::hc10c94edab952d0d
[INFO] [stdout]   16:     0x5746ff1156b6 - core::ops::function::FnOnce::call_once::h04184bb6e4e8be26
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::browser_field::replace_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::browser_field::replace_file' (46) panicked at src/tests/browser_field.rs:90:9:
[INFO] [stdout] assertion `left == right` failed: should replace a file 1 "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/browser-module" ./lib/replaced
[INFO] [stdout]   left: Err(NotFound("./lib/replaced"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/browser-module/lib/browser.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0de4c2 - unrs_resolver::tests::browser_field::replace_file::hbcf6beaf2a4125a5
[INFO] [stdout]   15:     0x5746ff0de603 - unrs_resolver::tests::browser_field::replace_file::{{closure}}::ha0ed66890ec165ad
[INFO] [stdout]   16:     0x5746ff115806 - core::ops::function::FnOnce::call_once::h0ac66f1f9ed9e03e
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::alias::alias_is_full_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::alias::alias_is_full_path' (36) panicked at src/tests/alias.rs:223:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(MatchedAliasNotFound("@/index", "@"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/foo/index.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff043d4c - unrs_resolver::tests::alias::alias_is_full_path::h69a780485c860b6b
[INFO] [stdout]   15:     0x5746ff043e63 - unrs_resolver::tests::alias::alias_is_full_path::{{closure}}::hcd717928f2288322
[INFO] [stdout]   16:     0x5746ff117016 - core::ops::function::FnOnce::call_once::h97636741401af282
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::alias::system_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::alias::system_path' (40) panicked at src/tests/alias.rs:193:83:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MatchedAliasNotFound("@app/files/a", "@app")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28c6c6 - core::result::unwrap_failed::he81173b5792ad6b0
[INFO] [stdout]   13:     0x5746ff040f42 - unrs_resolver::tests::alias::system_path::hfe4150effe752034
[INFO] [stdout]   14:     0x5746ff041153 - unrs_resolver::tests::alias::system_path::{{closure}}::hb9ffdc7a7f23979a
[INFO] [stdout]   15:     0x5746ff1174a6 - core::ops::function::FnOnce::call_once::hb662dbed5fb6bb9f
[INFO] [stdout]   16:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   17:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   18:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   19:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   20:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   21:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   22:     0x71f4aad8ea64 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::alias::alias_fragment stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::alias::alias_fragment' (35) panicked at src/tests/alias.rs:285:9:
[INFO] [stdout] assertion `left == right` failed: handle fragment edge case (no fragment) ./no#fragment/#/#
[INFO] [stdout]   left: Err(MatchedAliasNotFound("foo", "foo"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/no#fragment/#/#.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0429b8 - unrs_resolver::tests::alias::alias_fragment::hd0b99d2fe778761b
[INFO] [stdout]   15:     0x5746ff042ac3 - unrs_resolver::tests::alias::alias_fragment::{{closure}}::hbcfbc4cae85a6acf
[INFO] [stdout]   16:     0x5746ff117e36 - core::ops::function::FnOnce::call_once::hf1f926aae2b75145
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::browser_field::with_query stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::browser_field::with_query' (48) panicked at src/tests/browser_field.rs:188:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("./foo"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/browser-module/lib/browser.js?query")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0dae59 - unrs_resolver::tests::browser_field::with_query::h105c026d42904d6b
[INFO] [stdout]   15:     0x5746ff0daee3 - unrs_resolver::tests::browser_field::with_query::{{closure}}::hb43fe4750a99bc5d
[INFO] [stdout]   16:     0x5746ff1175e6 - core::ops::function::FnOnce::call_once::hbf7db1a18beb1f5f
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::builtins::imports stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::builtins::imports' (52) panicked at src/tests/builtins.rs:126:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("#fs"))
[INFO] [stdout]  right: Err(Builtin { resolved: "node:fs", is_runtime_module: false })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0a7589 - unrs_resolver::tests::builtins::imports::h9d6d369d11fa2e67
[INFO] [stdout]   15:     0x5746ff0a7643 - unrs_resolver::tests::builtins::imports::{{closure}}::he87ee8d098cc833f
[INFO] [stdout]   16:     0x5746ff116c46 - core::ops::function::FnOnce::call_once::h853dcdf21fb8badc
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::exports_field::extension_without_fully_specified stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::exports_field::extension_without_fully_specified' (60) panicked at src/tests/exports_field.rs:135:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("exports-field/dist/main"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/exports-field2/node_modules/exports-field/lib/lib2/main.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746fefd6907 - unrs_resolver::tests::exports_field::extension_without_fully_specified::hd2df69c0631e1eb9
[INFO] [stdout]   15:     0x5746fefd6993 - unrs_resolver::tests::exports_field::extension_without_fully_specified::{{closure}}::h5686945875bc386b
[INFO] [stdout]   16:     0x5746ff115a76 - core::ops::function::FnOnce::call_once::h19452573a6c3f297
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::exports_field::extension_alias_1_2 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::exports_field::extension_alias_1_2' (57) panicked at src/tests/exports_field.rs:232:9:
[INFO] [stdout] assertion `left == right` failed: should resolve with the `extensionAlias` option "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/exports-field-and-extension-alias" @org/pkg/string.js
[INFO] [stdout]   left: Err(NotFound("@org/pkg/string.js"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/exports-field-and-extension-alias/node_modules/@org/pkg/dist/string.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746fefd38de - unrs_resolver::tests::exports_field::extension_alias_1_2::h232429760d30d11c
[INFO] [stdout]   15:     0x5746fefd3a23 - unrs_resolver::tests::exports_field::extension_alias_1_2::{{closure}}::h8a9360e544e46482
[INFO] [stdout]   16:     0x5746ff117056 - core::ops::function::FnOnce::call_once::h9ab7790b61116e82
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::exports_field::extension_alias_throw_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::exports_field::extension_alias_throw_error' (59) panicked at src/tests/exports_field.rs:285:9:
[INFO] [stdout] assertion `left == right` failed: should throw error with the `extensionAlias` option "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/exports-field-and-extension-alias" pkg/string.js
[INFO] [stdout]   left: Err(NotFound("pkg/string.js"))
[INFO] [stdout]  right: Err(ExtensionAlias("string.js", "string.ts", "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/exports-field-and-extension-alias/node_modules/pkg/dist"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff085a1c - core::panicking::assert_failed::hbd618b642d45289c
[INFO] [stdout]   14:     0x5746fefd605f - unrs_resolver::tests::exports_field::extension_alias_throw_error::h9b83a60493564687
[INFO] [stdout]   15:     0x5746fefd6143 - unrs_resolver::tests::exports_field::extension_alias_throw_error::{{closure}}::h0536c48c114cba84
[INFO] [stdout]   16:     0x5746ff1169c6 - core::ops::function::FnOnce::call_once::h7b6131ccd8e4500d
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::exports_field::exports_not_browser_field1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::exports_field::exports_not_browser_field1' (55) panicked at src/tests/exports_field.rs:103:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("exports-field/dist/main.js"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/exports-field/node_modules/exports-field/lib/lib2/main.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746fefd441a - unrs_resolver::tests::exports_field::exports_not_browser_field1::hebe3075654b3c00c
[INFO] [stdout]   15:     0x5746fefd4523 - unrs_resolver::tests::exports_field::exports_not_browser_field1::{{closure}}::hdcafacae7a7592d3
[INFO] [stdout]   16:     0x5746ff1165d6 - core::ops::function::FnOnce::call_once::h5f0244eb85027e78
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::exports_field::directory stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::exports_field::directory' (54) panicked at src/tests/exports_field.rs:297:27:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: NotFound("../exports-field")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28c6c6 - core::result::unwrap_failed::he81173b5792ad6b0
[INFO] [stdout]   13:     0x5746fefd6e3b - unrs_resolver::tests::exports_field::directory::h6630f01279c4ce56
[INFO] [stdout]   14:     0x5746fefd70d3 - unrs_resolver::tests::exports_field::directory::{{closure}}::hce2031ae3f94c8fb
[INFO] [stdout]   15:     0x5746ff117b66 - core::ops::function::FnOnce::call_once::hdc3f163cc55ab65d
[INFO] [stdout]   16:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   17:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   18:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   19:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   20:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   21:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   22:     0x71f4aad8ea64 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::exports_field::exports_not_browser_field2 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::exports_field::exports_not_browser_field2' (56) panicked at src/tests/exports_field.rs:119:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("exports-field/dist/main.js"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/exports-field2/node_modules/exports-field/lib/browser.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746fefd4f1a - unrs_resolver::tests::exports_field::exports_not_browser_field2::h6e214ecfd9bd6cda
[INFO] [stdout]   15:     0x5746fefd4fc3 - unrs_resolver::tests::exports_field::exports_not_browser_field2::{{closure}}::h1514b33a4c60b6cc
[INFO] [stdout]   16:     0x5746ff115e36 - core::ops::function::FnOnce::call_once::h2f14617e12b8509d
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::exports_field::field_name_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::exports_field::field_name_path' (61) panicked at src/tests/exports_field.rs:158:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("exports-field"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/exports-field3/node_modules/exports-field/main.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746fefd01b0 - unrs_resolver::tests::exports_field::field_name_path::h4ad51adc98a9f373
[INFO] [stdout]   15:     0x5746fefd02f3 - unrs_resolver::tests::exports_field::field_name_path::{{closure}}::h1ed139dee6f5fea9
[INFO] [stdout]   16:     0x5746ff117db6 - core::ops::function::FnOnce::call_once::heafb65e1801fd5b7
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::exports_field::shared_resolvers stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::exports_field::shared_resolvers' (62) panicked at src/tests/exports_field.rs:201:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("exports-field"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/exports-field3/node_modules/exports-field/main.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746fefd0d45 - unrs_resolver::tests::exports_field::shared_resolvers::hce9ea5fea6cb1501
[INFO] [stdout]   15:     0x5746fefd1603 - unrs_resolver::tests::exports_field::shared_resolvers::{{closure}}::h335224a6e658fdcc
[INFO] [stdout]   16:     0x5746ff1162e6 - core::ops::function::FnOnce::call_once::h4ae3faea28220736
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::extension_alias::not_apply_to_extension_nor_main_files stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::extension_alias::not_apply_to_extension_nor_main_files' (66) panicked at src/tests/extension_alias.rs:69:9:
[INFO] [stdout] assertion `left == right` failed: directory "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/extension-alias" ./dir2
[INFO] [stdout]   left: Err(NotFound("./dir2"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/extension-alias/dir2/index.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff112411 - unrs_resolver::tests::extension_alias::not_apply_to_extension_nor_main_files::h52964526af081ad1
[INFO] [stdout]   15:     0x5746ff1124a3 - unrs_resolver::tests::extension_alias::not_apply_to_extension_nor_main_files::{{closure}}::ha6ae81d68223250e
[INFO] [stdout]   16:     0x5746ff116586 - core::ops::function::FnOnce::call_once::h5da7891cbbdf770b
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::extension_alias::extension_alias stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::extension_alias::extension_alias' (65) panicked at src/tests/extension_alias.rs:29:9:
[INFO] [stdout] assertion `left == right` failed: should alias fully specified file "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/extension-alias" ./index.js
[INFO] [stdout]   left: Err(NotFound("./index.js"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/extension-alias/index.ts")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff111445 - unrs_resolver::tests::extension_alias::extension_alias::hdc77129ee9f3f1ee
[INFO] [stdout]   15:     0x5746ff111543 - unrs_resolver::tests::extension_alias::extension_alias::{{closure}}::h119313b00ef38fba
[INFO] [stdout]   16:     0x5746ff115786 - core::ops::function::FnOnce::call_once::h06ce584ace9dd501
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::exports_field::extension_alias_3 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::exports_field::extension_alias_3' (58) panicked at src/tests/exports_field.rs:258:9:
[INFO] [stdout] assertion `left == right` failed: should resolve with the `extensionAlias` option #3 "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/exports-field-and-extension-alias" pkg/string.js
[INFO] [stdout]   left: Err(NotFound("pkg/string.js"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/exports-field-and-extension-alias/node_modules/pkg/dist/string.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746fefd2706 - unrs_resolver::tests::exports_field::extension_alias_3::he6cd8793be44ee84
[INFO] [stdout]   15:     0x5746fefd2853 - unrs_resolver::tests::exports_field::extension_alias_3::{{closure}}::had54df85298fbe68
[INFO] [stdout]   16:     0x5746ff117df6 - core::ops::function::FnOnce::call_once::hec42879a2b4cffa4
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::exports_field::test_simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::exports_field::test_simple' (64) panicked at src/tests/exports_field.rs:59:9:
[INFO] [stdout] assertion `left == right` failed: resolve root using exports field, not a main field "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/exports-field" exports-field
[INFO] [stdout]   left: Err(NotFound("exports-field"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/exports-field/node_modules/exports-field/x.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746fefccae0 - unrs_resolver::tests::exports_field::test_simple::hed1fcff171748c37
[INFO] [stdout]   15:     0x5746fefccbf3 - unrs_resolver::tests::exports_field::test_simple::{{closure}}::h1dd9addcb6d39e13
[INFO] [stdout]   16:     0x5746ff116226 - core::ops::function::FnOnce::call_once::h49aa38a4a0272ec1
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::extensions::default_enforce_extension stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::extensions::default_enforce_extension' (67) panicked at src/tests/extensions.rs:56:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("./foo"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/extensions/foo.ts")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff125157 - unrs_resolver::tests::extensions::default_enforce_extension::h30a7c5a2b25b63eb
[INFO] [stdout]   15:     0x5746ff1253c3 - unrs_resolver::tests::extensions::default_enforce_extension::{{closure}}::hfa54014a1a1bc12e
[INFO] [stdout]   16:     0x5746ff117eb6 - core::ops::function::FnOnce::call_once::hf5d9aad0bd389856
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::extensions::extensions stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::extensions::extensions' (68) panicked at src/tests/extensions.rs:29:9:
[INFO] [stdout] assertion `left == right` failed: should resolve according to order of provided extensions ./foo foo.ts
[INFO] [stdout]   left: Err(NotFound("./foo"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/extensions/foo.ts")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff122f59 - unrs_resolver::tests::extensions::extensions::hc158d8cdef75d15a
[INFO] [stdout]   15:     0x5746ff122fa3 - unrs_resolver::tests::extensions::extensions::{{closure}}::h0347c2df8b6cbef4
[INFO] [stdout]   16:     0x5746ff117156 - core::ops::function::FnOnce::call_once::ha1a4f6f977fd16cb
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::extensions::respect_enforce_extension stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::extensions::respect_enforce_extension' (70) panicked at src/tests/extensions.rs:77:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("./foo"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/extensions/foo.ts")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff125c03 - unrs_resolver::tests::extensions::respect_enforce_extension::hc74db2952e616128
[INFO] [stdout]   15:     0x5746ff125f43 - unrs_resolver::tests::extensions::respect_enforce_extension::{{closure}}::h9aff898dbcdb62f6
[INFO] [stdout]   16:     0x5746ff116726 - core::ops::function::FnOnce::call_once::h69bd23a4dc0d916e
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::extensions::multi_dot_extension stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::extensions::multi_dot_extension' (69) panicked at src/tests/extensions.rs:106:9:
[INFO] [stdout] assertion `left == right` failed: should resolve according to order of provided extensions ./foo foo.ts
[INFO] [stdout]   left: Err(NotFound("./foo"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/extensions/foo.ts")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff12438e - unrs_resolver::tests::extensions::multi_dot_extension::h8e8052bd4ef8c547
[INFO] [stdout]   15:     0x5746ff124453 - unrs_resolver::tests::extensions::multi_dot_extension::{{closure}}::h559b165ce64870ac
[INFO] [stdout]   16:     0x5746ff1168c6 - core::ops::function::FnOnce::call_once::h75c25c0bc0914418
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::imports_field::test_simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::imports_field::test_simple' (77) panicked at src/tests/imports_field.rs:37:9:
[INFO] [stdout] assertion `left == right` failed: should resolve using imports field instead of self-referencing "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/imports-field" #imports-field
[INFO] [stdout]   left: Err(NotFound("#imports-field"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/imports-field/b.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff009cca - unrs_resolver::tests::imports_field::test_simple::hfb74649c7ec48243
[INFO] [stdout]   15:     0x5746ff009e13 - unrs_resolver::tests::imports_field::test_simple::{{closure}}::hf26eb6e0dbe17fbe
[INFO] [stdout]   16:     0x5746ff117c16 - core::ops::function::FnOnce::call_once::he2af4816c7edb25f
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::imports_field::shared_resolvers stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::imports_field::shared_resolvers' (75) panicked at src/tests/imports_field.rs:70:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("#imports-field"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/imports-field/b.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff00abc4 - unrs_resolver::tests::imports_field::shared_resolvers::h550fc80c0fbc5bbc
[INFO] [stdout]   15:     0x5746ff00b393 - unrs_resolver::tests::imports_field::shared_resolvers::{{closure}}::h65245eecd5513c83
[INFO] [stdout]   16:     0x5746ff117d76 - core::ops::function::FnOnce::call_once::hea963edec6a525cc
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::incorrect_description_file::no_description_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::incorrect_description_file::no_description_file' (81) panicked at src/tests/incorrect_description_file.rs:53:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("."))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/lib/index.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0586ec - unrs_resolver::tests::incorrect_description_file::no_description_file::h507e3e64bf6d4ef4
[INFO] [stdout]   15:     0x5746ff058c63 - unrs_resolver::tests::incorrect_description_file::no_description_file::{{closure}}::hf575ae94e7d3f798
[INFO] [stdout]   16:     0x5746ff1174e6 - core::ops::function::FnOnce::call_once::hb7e477b9dfae4523
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::incorrect_description_file::incorrect_description_file_1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::incorrect_description_file::incorrect_description_file_1' (78) panicked at src/tests/incorrect_description_file.rs:19:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("."))
[INFO] [stdout]  right: Err(Json(JSONError { path: "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/incorrect-package/pack1/package.json", message: "EOF while parsing a value at line 3 column 0", line: 3, column: 0 }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff085a1c - core::panicking::assert_failed::hbd618b642d45289c
[INFO] [stdout]   14:     0x5746ff059050 - unrs_resolver::tests::incorrect_description_file::incorrect_description_file_1::h13c83778dfec55a3
[INFO] [stdout]   15:     0x5746ff059203 - unrs_resolver::tests::incorrect_description_file::incorrect_description_file_1::{{closure}}::h06f65f80a7bc7ee9
[INFO] [stdout]   16:     0x5746ff1159b6 - core::ops::function::FnOnce::call_once::h16e3e1071dd81a20
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::incorrect_description_file::incorrect_description_file_2 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::incorrect_description_file::incorrect_description_file_2' (79) panicked at src/tests/incorrect_description_file.rs:35:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("."))
[INFO] [stdout]  right: Err(Json(JSONError { path: "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/incorrect-package/pack2/package.json", message: "EOF while parsing a value at line 1 column 0", line: 1, column: 0 }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff085a1c - core::panicking::assert_failed::hbd618b642d45289c
[INFO] [stdout]   14:     0x5746ff0595a8 - unrs_resolver::tests::incorrect_description_file::incorrect_description_file_2::hded74930d12d31d2
[INFO] [stdout]   15:     0x5746ff059603 - unrs_resolver::tests::incorrect_description_file::incorrect_description_file_2::{{closure}}::h87d0fadbf1b7944f
[INFO] [stdout]   16:     0x5746ff117286 - core::ops::function::FnOnce::call_once::haa5b0e7a49fde69d
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::main_field::test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::main_field::test' (82) panicked at src/tests/main_field.rs:15:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("pck2"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/restrictions/node_modules/pck2/index.css")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff03168e - unrs_resolver::tests::main_field::test::h0b21a0afc4f19046
[INFO] [stdout]   15:     0x5746ff031d93 - unrs_resolver::tests::main_field::test::{{closure}}::ha4880739f87180c5
[INFO] [stdout]   16:     0x5746ff116506 - core::ops::function::FnOnce::call_once::h5b062990255897d0
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::main_field::test_fallback stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::main_field::test_fallback' (83) panicked at src/tests/main_field.rs:37:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("main_field_fallback"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/invalid/node_modules/main_field_fallback/exist.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff030f28 - unrs_resolver::tests::main_field::test_fallback::h32cbc4cbc28068cf
[INFO] [stdout]   15:     0x5746ff031023 - unrs_resolver::tests::main_field::test_fallback::{{closure}}::hdbfdee7a928ced81
[INFO] [stdout]   16:     0x5746ff116a06 - core::ops::function::FnOnce::call_once::h7b888d6c2e7902d2
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::package_json::test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::package_json::test' (88) panicked at src/tests/package_json.rs:25:9:
[INFO] [stdout] assertion `left == right` failed: "/opt/rustwide/workdir/fixtures/misc" package-json-nested
[INFO] [stdout]   left: None
[INFO] [stdout]  right: Some("/opt/rustwide/workdir/fixtures/misc/node_modules/package-json-nested/package.json")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff08571e - core::panicking::assert_failed::h0a19ec9def1eae38
[INFO] [stdout]   14:     0x5746ff03f8e2 - unrs_resolver::tests::package_json::test::h9d51001a3cc539f3
[INFO] [stdout]   15:     0x5746ff03fa43 - unrs_resolver::tests::package_json::test::{{closure}}::h9a2f50c81791ada7
[INFO] [stdout]   16:     0x5746ff116bd6 - core::ops::function::FnOnce::call_once::h837a037a6ab32aa9
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::missing::test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::missing::test' (85) panicked at src/tests/missing.rs:63:13:
[INFO] [stdout] missing-module: "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/node_modules/missing-module" not in {"/opt/rustwide/node_modules", "/package.json", "/opt/rustwide/workdir/package.json", "/opt/rustwide/workdir/fixtures/enhanced_resolve/test", "/opt/node_modules", "/opt/rustwide/workdir/fixtures", "/opt/rustwide/package.json", "/opt/package.json", "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures", "/node_modules", "/opt/rustwide/workdir/node_modules", "/opt/rustwide/workdir/fixtures/enhanced_resolve"}
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff0a64f4 - unrs_resolver::tests::missing::test::hb74d2ee932a60667
[INFO] [stdout]   13:     0x5746ff0a66f3 - unrs_resolver::tests::missing::test::{{closure}}::heb39b6c2dc6f6ff9
[INFO] [stdout]   14:     0x5746ff116e36 - core::ops::function::FnOnce::call_once::h8f67b0ed69bfe3cc
[INFO] [stdout]   15:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   16:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   17:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   18:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   19:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   20:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   21:     0x71f4aad8ea64 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::package_json::adjacent_to_node_modules stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::package_json::adjacent_to_node_modules' (87) panicked at src/tests/package_json.rs:43:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: NotFound("./index.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28c6c6 - core::result::unwrap_failed::he81173b5792ad6b0
[INFO] [stdout]   13:     0x5746ff03ee91 - unrs_resolver::tests::package_json::adjacent_to_node_modules::h238e85e8e15d818a
[INFO] [stdout]   14:     0x5746ff03f163 - unrs_resolver::tests::package_json::adjacent_to_node_modules::{{closure}}::h6b7d5af1551ae22e
[INFO] [stdout]   15:     0x5746ff1177b6 - core::ops::function::FnOnce::call_once::hca378894955acccb
[INFO] [stdout]   16:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   17:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   18:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   19:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   20:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   21:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   22:     0x71f4aad8ea64 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::resolve::issue238_resolve stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::resolve::issue238_resolve' (91) panicked at src/tests/resolve.rs:89:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("config/myObjectFile"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/issue-238/src/common/config/myObjectFile.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff06f75a - unrs_resolver::tests::resolve::issue238_resolve::h38d68f7b9090368d
[INFO] [stdout]   15:     0x5746ff06f7f3 - unrs_resolver::tests::resolve::issue238_resolve::{{closure}}::ha1fec9b2dab606a8
[INFO] [stdout]   16:     0x5746ff116b96 - core::ops::function::FnOnce::call_once::h82caa88b558dca41
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::resolve::abnormal_relative stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::resolve::abnormal_relative' (90) panicked at src/tests/resolve.rs:212:85:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: NotFound("jest-runner-../../..")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28c6c6 - core::result::unwrap_failed::he81173b5792ad6b0
[INFO] [stdout]   13:     0x5746ff07091e - unrs_resolver::tests::resolve::abnormal_relative::hb37edab6ab00f468
[INFO] [stdout]   14:     0x5746ff070bc3 - unrs_resolver::tests::resolve::abnormal_relative::{{closure}}::h8b1bd4f0db436c39
[INFO] [stdout]   15:     0x5746ff116946 - core::ops::function::FnOnce::call_once::h798db994b22f7728
[INFO] [stdout]   16:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   17:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   18:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   19:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   20:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   21:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   22:     0x71f4aad8ea64 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::resolve::prefer_file_over_dir stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::resolve::prefer_file_over_dir' (92) panicked at src/tests/resolve.rs:149:9:
[INFO] [stdout] assertion `left == right` failed: one level package name "/opt/rustwide/workdir/fixtures/prefer-file-over-dir" bar
[INFO] [stdout]   left: Err(NotFound("bar"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/prefer-file-over-dir/node_modules/bar.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff072178 - unrs_resolver::tests::resolve::prefer_file_over_dir::h208704b445e90737
[INFO] [stdout]   15:     0x5746ff072283 - unrs_resolver::tests::resolve::prefer_file_over_dir::{{closure}}::h935fa6040e9fbf7c
[INFO] [stdout]   16:     0x5746ff115c76 - core::ops::function::FnOnce::call_once::h1fe5787860aa382d
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::resolve::symlink_with_nested_node_modules stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::resolve::symlink_with_nested_node_modules' (98) panicked at src/tests/resolve.rs:187:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("dep"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/symlink-with-nested-node_modules/foo/node_modules/dep/index.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0727cb - unrs_resolver::tests::resolve::symlink_with_nested_node_modules::ha61a777e7e6d4194
[INFO] [stdout]   15:     0x5746ff072d03 - unrs_resolver::tests::resolve::symlink_with_nested_node_modules::{{closure}}::hd31f8c98d6a911f7
[INFO] [stdout]   16:     0x5746ff116f06 - core::ops::function::FnOnce::call_once::h9513960aa4a8de16
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::restrictions::restriction1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::restrictions::restriction1' (99) panicked at src/tests/restrictions.rs:24:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("pck2"))
[INFO] [stdout]  right: Err(Restriction("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/c.js", "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/restrictions"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff085a1c - core::panicking::assert_failed::hbd618b642d45289c
[INFO] [stdout]   14:     0x5746ff04032c - unrs_resolver::tests::restrictions::restriction1::h5f1b9f0708be6839
[INFO] [stdout]   15:     0x5746ff0403d3 - unrs_resolver::tests::restrictions::restriction1::{{closure}}::h0daa2f327d25a381
[INFO] [stdout]   16:     0x5746ff1157c6 - core::ops::function::FnOnce::call_once::h08828f31e96472c9
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::resolve::prefer_relative stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::resolve::prefer_relative' (93) panicked at src/tests/resolve.rs:107:9:
[INFO] [stdout] assertion `left == right` failed: should correctly resolve with preferRelative 1 main1.js
[INFO] [stdout]   left: Err(NotFound("main1.js"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/main1.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff06ebfb - unrs_resolver::tests::resolve::prefer_relative::h2b4ad55cc3e552f9
[INFO] [stdout]   15:     0x5746ff06ec83 - unrs_resolver::tests::resolve::prefer_relative::{{closure}}::h9e7122c8abf82da7
[INFO] [stdout]   16:     0x5746ff116616 - core::ops::function::FnOnce::call_once::h60c314f58e37b96e
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::roots::prefer_absolute stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::roots::prefer_absolute' (100) panicked at src/tests/roots.rs:78:9:
[INFO] [stdout] assertion `left == right` failed: should resolve an absolute path (prefer absolute) /opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/b.js
[INFO] [stdout]   left: Err(NotFound("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/b.js"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/b.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff1061c2 - unrs_resolver::tests::roots::prefer_absolute::h67e87a44d70793eb
[INFO] [stdout]   15:     0x5746ff106323 - unrs_resolver::tests::roots::prefer_absolute::{{closure}}::hda1601a028636f91
[INFO] [stdout]   16:     0x5746ff117b26 - core::ops::function::FnOnce::call_once::hdbfbcb09da2f0245
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::roots::resolve_to_context stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::roots::resolve_to_context' (101) panicked at src/tests/roots.rs:57:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("/fixtures/lib"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/lib")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff10692d - unrs_resolver::tests::roots::resolve_to_context::h0f4e3e2f7460ab09
[INFO] [stdout]   15:     0x5746ff1069a3 - unrs_resolver::tests::roots::resolve_to_context::{{closure}}::h29223c25ee261593
[INFO] [stdout]   16:     0x5746ff115df6 - core::ops::function::FnOnce::call_once::h2d2ec02a8dd118ae
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::roots::roots stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::roots::roots' (102) panicked at src/tests/roots.rs:33:9:
[INFO] [stdout] assertion `left == right` failed: should respect roots option /fixtures/b.js
[INFO] [stdout]   left: Err(NotFound("/fixtures/b.js"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/b.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff1098f3 - unrs_resolver::tests::roots::roots::h0e7a362ac3ad72a8
[INFO] [stdout]   15:     0x5746ff109a13 - unrs_resolver::tests::roots::roots::{{closure}}::hff751ca189a1a98e
[INFO] [stdout]   16:     0x5746ff116986 - core::ops::function::FnOnce::call_once::h7a8133748e9154cb
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::roots::roots_fall_through stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::roots::roots_fall_through' (103) panicked at src/tests/roots.rs:88:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/roots_fall_through/index.js"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/roots_fall_through/index.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff106d5b - unrs_resolver::tests::roots::roots_fall_through::hc33a6d1a3f693bc0
[INFO] [stdout]   15:     0x5746ff106e23 - unrs_resolver::tests::roots::roots_fall_through::{{closure}}::hab85c4ffd56f9be8
[INFO] [stdout]   16:     0x5746ff117536 - core::ops::function::FnOnce::call_once::hbdaf2af5ce99da4a
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::roots::should_resolve_slash stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::roots::should_resolve_slash' (104) panicked at src/tests/roots.rs:108:9:
[INFO] [stdout] assertion `left == right` failed: should resolve if importer is root ["/opt/rustwide/workdir/fixtures/./misc/dir-with-index"]
[INFO] [stdout]   left: Err(NotFound("/"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/./misc/dir-with-index/index.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff10816d - unrs_resolver::tests::roots::should_resolve_slash::hb25ae9647921d1f4
[INFO] [stdout]   15:     0x5746ff108293 - unrs_resolver::tests::roots::should_resolve_slash::{{closure}}::hcbabf811a3952c7c
[INFO] [stdout]   16:     0x5746ff116e96 - core::ops::function::FnOnce::call_once::h92e9e648e9646bbf
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::scoped_packages::scoped_packages stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::scoped_packages::scoped_packages' (105) panicked at src/tests/scoped_packages.rs:26:9:
[INFO] [stdout] assertion `left == right` failed: main field should work "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/scoped" @scope/pack1
[INFO] [stdout]   left: None
[INFO] [stdout]  right: Some("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/scoped/./node_modules/@scope/pack1/main.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0857cf - core::panicking::assert_failed::h22132c7ed64cf698
[INFO] [stdout]   14:     0x5746ff099338 - unrs_resolver::tests::scoped_packages::scoped_packages::h339ce87563ac8975
[INFO] [stdout]   15:     0x5746ff099753 - unrs_resolver::tests::scoped_packages::scoped_packages::{{closure}}::h4740709982907241
[INFO] [stdout]   16:     0x5746ff116b06 - core::ops::function::FnOnce::call_once::h7e885d28e798473c
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::resolve::resolve stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::resolve::resolve' (94) panicked at src/tests/resolve.rs:68:9:
[INFO] [stdout] assertion `left == right` failed: absolute path "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures" /opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/main1.js
[INFO] [stdout]   left: None
[INFO] [stdout]  right: Some("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/main1.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0857cf - core::panicking::assert_failed::h22132c7ed64cf698
[INFO] [stdout]   14:     0x5746ff076bec - unrs_resolver::tests::resolve::resolve::hce386eb61288026c
[INFO] [stdout]   15:     0x5746ff076cf3 - unrs_resolver::tests::resolve::resolve::{{closure}}::hf1a9e962683edbe2
[INFO] [stdout]   16:     0x5746ff116266 - core::ops::function::FnOnce::call_once::h4a4b1a46f40de4cc
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::simple::dashed_name stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::simple::dashed_name' (106) panicked at src/tests/simple.rs:59:9:
[INFO] [stdout] assertion `left == right` failed: "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures" dash
[INFO] [stdout]   left: None
[INFO] [stdout]  right: Some("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures/node_modules/dash/index.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0857cf - core::panicking::assert_failed::h22132c7ed64cf698
[INFO] [stdout]   14:     0x5746ff04b0c3 - unrs_resolver::tests::simple::dashed_name::hb639544ddf9de8f2
[INFO] [stdout]   15:     0x5746ff04b4c3 - unrs_resolver::tests::simple::dashed_name::{{closure}}::h966f5a8715b3d833
[INFO] [stdout]   16:     0x5746ff1161e6 - core::ops::function::FnOnce::call_once::h494c42e4c7865baf
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::simple::resolve_abs_main stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::simple::resolve_abs_main' (107) panicked at src/tests/simple.rs:13:48:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: NotFound("a")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28c6c6 - core::result::unwrap_failed::he81173b5792ad6b0
[INFO] [stdout]   13:     0x5746ff04b86d - unrs_resolver::tests::simple::resolve_abs_main::h592ada5e3b02a634
[INFO] [stdout]   14:     0x5746ff04ba83 - unrs_resolver::tests::simple::resolve_abs_main::{{closure}}::h81307a08364cea38
[INFO] [stdout]   15:     0x5746ff116186 - core::ops::function::FnOnce::call_once::h48913afc15c4aed7
[INFO] [stdout]   16:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   17:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   18:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   19:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   20:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   21:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   22:     0x71f4aad8ea64 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::simple::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::simple::simple' (108) panicked at src/tests/simple.rs:35:9:
[INFO] [stdout] assertion `left == right` failed: direct "/opt/rustwide/workdir/fixtures/enhanced_resolve/test" ../lib/index
[INFO] [stdout]   left: Err(NotFound("../lib/index"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/lib/index.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff04c2b0 - unrs_resolver::tests::simple::simple::h2bcbd61d201c9dc2
[INFO] [stdout]   15:     0x5746ff04c393 - unrs_resolver::tests::simple::simple::{{closure}}::hbdd0b1d48a6b99f4
[INFO] [stdout]   16:     0x5746ff116146 - core::ops::function::FnOnce::call_once::h45a2ac9f3951f849
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_paths::broken stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_paths::broken' (113) panicked at src/tests/tsconfig_paths.rs:131:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/tsconfig_broken.json"))
[INFO] [stdout]  right: Err(Json(JSONError { path: "/opt/rustwide/workdir/fixtures/tsconfig/tsconfig_broken.json", message: "EOF while parsing an object at line 2 column 0", line: 2, column: 0 }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff085a1c - core::panicking::assert_failed::hbd618b642d45289c
[INFO] [stdout]   14:     0x5746ff0d169c - unrs_resolver::tests::tsconfig_paths::broken::h2978e2687938429d
[INFO] [stdout]   15:     0x5746ff0d1703 - unrs_resolver::tests::tsconfig_paths::broken::{{closure}}::haba7ad68fdf4856b
[INFO] [stdout]   16:     0x5746ff116a46 - core::ops::function::FnOnce::call_once::h7bd5a91824f2c4c9
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::resolve::resolve_dot stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::resolve::resolve_dot' (95) panicked at src/tests/resolve.rs:165:9:
[INFO] [stdout] assertion `left == right` failed: dot dir "/opt/rustwide/workdir/fixtures/dot/foo" .
[INFO] [stdout]   left: Err(NotFound("."))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/dot/foo/index.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff06e2af - unrs_resolver::tests::resolve::resolve_dot::hccf1a3575b1c62d7
[INFO] [stdout]   15:     0x5746ff06e383 - unrs_resolver::tests::resolve::resolve_dot::{{closure}}::h07f542dfbd6dcb23
[INFO] [stdout]   16:     0x5746ff1170d6 - core::ops::function::FnOnce::call_once::h9f334d6f711cc1bf
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_paths::json_with_comments stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_paths::json_with_comments' (115) panicked at src/tests/tsconfig_paths.rs:93:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/cases/trailing-comma/tsconfig.json"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/tsconfig/cases/trailing-comma/bar.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0ca208 - unrs_resolver::tests::tsconfig_paths::json_with_comments::h009c48bf369e34ed
[INFO] [stdout]   15:     0x5746ff0ca2d3 - unrs_resolver::tests::tsconfig_paths::json_with_comments::{{closure}}::hb5d5f2b4a26b3538
[INFO] [stdout]   16:     0x5746ff117fd6 - core::ops::function::FnOnce::call_once::hfd0f15b5d3c8d1a6
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_paths::test_merge_tsconfig stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_paths::test_merge_tsconfig' (117) panicked at src/tests/tsconfig_paths.rs:234:54:
[INFO] [stdout] resolved: TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/cases/merge_compiler_options")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28c6c6 - core::result::unwrap_failed::he81173b5792ad6b0
[INFO] [stdout]   13:     0x5746ff0ff294 - core::result::Result<T,E>::expect::h41ceaeaf7f783880
[INFO] [stdout]   14:     0x5746ff0ca431 - unrs_resolver::tests::tsconfig_paths::test_merge_tsconfig::h0c9ebb34f5ae59a9
[INFO] [stdout]   15:     0x5746ff0caab3 - unrs_resolver::tests::tsconfig_paths::test_merge_tsconfig::{{closure}}::h343df3cafb8dbd87
[INFO] [stdout]   16:     0x5746ff1159f6 - core::ops::function::FnOnce::call_once::h17767dfe5acbe04d
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_paths::test_no_merge_tsconfig stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_paths::test_no_merge_tsconfig' (118) panicked at src/tests/tsconfig_paths.rs:249:54:
[INFO] [stdout] resolved: TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/cases/no_merge_compiler_options")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28c6c6 - core::result::unwrap_failed::he81173b5792ad6b0
[INFO] [stdout]   13:     0x5746ff0ff294 - core::result::Result<T,E>::expect::h41ceaeaf7f783880
[INFO] [stdout]   14:     0x5746ff0cc1dc - unrs_resolver::tests::tsconfig_paths::test_no_merge_tsconfig::h2d53ee2995ae5546
[INFO] [stdout]   15:     0x5746ff0cc693 - unrs_resolver::tests::tsconfig_paths::test_no_merge_tsconfig::{{closure}}::he74a2ed6b06405d9
[INFO] [stdout]   16:     0x5746ff1175a6 - core::ops::function::FnOnce::call_once::hbf7349e4bfdf68b5
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_paths::test_parent_base_url stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_paths::test_parent_base_url' (119) panicked at src/tests/tsconfig_paths.rs:337:9:
[INFO] [stdout] assertion `left == right` failed: . tsconfig.json "/opt/rustwide/workdir/fixtures/tsconfig/cases/parent-base-url/test"
[INFO] [stdout]   left: Err(TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/cases/parent-base-url/tsconfig.json"))
[INFO] [stdout]  right: Err(NotFound("."))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0cb8de - unrs_resolver::tests::tsconfig_paths::test_parent_base_url::h073c27137d76f6d9
[INFO] [stdout]   15:     0x5746ff0cb9e3 - unrs_resolver::tests::tsconfig_paths::test_parent_base_url::{{closure}}::h5b302e526dfcf028
[INFO] [stdout]   16:     0x5746ff1176a6 - core::ops::function::FnOnce::call_once::hc70ea2bde7c210be
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_paths::test_paths_nested_base stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_paths::test_paths_nested_base' (122) panicked at src/tests/tsconfig_paths.rs:313:9:
[INFO] [stdout] assertion `left == right` failed: foo tsconfig.json "/opt/rustwide/workdir/fixtures/tsconfig/cases/paths-nested-base/other"
[INFO] [stdout]   left: Err(TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/cases/paths-nested-base/tsconfig.json"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/tsconfig/cases/paths-nested-base/root/foo.ts")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0cd44b - unrs_resolver::tests::tsconfig_paths::test_paths_nested_base::hc634ef01902bbcd7
[INFO] [stdout]   15:     0x5746ff0cd523 - unrs_resolver::tests::tsconfig_paths::test_paths_nested_base::{{closure}}::h6629a73e140715db
[INFO] [stdout]   16:     0x5746ff1172c6 - core::ops::function::FnOnce::call_once::had922d41c73367e1
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_paths::test_template_variable stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_paths::test_template_variable' (123) panicked at src/tests/tsconfig_paths.rs:289:9:
[INFO] [stdout] assertion `left == right` failed: foo tsconfig.json "/opt/rustwide/workdir/fixtures/tsconfig/cases/paths_template_variable"
[INFO] [stdout]   left: Err(TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/cases/paths_template_variable/tsconfig.json"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/tsconfig/cases/paths_template_variable/src/foo.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0cef1e - unrs_resolver::tests::tsconfig_paths::test_template_variable::h89fb1d8b06a3a940
[INFO] [stdout]   15:     0x5746ff0cf043 - unrs_resolver::tests::tsconfig_paths::test_template_variable::{{closure}}::hcb6cb16cc5da92b6
[INFO] [stdout]   16:     0x5746ff1167a6 - core::ops::function::FnOnce::call_once::h6b18f2eb89cdbcb7
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_paths::tsconfig_fallthrough stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_paths::tsconfig_fallthrough' (124) panicked at src/tests/tsconfig_paths.rs:77:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/tsconfig.json"))
[INFO] [stdout]  right: Err(NotFound("/"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff085a1c - core::panicking::assert_failed::hbd618b642d45289c
[INFO] [stdout]   14:     0x5746ff0cc026 - unrs_resolver::tests::tsconfig_paths::tsconfig_fallthrough::he6d475f435407683
[INFO] [stdout]   15:     0x5746ff0cc093 - unrs_resolver::tests::tsconfig_paths::tsconfig_fallthrough::{{closure}}::h8a0c04ae7c92e146
[INFO] [stdout]   16:     0x5746ff115f16 - core::ops::function::FnOnce::call_once::h31a213c7eac7cbcc
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::resolve::resolve_to_context stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::resolve::resolve_to_context' (97) panicked at src/tests/resolve.rs:127:9:
[INFO] [stdout] assertion `left == right` failed: context for fixtures "/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures" ./
[INFO] [stdout]   left: Err(NotFound("./"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/enhanced_resolve/test/fixtures")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0718c8 - unrs_resolver::tests::resolve::resolve_to_context::hcbbdc57c8a83b38d
[INFO] [stdout]   15:     0x5746ff071a33 - unrs_resolver::tests::resolve::resolve_to_context::{{closure}}::h71785143b2933860
[INFO] [stdout]   16:     0x5746ff115ab6 - core::ops::function::FnOnce::call_once::h19a8500e56d2140f
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_paths::tsconfig_resolve stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_paths::tsconfig_resolve' (125) panicked at src/tests/tsconfig_paths.rs:43:9:
[INFO] [stdout] assertion `left == right` failed: ts-path "/opt/rustwide/workdir/fixtures/tsconfig"
[INFO] [stdout]   left: Err(TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/tsconfig.json"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/tsconfig/src/foo.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0c99ff - unrs_resolver::tests::tsconfig_paths::tsconfig_resolve::h6dcbabbe7b7d7ae7
[INFO] [stdout]   15:     0x5746ff0c9b43 - unrs_resolver::tests::tsconfig_paths::tsconfig_resolve::{{closure}}::h2a9877eb750502bb
[INFO] [stdout]   16:     0x5746ff117396 - core::ops::function::FnOnce::call_once::hb36e2c3f389c711a
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_project_references::auto stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_project_references::auto' (128) panicked at src/tests/tsconfig_project_references.rs:48:9:
[INFO] [stdout] assertion `left == right` failed: @/index.ts "/opt/rustwide/workdir/fixtures/tsconfig/cases/project_references/app"
[INFO] [stdout]   left: Err(TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/cases/project_references/app"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/tsconfig/cases/project_references/app/aliased/index.ts")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff09e084 - unrs_resolver::tests::tsconfig_project_references::auto::he19d0d520584f03a
[INFO] [stdout]   15:     0x5746ff09e1f3 - unrs_resolver::tests::tsconfig_project_references::auto::{{closure}}::hf692ce059ed0cceb
[INFO] [stdout]   16:     0x5746ff116ac6 - core::ops::function::FnOnce::call_once::h7bfdc9d0cc0999d8
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_project_references::disabled stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_project_references::disabled' (129) panicked at src/tests/tsconfig_project_references.rs:113:9:
[INFO] [stdout] assertion `left == right` failed: @/index.ts "/opt/rustwide/workdir/fixtures/tsconfig/cases/project_references/app"
[INFO] [stdout]   left: Err(TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/cases/project_references/app"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/tsconfig/cases/project_references/app/aliased/index.ts")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0a3747 - unrs_resolver::tests::tsconfig_project_references::disabled::h81675076256c685f
[INFO] [stdout]   15:     0x5746ff0a3883 - unrs_resolver::tests::tsconfig_project_references::disabled::{{closure}}::hef08973e73c99782
[INFO] [stdout]   16:     0x5746ff117f96 - core::ops::function::FnOnce::call_once::hfc1985a78d1a9eb8
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_project_references::self_reference stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_project_references::self_reference' (132) panicked at src/tests/tsconfig_project_references.rs:218:9:
[INFO] [stdout] assertion `left == right` failed: "/opt/rustwide/workdir/fixtures/tsconfig/cases/project_references/app" ["./tsconfig.json"]
[INFO] [stdout]   left: Err(TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/cases/project_references/app"))
[INFO] [stdout]  right: Err(TsconfigSelfReference("/opt/rustwide/workdir/fixtures/tsconfig/cases/project_references/app/tsconfig.json"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff09aba6 - unrs_resolver::tests::tsconfig_project_references::self_reference::ha3f44a6817510021
[INFO] [stdout]   15:     0x5746ff09ac73 - unrs_resolver::tests::tsconfig_project_references::self_reference::{{closure}}::h083c358348b9b1e0
[INFO] [stdout]   16:     0x5746ff115bb6 - core::ops::function::FnOnce::call_once::h1dafc0fec1db0c07
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_project_references::references_with_extends stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_project_references::references_with_extends' (131) panicked at src/tests/tsconfig_project_references.rs:241:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/cases/project_references/extends"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/tsconfig/cases/project_references/extends/src/pages/index.tsx")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff09b4d1 - unrs_resolver::tests::tsconfig_project_references::references_with_extends::hff20c480ebdec0e1
[INFO] [stdout]   15:     0x5746ff09b563 - unrs_resolver::tests::tsconfig_project_references::references_with_extends::{{closure}}::h5bfcd479c5e9956e
[INFO] [stdout]   16:     0x5746ff116f86 - core::ops::function::FnOnce::call_once::h95eb44ea4365b6f6
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_project_references::manual stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_project_references::manual' (130) panicked at src/tests/tsconfig_project_references.rs:173:9:
[INFO] [stdout] assertion `left == right` failed: @/index.ts "/opt/rustwide/workdir/fixtures/tsconfig/cases/project_references/app"
[INFO] [stdout]   left: Err(TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/cases/project_references/app"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/tsconfig/cases/project_references/app/aliased/index.ts")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cfd3 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0a0d2a - unrs_resolver::tests::tsconfig_project_references::manual::h7da1f6a566b19d92
[INFO] [stdout]   15:     0x5746ff0a0db3 - unrs_resolver::tests::tsconfig_project_references::manual::{{closure}}::h41e949f1fc21a47f
[INFO] [stdout]   16:     0x5746ff115fc6 - core::ops::function::FnOnce::call_once::h382fc5f291333c52
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_paths::with_bom stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_paths::with_bom' (127) panicked at src/tests/tsconfig_paths.rs:109:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(TsconfigNotFound("/opt/rustwide/workdir/fixtures/tsconfig/cases/with-bom/tsconfig.json"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/tsconfig/cases/with-bom/bar.js")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28cf43 - core::panicking::assert_failed_inner::h709867d03648810d
[INFO] [stdout]   13:     0x5746ff0856e3 - core::panicking::assert_failed::h02d76c794e8e9488
[INFO] [stdout]   14:     0x5746ff0d1d18 - unrs_resolver::tests::tsconfig_paths::with_bom::he48e506352444d3e
[INFO] [stdout]   15:     0x5746ff0d1d83 - unrs_resolver::tests::tsconfig_paths::with_bom::{{closure}}::h4153c33f70ccb105
[INFO] [stdout]   16:     0x5746ff115af6 - core::ops::function::FnOnce::call_once::h19c24ffa6b9ea860
[INFO] [stdout]   17:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   18:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   19:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   20:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   21:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   22:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   23:     0x71f4aad8ea64 - clone
[INFO] [stdout]   24:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::module_type::test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::module_type::test' (86) panicked at src/tests/module_type.rs:23:53:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: NotFound("./file.cjs")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5746ff273ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]    1:     0x5746ff284b5f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]    2:     0x5746ff23f9f3 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]    3:     0x5746ff24c6f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]    4:     0x5746ff251c8f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]    5:     0x5746ff251b21 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]    6:     0x5746ff16358e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]    7:     0x5746ff25229f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]    8:     0x5746ff2520fa - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]    9:     0x5746ff24c829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]   10:     0x5746ff23354d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]   11:     0x5746ff28d190 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]   12:     0x5746ff28c6c6 - core::result::unwrap_failed::he81173b5792ad6b0
[INFO] [stdout]   13:     0x5746ff03e9b2 - unrs_resolver::tests::module_type::test::h22ef64eaf7cccd07
[INFO] [stdout]   14:     0x5746ff03eb73 - unrs_resolver::tests::module_type::test::{{closure}}::h696fb7e738b2e4dc
[INFO] [stdout]   15:     0x5746ff117196 - core::ops::function::FnOnce::call_once::ha26eae53a34feda0
[INFO] [stdout]   16:     0x5746ff1633db - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]   17:     0x5746ff1779f8 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]   18:     0x5746ff1507c4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]   19:     0x5746ff1540fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]   20:     0x5746ff247b1f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]   21:     0x71f4aad01aa4 - <unknown>
[INFO] [stdout]   22:     0x71f4aad8ea64 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::alias::absolute_path
[INFO] [stdout]     tests::alias::alias_fragment
[INFO] [stdout]     tests::alias::alias_is_full_path
[INFO] [stdout]     tests::alias::alias_try_fragment_as_path
[INFO] [stdout]     tests::alias::system_path
[INFO] [stdout]     tests::browser_field::broken
[INFO] [stdout]     tests::browser_field::crypto_js
[INFO] [stdout]     tests::browser_field::ignore
[INFO] [stdout]     tests::browser_field::recursive
[INFO] [stdout]     tests::browser_field::replace_file
[INFO] [stdout]     tests::browser_field::shared_resolvers
[INFO] [stdout]     tests::browser_field::with_query
[INFO] [stdout]     tests::builtins::imports
[INFO] [stdout]     tests::exports_field::directory
[INFO] [stdout]     tests::exports_field::exports_not_browser_field1
[INFO] [stdout]     tests::exports_field::exports_not_browser_field2
[INFO] [stdout]     tests::exports_field::extension_alias_1_2
[INFO] [stdout]     tests::exports_field::extension_alias_3
[INFO] [stdout]     tests::exports_field::extension_alias_throw_error
[INFO] [stdout]     tests::exports_field::extension_without_fully_specified
[INFO] [stdout]     tests::exports_field::field_name_path
[INFO] [stdout]     tests::exports_field::shared_resolvers
[INFO] [stdout]     tests::exports_field::test_simple
[INFO] [stdout]     tests::extension_alias::extension_alias
[INFO] [stdout]     tests::extension_alias::not_apply_to_extension_nor_main_files
[INFO] [stdout]     tests::extensions::default_enforce_extension
[INFO] [stdout]     tests::extensions::extensions
[INFO] [stdout]     tests::extensions::multi_dot_extension
[INFO] [stdout]     tests::extensions::respect_enforce_extension
[INFO] [stdout]     tests::imports_field::shared_resolvers
[INFO] [stdout]     tests::imports_field::test_simple
[INFO] [stdout]     tests::incorrect_description_file::incorrect_description_file_1
[INFO] [stdout]     tests::incorrect_description_file::incorrect_description_file_2
[INFO] [stdout]     tests::incorrect_description_file::no_description_file
[INFO] [stdout]     tests::main_field::test
[INFO] [stdout]     tests::main_field::test_fallback
[INFO] [stdout]     tests::missing::test
[INFO] [stdout]     tests::module_type::test
[INFO] [stdout]     tests::package_json::adjacent_to_node_modules
[INFO] [stdout]     tests::package_json::test
[INFO] [stdout]     tests::resolve::abnormal_relative
[INFO] [stdout]     tests::resolve::issue238_resolve
[INFO] [stdout]     tests::resolve::prefer_file_over_dir
[INFO] [stdout]     tests::resolve::prefer_relative
[INFO] [stdout]     tests::resolve::resolve
[INFO] [stdout]     tests::resolve::resolve_dot
[INFO] [stdout]     tests::resolve::resolve_to_context
[INFO] [stdout]     tests::resolve::symlink_with_nested_node_modules
[INFO] [stdout]     tests::restrictions::restriction1
[INFO] [stdout]     tests::roots::prefer_absolute
[INFO] [stdout]     tests::roots::resolve_to_context
[INFO] [stdout]     tests::roots::roots
[INFO] [stdout]     tests::roots::roots_fall_through
[INFO] [stdout]     tests::roots::should_resolve_slash
[INFO] [stdout]     tests::scoped_packages::scoped_packages
[INFO] [stdout]     tests::simple::dashed_name
[INFO] [stdout]     tests::simple::resolve_abs_main
[INFO] [stdout]     tests::simple::simple
[INFO] [stdout]     tests::tsconfig_paths::broken
[INFO] [stdout]     tests::tsconfig_paths::json_with_comments
[INFO] [stdout]     tests::tsconfig_paths::test_merge_tsconfig
[INFO] [stdout]     tests::tsconfig_paths::test_no_merge_tsconfig
[INFO] [stdout]     tests::tsconfig_paths::test_parent_base_url
[INFO] [stdout]     tests::tsconfig_paths::test_paths_nested_base
[INFO] [stdout]     tests::tsconfig_paths::test_template_variable
[INFO] [stdout]     tests::tsconfig_paths::tsconfig_fallthrough
[INFO] [stdout]     tests::tsconfig_paths::tsconfig_resolve
[INFO] [stdout]     tests::tsconfig_paths::with_bom
[INFO] [stdout]     tests::tsconfig_project_references::auto
[INFO] [stdout]     tests::tsconfig_project_references::disabled
[INFO] [stdout]     tests::tsconfig_project_references::manual
[INFO] [stdout]     tests::tsconfig_project_references::references_with_extends
[INFO] [stdout]     tests::tsconfig_project_references::self_reference
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 42 passed; 73 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "c347ac9357cc5856e9bcf85782677fb96c6032fbcceb7303a0c386baf390ca9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c347ac9357cc5856e9bcf85782677fb96c6032fbcceb7303a0c386baf390ca9b", kill_on_drop: false }`
[INFO] [stdout] c347ac9357cc5856e9bcf85782677fb96c6032fbcceb7303a0c386baf390ca9b
