[INFO] cloning repository https://github.com/oxc-project/oxc_resolver
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/oxc-project/oxc_resolver" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foxc-project%2Foxc_resolver", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foxc-project%2Foxc_resolver'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d565f3fdc7e642792ded2b7a5670d27e5a7d8f85
[INFO] testing oxc-project/oxc_resolver against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foxc-project%2Foxc_resolver" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/oxc-project/oxc_resolver
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/oxc-project/oxc_resolver
[INFO] tweaked toml for git repo https://github.com/oxc-project/oxc_resolver written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/oxc-project/oxc_resolver on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/oxc-project/oxc_resolver 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-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0a73d452787249177ceb793de3906569c162830a9da8c88add933787caacafaa
[INFO] running `Command { std: "docker" "start" "-a" "0a73d452787249177ceb793de3906569c162830a9da8c88add933787caacafaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0a73d452787249177ceb793de3906569c162830a9da8c88add933787caacafaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a73d452787249177ceb793de3906569c162830a9da8c88add933787caacafaa", kill_on_drop: false }`
[INFO] [stdout] 0a73d452787249177ceb793de3906569c162830a9da8c88add933787caacafaa
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c1f0415cbf9c47390902035c3903a12ed93e3e2e3e6f783f2f97c9f135d8742c
[INFO] running `Command { std: "docker" "start" "-a" "c1f0415cbf9c47390902035c3903a12ed93e3e2e3e6f783f2f97c9f135d8742c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling zmij v1.0.1
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling fast-glob v1.0.1
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling nodejs-built-in-modules v1.0.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling halfbrown v0.4.0
[INFO] [stderr]    Compiling json-strip-comments v3.1.0
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling value-trait v0.12.1
[INFO] [stderr]    Compiling seize v0.5.1
[INFO] [stderr]    Compiling papaya v0.2.3
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling simd-json v0.17.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling oxc_resolver v11.19.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized] target(s) in 29.51s
[INFO] running `Command { std: "docker" "inspect" "c1f0415cbf9c47390902035c3903a12ed93e3e2e3e6f783f2f97c9f135d8742c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1f0415cbf9c47390902035c3903a12ed93e3e2e3e6f783f2f97c9f135d8742c", kill_on_drop: false }`
[INFO] [stdout] c1f0415cbf9c47390902035c3903a12ed93e3e2e3e6f783f2f97c9f135d8742c
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 214064c278f7dfb38ee97d5fae8f47f6d5f44dd5942462cc927ce141fb87e19c
[INFO] running `Command { std: "docker" "start" "-a" "214064c278f7dfb38ee97d5fae8f47f6d5f44dd5942462cc927ce141fb87e19c", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling anes v0.2.1
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling bpaf v0.9.20
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling vfs v0.12.2
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling value-trait v0.12.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling simd-json v0.17.0
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion2 v3.0.2
[INFO] [stderr]    Compiling oxc_resolver v11.19.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling fancy-regex v0.17.0
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 24.70s
[INFO] running `Command { std: "docker" "inspect" "214064c278f7dfb38ee97d5fae8f47f6d5f44dd5942462cc927ce141fb87e19c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "214064c278f7dfb38ee97d5fae8f47f6d5f44dd5942462cc927ce141fb87e19c", kill_on_drop: false }`
[INFO] [stdout] 214064c278f7dfb38ee97d5fae8f47f6d5f44dd5942462cc927ce141fb87e19c
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9077edd72d2fa2a489cf8b836f78c47ff1ebe368e33ec7900eb4349cb993e374
[INFO] running `Command { std: "docker" "start" "-a" "9077edd72d2fa2a489cf8b836f78c47ff1ebe368e33ec7900eb4349cb993e374", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/oxc_resolver-91d8d80da405247c)
[INFO] [stdout] 
[INFO] [stdout] running 183 tests
[INFO] [stdout] test cache::tests::test_borrowed_cached_path_eq ... ok
[INFO] [stdout] test file_system::file_metadata_getters ... ok
[INFO] [stdout] test error::test_coverage ... ok
[INFO] [stdout] test options::test::display ... ok
[INFO] [stdout] test file_system::metadata ... ok
[INFO] [stdout] test error::test_into_io_error ... ok
[INFO] [stdout] test path::is_invalid_exports_target ... ok
[INFO] [stdout] test path::normalize ... ok
[INFO] [stdout] test options::test::enforce_extension ... ok
[INFO] [stdout] test specifier::tests::absolute ... ok
[INFO] [stdout] test specifier::tests::empty ... ok
[INFO] [stdout] test path::normalize_relative ... ok
[INFO] [stdout] test specifier::tests::debug ... ok
[INFO] [stdout] test specifier::tests::hash ... ok
[INFO] [stdout] test specifier::tests::module ... ok
[INFO] [stdout] test specifier::tests::relative ... ok
[INFO] [stdout] test specifier::tests::query_fragment ... ok
[INFO] [stdout] test specifier::tests::enhanced_resolve_windows_like ... ok
[INFO] [stdout] test cache::tests::test_cached_path_debug ... ok
[INFO] [stdout] test error::test_circular_path_bufs_display ... ok
[INFO] [stdout] test tests::browser_field::recursive ... ok
[INFO] [stdout] test specifier::tests::enhanced_resolve_edge_cases ... ok
[INFO] [stdout] test tests::browser_field::shared_resolvers ... ok
[INFO] [stdout] test tests::browser_field::replace_file ... ok
[INFO] [stdout] test tests::builtins::builtins_off ... ok
[INFO] [stdout] test tests::alias::alias_try_fragment_as_path ... ok
[INFO] [stdout] test tests::alias::alias_fragment ... ok
[INFO] [stdout] test tests::browser_field::recurse_fail ... ok
[INFO] [stdout] test tests::browser_field::broken ... ok
[INFO] [stdout] test tests::alias::alias_with_multiple_fallbacks ... ok
[INFO] [stdout] test tests::browser_field::crypto_js ... ok
[INFO] [stdout] test tests::alias::alias_is_full_path ... ok
[INFO] [stdout] test tests::alias::absolute_path ... ok
[INFO] [stdout] test tests::alias::system_path ... ok
[INFO] [stdout] test tests::alias::alias ... ok
[INFO] [stdout] test tests::alias::all_alias_values_are_not_found ... ok
[INFO] [stdout] test tests::alias::infinite_recursion ... ok
[INFO] [stdout] test tests::browser_field::ignore ... ok
[INFO] [stdout] test tests::builtins::imports ... ok
[INFO] [stdout] test tests::dts_resolver::exports_esm_match_finds_declaration ... ok
[INFO] [stdout] test tests::dts_resolver::at_types_basic ... ok
[INFO] [stdout] test tests::dts_resolver::at_types_scoped ... ok
[INFO] [stdout] test tests::dts_resolver::mangle_scoped ... ok
[INFO] [stdout] test tests::dts_resolver::node_protocol_not_resolved ... ok
[INFO] [stdout] test tests::dts_resolver::extension_substitution_cjs_to_dcts ... ok
[INFO] [stdout] test tests::dts_resolver::exports_field_types_condition ... ok
[INFO] [stdout] test tests::dependencies::test::test ... ok
[INFO] [stdout] test tests::dts_resolver::mangle_unscoped ... ok
[INFO] [stdout] test tests::dts_resolver::extension_priority_ts_wins ... ok
[INFO] [stdout] test tests::dts_resolver::extension_substitution_mjs_to_dmts ... ok
[INFO] [stdout] test tests::dts_resolver::relative_basic_ts ... ok
[INFO] [stdout] test tests::dts_resolver::extension_priority_dts_over_js ... ok
[INFO] [stdout] test tests::dts_resolver::relative_dts_over_js ... ok
[INFO] [stdout] test tests::clear_cache::test_parallel_resolve_with_clear_cache ... FAILED
[INFO] [stdout] test tests::dts_resolver::mangle_scoped_multi_slash ... ok
[INFO] [stdout] test tests::dts_resolver::no_types_not_resolved ... ok
[INFO] [stdout] test tests::dts_resolver::directory_module_with_main ... ok
[INFO] [stdout] test tests::dts_resolver::extension_substitution_js_to_dts ... ok
[INFO] [stdout] test tests::dts_resolver::typings_field ... ok
[INFO] [stdout] test tests::exports_field::directory ... ok
[INFO] [stdout] test tests::exports_field::extension_alias_1_2 ... ok
[INFO] [stdout] test tests::exports_field::exports_not_browser_field1 ... ok
[INFO] [stdout] test tests::dts_resolver::types_versions_subpath ... ok
[INFO] [stdout] test tests::exports_field::exports_not_browser_field2 ... ok
[INFO] [stdout] test tests::dts_resolver::types_versions_root ... ok
[INFO] [stdout] test tests::exports_field::extension_without_fully_specified ... ok
[INFO] [stdout] test tests::extensions::default_enforce_extension ... ok
[INFO] [stdout] test tests::extensions::extension_combinations ... ok
[INFO] [stdout] test tests::exports_field::extension_alias_throw_error ... ok
[INFO] [stdout] test tests::extensions::extensions ... ok
[INFO] [stdout] test tests::exports_field::extension_alias_3 ... ok
[INFO] [stdout] test tests::extensions::respect_enforce_extension ... ok
[INFO] [stdout] test tests::exports_field::shared_resolvers ... ok
[INFO] [stdout] test tests::extensions::multi_dot_extension ... ok
[INFO] [stdout] test tests::extension_alias::not_apply_to_extension_nor_main_files ... ok
[INFO] [stdout] test tests::extension_alias::extension_alias ... FAILED
[INFO] [stdout] test tests::incorrect_description_file::incorrect_description_file_1 ... ok
[INFO] [stdout] test tests::full_specified::windows::test ... ok
[INFO] [stdout] test tests::full_specified::windows::resolve_to_context ... ok
[INFO] [stdout] test tests::incorrect_description_file::incorrect_description_file_2 ... ok
[INFO] [stdout] test tests::exports_field::field_name_path ... ok
[INFO] [stdout] test tests::extensions::without_leading_dot - should panic ... ok
[INFO] [stdout] test tests::memory_leak::test_canonicalized_path_weak_reference ... ok
[INFO] [stdout] test tests::incorrect_description_file::incorrect_description_file_3 ... ok
[INFO] [stdout] test tests::memory_leak::test_memory_leak_arc_cycles ... ok
[INFO] [stdout] test tests::builtins::builtins ... ok
[INFO] [stdout] test tests::builtins::fail ... ok
[INFO] [stdout] test tests::dts_resolver::relative_directory_index ... ok
[INFO] [stdout] test tests::imports_field::shared_resolvers ... ok
[INFO] [stdout] test tests::memory_leak::test_canonicalized_path_not_dropped ... ok
[INFO] [stdout] test tests::missing::test ... ok
[INFO] [stdout] test tests::module_type::test ... ok
[INFO] [stdout] test tests::browser_field::with_query ... ok
[INFO] [stdout] test tests::missing::alias_and_extensions ... ok
[INFO] [stdout] test tests::package_json::package_json_with_symlinks_true ... ok
[INFO] [stdout] test tests::package_json::adjacent_to_node_modules ... ok
[INFO] [stdout] test tests::resolution::test ... ok
[INFO] [stdout] test tests::fallback::fallback ... ok
[INFO] [stdout] test tests::package_json::test ... ok
[INFO] [stdout] test tests::imports_field::test_simple ... ok
[INFO] [stdout] test tests::package_json::test_corrupted_package_json ... ok
[INFO] [stdout] test tests::exports_field::test_simple ... ok
[INFO] [stdout] test tests::resolve::resolve_edge_cases ... ok
[INFO] [stdout] test tests::resolve::resolve_dot ... ok
[INFO] [stdout] test tests::resolve::issue238_resolve ... ok
[INFO] [stdout] test tests::main_field::test_fallback ... ok
[INFO] [stdout] test tests::resolve::resolve ... ok
[INFO] [stdout] test tests::imports_field::test_cases ... ok
[INFO] [stdout] test tests::main_field::test ... ok
[INFO] [stdout] test tests::resolve::prefer_relative ... ok
[INFO] [stdout] test tests::resolve::abnormal_relative ... ok
[INFO] [stdout] test tests::resolve::resolve_file_rejects_parentless_path ... ok
[INFO] [stdout] test tests::restrictions::should_check_restrictions_in_load_alias_or_file ... ok
[INFO] [stdout] test tests::resolve::resolve_to_context ... ok
[INFO] [stdout] test tests::resolve::resolve_hash_as_module ... ok
[INFO] [stdout] test tests::restrictions::should_allow_exact_path_in_restriction ... ok
[INFO] [stdout] test tests::restrictions::should_respect_parent_directory_restriction ... ok
[INFO] [stdout] test tests::roots::prefer_absolute ... ok
[INFO] [stdout] test tests::restrictions::should_check_restrictions_in_extension_alias ... ok
[INFO] [stdout] test tests::roots::resolve_to_context ... ok
[INFO] [stdout] test tests::restrictions::should_check_restrictions_in_load_index_with_enforce_extension_disabled ... ok
[INFO] [stdout] test tests::simple::dashed_name ... ok
[INFO] [stdout] test tests::roots::should_resolve_slash ... ok
[INFO] [stdout] test tests::restrictions::should_try_to_find_alternative_3 ... ok
[INFO] [stdout] test tests::restrictions::should_respect_regexp_restriction ... ok
[INFO] [stdout] test tests::restrictions::should_check_restrictions_in_package_main_fields ... ok
[INFO] [stdout] test tests::simple::resolve_abs_main ... ok
[INFO] [stdout] test tests::symlink::test_circular_symlink ... ok
[INFO] [stdout] test tests::roots::roots ... ok
[INFO] [stdout] test tests::roots::roots_fall_through ... ok
[INFO] [stdout] test tests::restrictions::should_apply_multiple_restrictions ... ok
[INFO] [stdout] test tests::restrictions::should_respect_string_restriction ... ok
[INFO] [stdout] test tests::scoped_packages::scoped_packages ... ok
[INFO] [stdout] test tests::restrictions::should_fail_if_any_restriction_fails ... ok
[INFO] [stdout] test tests::restrictions::should_try_to_find_alternative_2 ... ok
[INFO] [stdout] test tests::simple::windows::no_package ... ok
[INFO] [stdout] test tests::symlink::test ... ok
[INFO] [stdout] test tests::restrictions::should_check_restrictions_in_browser_field_alias ... ok
[INFO] [stdout] test tests::simple::simple ... ok
[INFO] [stdout] test tests::restrictions::should_try_to_find_alternative_1 ... ok
[INFO] [stdout] test tests::tsconfig_extends::test_extend_tsconfig_no_override_existing ... ok
[INFO] [stdout] test tests::tsconfig_extends::test_extend_tsconfig ... ok
[INFO] [stdout] test tests::tsconfck::config_dir ... ok
[INFO] [stdout] test tests::tsconfig_extends::test_extend_tsconfig_missing_file ... ok
[INFO] [stdout] test tests::threaded_environment ... ok
[INFO] [stdout] test tests::tsconfig_discovery::tsconfig_discovery_skips_unreadable_file ... FAILED
[INFO] [stdout] test tests::tsconfck::find ... ok
[INFO] [stdout] test tests::tsconfig_extends::test_extend_package ... ok
[INFO] [stdout] test tests::tsconfig_extends::test_extend_tsconfig_multiple_inheritance ... ok
[INFO] [stdout] test tests::tsconfig_extends::test_extend_tsconfig_unreadable_file ... ok
[INFO] [stdout] test tests::tsconfig_extends::test_references_unreadable_file ... ok
[INFO] [stdout] test tests::tsconfig_extends::test_extend_tsconfig_not_found ... ok
[INFO] [stdout] test tests::tsconfig_extends::test_references_not_found ... ok
[INFO] [stdout] test tests::tsconfig_paths::broken ... ok
[INFO] [stdout] test tests::tsconfig_extends::test_extend_tsconfig_template_variables ... ok
[INFO] [stdout] test tests::tsconfig_extends::test_extend_tsconfig_preserves_child_settings ... ok
[INFO] [stdout] test tests::tsconfck::parse_invalid ... ok
[INFO] [stdout] test tests::tsconfig_paths::empty ... ok
[INFO] [stdout] test tests::exports_field::test_cases ... ok
[INFO] [stdout] test tests::tsconfig_discovery::tsconfig_discovery ... ok
[INFO] [stdout] test tests::tsconfig_discovery::tsconfig_discovery_virtual_file_importer ... ok
[INFO] [stdout] test tests::tsconfig_extends::test_extend_tsconfig_paths ... ok
[INFO] [stdout] test tests::tsconfck::solution ... ok
[INFO] [stdout] test tests::tsconfig_paths::test_merge_tsconfig ... ok
[INFO] [stdout] test tests::tsconfig_paths::test_paths_nested_base ... ok
[INFO] [stdout] test tests::tsconfig_paths::test_no_merge_tsconfig ... ok
[INFO] [stdout] test tests::tsconfig_paths::tsconfig_fallthrough ... ok
[INFO] [stdout] test tests::tsconfig_paths::json_with_comments ... ok
[INFO] [stdout] test tests::tsconfig_paths::test_tsconfig_mixed_root_non_root_cache ... ok
[INFO] [stdout] test tests::tsconfig_paths::test_parent_base_url ... ok
[INFO] [stdout] test tests::tsconfig_extends::test_extend_tsconfig_override_behavior ... ok
[INFO] [stdout] test tests::tsconfig_paths::test_tsconfig_mixed_root_non_root_cache2 ... ok
[INFO] [stdout] test tests::tsconfig_project_references::references_with_extends ... ok
[INFO] [stdout] test tests::tsconfck::parse_valid ... FAILED
[INFO] [stdout] test tests::tsconfig_project_references::disabled ... ok
[INFO] [stdout] test tests::tsconfig_paths::with_bom ... ok
[INFO] [stdout] test tests::tsconfig_paths::test_tsconfig_mixed_root_non_root_cache3 ... ok
[INFO] [stdout] test tests::tsconfig_paths::windows_test::match_path ... ok
[INFO] [stdout] test tests::tsconfck::part_of_solution ... ok
[INFO] [stdout] test tests::tsconfig_paths::test_template_variable ... ok
[INFO] [stdout] test tests::tsconfig_paths::tsconfig_resolve ... ok
[INFO] [stdout] test tests::tsconfig_project_references::auto ... ok
[INFO] [stdout] test tests::tsconfig_root_dirs::test ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::clear_cache::test_parallel_resolve_with_clear_cache stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::clear_cache::test_parallel_resolve_with_clear_cache' (67) panicked at src/tests/clear_cache.rs:14:39:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59d7638be93a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]    1:     0x59d7638d519a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    2:     0x59d7638c3602 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x59d76389aa4f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59d7638b5929 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]    5:     0x59d76362502c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59d7638b5ba2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59d76389ab08 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59d7638920f9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59d76389b96d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]   10:     0x59d7638d5afc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59d7638d5872 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]   12:     0x59d76358ecd6 - oxc_resolver::tests::clear_cache::test_parallel_resolve_with_clear_cache::h9b6e1927da9e23da
[INFO] [stdout]   13:     0x59d76358f503 - oxc_resolver::tests::clear_cache::test_parallel_resolve_with_clear_cache::{{closure}}::h4f49ff16cafef080
[INFO] [stdout]   14:     0x59d76351dd56 - core::ops::function::FnOnce::call_once::h0f2fc3c7490b6216
[INFO] [stdout]   15:     0x59d76361910b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]   16:     0x59d763625afb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]   17:     0x59d763621214 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x59d763628702 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x59d7638bdd3f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7857b6780aa4 - <unknown>
[INFO] [stdout]   21:     0x7857b680da64 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::extension_alias::extension_alias stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::extension_alias::extension_alias' (101) panicked at src/tests/extension_alias.rs:49:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(NotFound("typescript/lib/typescript.js"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/yarn/node_modules/typescript/lib/typescript.d.ts")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59d7638be93a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59d7638d519a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    2:     0x59d7638c3602 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x59d76389aa4f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59d7638b5929 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]    5:     0x59d76362502c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59d7638b5ba2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59d76389ab08 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59d7638920f9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59d76389b96d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]   10:     0x59d7638d5afc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59d7638d59b3 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x59d76345bfec - core::panicking::assert_failed::h4c1520490b6a311a
[INFO] [stdout]   13:     0x59d76351673e - oxc_resolver::tests::extension_alias::extension_alias::h5db186ae2eb0d299
[INFO] [stdout]   14:     0x59d763516aa3 - oxc_resolver::tests::extension_alias::extension_alias::{{closure}}::h9f2c6750206b5bf7
[INFO] [stdout]   15:     0x59d763520266 - core::ops::function::FnOnce::call_once::h9e1d30581eca5131
[INFO] [stdout]   16:     0x59d76361910b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]   17:     0x59d763625afb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]   18:     0x59d763621214 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x59d763628702 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x59d7638bdd3f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x7857b6780aa4 - <unknown>
[INFO] [stdout]   22:     0x7857b680da64 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfig_discovery::tsconfig_discovery_skips_unreadable_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfig_discovery::tsconfig_discovery_skips_unreadable_file' (174) panicked at src/tests/tsconfig_discovery.rs:40:30:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59d7638be93a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59d7638d519a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    2:     0x59d7638c3602 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x59d76389aa4f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59d7638b5929 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]    5:     0x59d76362502c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59d7638b5ba2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59d76389ab08 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59d7638920f9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59d76389b96d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]   10:     0x59d7638d5afc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59d7638d5872 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]   12:     0x59d76359b778 - oxc_resolver::tests::tsconfig_discovery::tsconfig_discovery_skips_unreadable_file::h5bd7ad517713ddb3
[INFO] [stdout]   13:     0x59d76359c0a3 - oxc_resolver::tests::tsconfig_discovery::tsconfig_discovery_skips_unreadable_file::{{closure}}::h80229db74c1ba77f
[INFO] [stdout]   14:     0x59d763521236 - core::ops::function::FnOnce::call_once::he560eda550c0d4d8
[INFO] [stdout]   15:     0x59d76361910b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]   16:     0x59d763625afb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]   17:     0x59d763621214 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x59d763628702 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x59d7638bdd3f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7857b6780aa4 - <unknown>
[INFO] [stdout]   21:     0x7857b680da64 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tsconfck::parse_valid stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::tsconfck::parse_valid' (170) panicked at src/tests/tsconfck.rs:22:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err(TsconfigNotFound("@tsconfig/node18"))
[INFO] [stdout]  right: Ok("/opt/rustwide/workdir/fixtures/tsconfck/parse/valid/with-extends/node-fallback/tsconfig.json")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59d7638be93a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59d7638d519a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    2:     0x59d7638c3602 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x59d76389aa4f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59d7638b5929 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]    5:     0x59d76362502c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59d7638b5ba2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59d76389ab08 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59d7638920f9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59d76389b96d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]   10:     0x59d7638d5afc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59d7638d59b3 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x59d76345bfec - core::panicking::assert_failed::h4c1520490b6a311a
[INFO] [stdout]   13:     0x59d7635a1218 - oxc_resolver::tests::tsconfck::parse_valid::hf4ecd8d786bba02f
[INFO] [stdout]   14:     0x59d7635a12b3 - oxc_resolver::tests::tsconfck::parse_valid::{{closure}}::h01390d29995f6eea
[INFO] [stdout]   15:     0x59d7635205a6 - core::ops::function::FnOnce::call_once::hab67a2eab0f2804f
[INFO] [stdout]   16:     0x59d76361910b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]   17:     0x59d763625afb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]   18:     0x59d763621214 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]   19:     0x59d763628702 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   20:     0x59d7638bdd3f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   21:     0x7857b6780aa4 - <unknown>
[INFO] [stdout]   22:     0x7857b680da64 - clone
[INFO] [stdout]   23:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::clear_cache::test_parallel_resolve_with_clear_cache
[INFO] [stdout]     tests::extension_alias::extension_alias
[INFO] [stdout]     tests::tsconfck::parse_valid
[INFO] [stdout]     tests::tsconfig_discovery::tsconfig_discovery_skips_unreadable_file
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 179 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9077edd72d2fa2a489cf8b836f78c47ff1ebe368e33ec7900eb4349cb993e374", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9077edd72d2fa2a489cf8b836f78c47ff1ebe368e33ec7900eb4349cb993e374", kill_on_drop: false }`
[INFO] [stdout] 9077edd72d2fa2a489cf8b836f78c47ff1ebe368e33ec7900eb4349cb993e374
