ast-grep 0.6.6 -> 0.7.1 https://github.com/ast-grep/ast-grep/releases attrpath: ast-grep 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-yaRZrszlRIwCvsPiUFNarw6rTFtfZ93PDEw4GBr7B1E= 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 ast-grep nix build failed. test test_cli::test_scan ... ok test verify::test::test_snapshot ... ok test test_cli::test_run ... ok test print::json_print::test::test_invariant ... ok test new::test::test_create_new ... ok test verify::test::test_verify_transform ... ok test print::colored_print::test::test_print_matches_without_heading ... ok test print::colored_print::test::test_print_matches ... ok test print::colored_print::test::test_print_rules ... ok Cargo.toml +1 test utils::test::test_open_editor ... ok test scan::test::test_run_with_config ... FAILED failures: ---- run::test::test_run_with_pattern stdout ---- thread 'run::test::test_run_with_pattern' panicked at 'assertion failed: run_with_pattern(arg).is_ok()', crates/cli/src/run.rs:273:5 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- scan::test::test_run_with_config stdout ---- thread 'scan::test::test_run_with_config' panicked at 'assertion failed: run_with_config(arg).is_ok()', crates/cli/src/scan.rs:345:5 failures: run::test::test_run_with_pattern scan::test::test_run_with_config test result: FAILED. 27 passed; 2 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.02s error: test failed, to rerun pass `-p ast-grep --lib`