gleam 0.25.3 -> 0.26.2 https://github.com/gleam-lang/gleam/releases attrpath: gleam 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-IOZEdoQ5cqXjhgqNzOg4h5t8i3JDxfjamLFdesEy9Z8= 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 gleam nix build failed. failures: ---- fs::tests::git_init_already_in_git stdout ---- thread 'fs::tests::git_init_already_in_git' panicked at 'assertion failed: git.exists()', compiler-cli/src/fs/tests.rs:30:5 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- fs::tests::git_init_success stdout ---- thread 'fs::tests::git_init_success' panicked at 'assertion failed: git.exists()', compiler-cli/src/fs/tests.rs:21:5 ---- fs::tests::is_inside_git_work_tree_ok stdout ---- thread 'fs::tests::is_inside_git_work_tree_ok' panicked at 'assertion failed: super::is_inside_git_work_tree(path).unwrap()', compiler-cli/src/fs/tests.rs:10:5 ---- new::tests::new stdout ---- thread 'new::tests::new' panicked at 'assertion failed: path.join(\".git\").exists()', compiler-cli/src/new/tests.rs:21:5 ---- new::tests::new_with_skip_github stdout ---- thread 'new::tests::new_with_skip_github' panicked at 'assertion failed: path.join(\".git\").exists()', compiler-cli/src/new/tests.rs:74:5 failures: fs::tests::git_init_already_in_git fs::tests::git_init_success fs::tests::is_inside_git_work_tree_ok new::tests::new new::tests::new_with_skip_github test result: FAILED. 17 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s error: test failed, to rerun pass `-p gleam --bin gleam`