oxlint 0.2.15 -> 0.4.2 https://repology.org/project/oxlint/versions attrpath: oxlint Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-7aLUoAHN8mipvQLW2mN/hEeHMQvl23dJLzuAX4foZsY= Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A oxlint nix build failed.  Compiling dashmap v5.5.3  Compiling petgraph v0.6.5  Compiling tempfile v3.10.1  Compiling typescript_tsconfig_json v0.1.4  Compiling oxc_sourcemap v0.13.1 (/build/source/crates/oxc_sourcemap)  Compiling oxc_resolver v1.7.0  Compiling gloo-utils v0.1.7  Compiling tsify v0.4.5  Compiling oxc_span v0.13.1 (/build/source/crates/oxc_span)  Compiling oxc_syntax v0.13.1 (/build/source/crates/oxc_syntax)  Compiling oxc_ast v0.13.1 (/build/source/crates/oxc_ast)  Compiling oxc_codegen v0.13.1 (/build/source/crates/oxc_codegen)  Compiling oxc_semantic v0.13.1 (/build/source/crates/oxc_semantic)  Compiling oxc_parser v0.13.1 (/build/source/crates/oxc_parser)  Compiling oxc_linter v0.0.0 (/build/source/crates/oxc_linter)  Compiling oxlint v0.0.0 (/build/source/apps/oxlint) error[E0433]: failed to resolve: use of undeclared crate or module `jemallocator`  --> apps/oxlint/src/main.rs:6:41  | 6 | static GLOBAL: jemallocator::Jemalloc = jemallocator::Jemalloc;  |  ^^^^^^^^^^^^ use of undeclared crate or module `jemallocator` error[E0433]: failed to resolve: use of undeclared crate or module `jemallocator`  --> apps/oxlint/src/main.rs:6:16  | 6 | static GLOBAL: jemallocator::Jemalloc = jemallocator::Jemalloc;  |  ^^^^^^^^^^^^ use of undeclared crate or module `jemallocator` For more information about this error, try `rustc --explain E0433`. error: could not compile `oxlint` (bin "oxlint") due to 2 previous errors