atmos 1.16.0 -> 1.35.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-0avXxiBFUEwl0FOVS6WoYk2aOIKL2Z0wdmD9tTgn518= 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. - varfiles/$PROJECT_NAME.tfvars.json 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:93: Error Trace: /build/source/pkg/atlantis/atlantis_generate_repo_config_test.go:93 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.114s FAIL