asm-lsp 0.4.2 -> 0.6.0 https://repology.org/project/asm-lsp/versions attrpath: asm-lsp 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-lmOnBcLWfTCuQcPiRmPoFD/QvagfkApFP6/h1ot7atU= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A asm-lsp nix build failed. ++ cargo test -j 24 --profile release --target x86_64-unknown-linux-gnu --frozen -- --test-threads=24  Compiling openssl-sys v0.9.93  Compiling tree-sitter v0.20.10  Compiling tree-sitter-asm v0.1.0  Compiling openssl v0.10.57  Compiling native-tls v0.2.11  Compiling tokio-native-tls v0.3.1  Compiling hyper-tls v0.5.0  Compiling reqwest v0.11.22  Compiling asm-lsp v0.4.2 (/build/source)  Finished release [optimized] target(s) in 10.33s  Running unittests src/lib.rs (target/x86_64-unknown-linux-gnu/release/deps/asm_lsp-d86d244c6ea4b39c) running 1 test test x86_parser::tests::test_populate_instructions ... FAILED failures: ---- x86_parser::tests::test_populate_instructions stdout ---- thread 'x86_parser::tests::test_populate_instructions' panicked at src/x86_parser.rs:267:50: called `Result::unwrap()` on an `Err` value: Permission denied (os error 13) note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: x86_parser::tests::test_populate_instructions test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s error: test failed, to rerun pass `--lib`