atmos 1.16.0 -> 1.30.0 https://github.com/cloudposse/atmos/releases attrpath: atmos Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = sha256-vZwADD7fi9ZvJby9Ijdeueid8jRfUyyj6Nu4kgkO5Wo= [golangModuleVersion] Replaced vendorHash with sha256-qTnbnhMwY64/UVXgRC4oLThGpVUSgYgxNC7UfFhovjQ= 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 atmos nix build failed. apply_requirements: - approved workflows: workflow-1: apply: steps: - run: terraform apply $PLANFILE plan: steps: - run: terraform init - run: terraform workspace select $WORKSPACE || terraform workspace new $WORKSPACE - run: terraform plan -out $PLANFILE -var-file varfiles/$PROJECT_NAME.tfvars.json workflow-2: apply: steps: - run: terraform apply $PLANFILE plan: steps: - run: terraform init -reconfigure - run: terraform workspace select $WORKSPACE || terraform workspace new $WORKSPACE - run: terraform plan -out $PLANFILE -var-file varfiles/$PROJECT_NAME.tfvars.json --- FAIL: TestExecuteAtlantisGenerateRepoConfigAffectedOnly (0.00s) atlantis_generate_repo_config_test.go:91: Error Trace: /build/source/pkg/atlantis/atlantis_generate_repo_config_test.go:91 Error: Expected nil, but got: the local repo is not a Git repository. Check that it was initialized and has '.git' folder: repository does not exist Test: TestExecuteAtlantisGenerateRepoConfigAffectedOnly FAIL FAIL github.com/cloudposse/atmos/pkg/atlantis 0.109s FAIL