git-xargs icon indicating copy to clipboard operation
git-xargs copied to clipboard

Possible error when running repeated attempts on single repo

Open rhoboat opened this issue 2 years ago • 3 comments

The PR was opened successfully: https://github.com/gruntwork-io/terraform-aws-ci/pull/448, but this error was still thrown. Also the report didn't get generated correctly.

git-xargs \
--loglevel debug \
--repo gruntwork-io/terraform-aws-ci \
--branch-name update-pr-template9 \
--seconds-between-prs 3 \
~/Development/repos/prototypes/git-xargs-assets/scripts/pull-request-template.sh
[git-xargs] INFO[2022-05-25T10:40:03-07:00] git-xargs running...
[git-xargs] DEBU[2022-05-25T10:40:03-07:00] Looking up filename provided repo             Name=terraform-aws-ci Organization=gruntwork-io
[git-xargs] DEBU[2022-05-25T10:40:03-07:00] Successfully fetched repo                     Name=terraform-aws-ci Organization=gruntwork-io
[git-xargs] DEBU[2022-05-25T10:40:03-07:00] Repo will have all targeted scripts run against it  Repository=terraform-aws-ci
[git-xargs] DEBU[2022-05-25T10:40:03-07:00] Attempting to clone repository using GITHUB_OAUTH_TOKEN  Repo=terraform-aws-ci
[git-xargs] DEBU[2022-05-25T10:40:05-07:00] Enumerating objects: 10181, done.
Counting objects: 100% (231/231), done.
Compressing objects: 100% (136/136), done.
Total 10181 (delta 105), reused 199 (delta 89), pack-reused 9950  Repo=terraform-aws-ci
[git-xargs] DEBU[2022-05-25T10:40:05-07:00] Created branch                                Branch Name=refs/heads/update-pr-template9 Repo=terraform-aws-ci
[git-xargs] DEBU[2022-05-25T10:40:05-07:00]                                               Repo=terraform-aws-ci
[git-xargs] DEBU[2022-05-25T10:40:05-07:00] Executing command against local clone of repo...  Command="[/Users/rhozen/Development/repos/prototypes/git-xargs-assets/scripts/pull-request-template.sh]" Directory=/var/folders/l0/nr3fgm0j39zchyhxy4gpsyz80000gn/T/git-xargs-terraform-aws-ci385613384 Repo=terraform-aws-ci
[git-xargs] DEBU[2022-05-25T10:40:05-07:00] Output of command [/Users/rhozen/Development/repos/prototypes/git-xargs-assets/scripts/pull-request-template.sh] for repo terraform-aws-ci in directory /var/folders/l0/nr3fgm0j39zchyhxy4gpsyz80000gn/T/git-xargs-terraform-aws-ci385613384:
[git-xargs] DEBU[2022-05-25T10:40:05-07:00] Local repository worktree no longer clean, will stage and add new files and commit changes  Repo=terraform-aws-ci
[git-xargs] DEBU[2022-05-25T10:40:06-07:00] Successfully pushed local branch to remote origin  Repo=terraform-aws-ci
[git-xargs] INFO[2022-05-25T10:40:06-07:00] Repository successfully processed             Repo name=terraform-aws-ci
ERROR: sync: WaitGroup is reused before previous Wait has returned

Command that was run:

#!/usr/bin/env bash 

set -e

readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

cp -r "$SCRIPT_DIR/../data/github-templates/pr-template.md" "./.github/pull_request_template.md"

rhoboat avatar May 25 '22 17:05 rhoboat

This might be a non-issue! Here's the original output from the first time I ran this command, and I ended up misreading the output, and re-running repos that already had this done, I think! 27 PRs were opened, and I reran the ones in the list of (11) that initially failed. I shouldn't have had to do that.



[/Users/rhozen/Development/repos/prototypes/git-xargs-assets/scripts/pull-request-template.sh]

REPO SELECTION METHOD USED FOR THIS RUN - (see README.md for more information)

repos-file
 REPOS SUPPLIED VIA --repos FILE FLAG
[git-xargs] DEBU[2022-05-25T10:37:01-07:00] pullRequestWorker received pull request job. Delay: 60 seconds. Retries: 2 for repo: terraform-aws-openvpn on branch: refs/heads/update-pr-template
[git-xargs] DEBU[2022-05-25T10:37:01-07:00] Throttled pull request worker delaying 60 seconds before attempting to re-open pr against repo: terraform-aws-openvpn
│─────────────────────────│───────────────────────────────────────────│
│ ORGANIZATION NAME (36)  │ URL                                       │
│─────────────────────────│───────────────────────────────────────────│
│ gruntwork-io            │ terraform-aws-utilities                   │
│ gruntwork-io            │ terraform-aws-vpc                         │
│ gruntwork-io            │ terraform-aws-asg                         │
│ gruntwork-io            │ terraform-aws-server                      │
│ gruntwork-io            │ terraform-aws-lambda                      │
│ gruntwork-io            │ terraform-aws-security                    │
│ gruntwork-io            │ terraform-aws-load-balancer               │
│ gruntwork-io            │ terragrunt-infrastructure-modules-example │
│ gruntwork-io            │ terragrunt-infrastructure-live-example    │
│ gruntwork-io            │ terraform-aws-data-storage                │
│ gruntwork-io            │ terraform-aws-cache                       │
│ gruntwork-io            │ terraform-aws-messaging                   │
│ gruntwork-io            │ terraform-aws-static-assets               │
│ gruntwork-io            │ terraform-aws-monitoring                  │
│ gruntwork-io            │ terraform-aws-openvpn                     │
│ gruntwork-io            │ terraform-aws-ecs                         │
│ gruntwork-io            │ terraform-aws-ci                          │
│ gruntwork-io            │ terraform-aws-eks                         │
│ gruntwork-io            │ terraform-aws-cis-service-catalog         │
│ gruntwork-io            │ terraform-kubernetes-namespace            │
│ gruntwork-io            │ terraform-aws-service-catalog             │
│ gruntwork-io            │ terraform-aws-architecture-catalog        │
│ gruntwork-io            │ infrastructure-as-code-training           │
│ gruntwork-io            │ infrastructure-as-code-testing-talk       │
│ gruntwork-io            │ intro-to-terraform                        │
│ gruntwork-io            │ terraform-aws-ci-steampipe                │
│ gruntwork-io            │ aws-sample-app                            │
│ gruntwork-io            │ cloud-nuke                                │
│ gruntwork-io            │ git-xargs                                 │
│ gruntwork-io            │ gruntwork                                 │
│ gruntwork-io            │ gruntwork-installer                       │
│ gruntwork-io            │ helm-kubernetes-services                  │
│ gruntwork-io            │ kubergrunt                                │
│ gruntwork-io            │ terraform-kubernetes-namespace            │
│ gruntwork-io            │ terragrunt                                │
│ gruntwork-io            │ terratest                                 │
│─────────────────────────│───────────────────────────────────────────│

 ALL REPOS THAT WERE TARGETED FOR PROCESSING AFTER FILTERING MISSING / MALFORMED REPOS
│───────────────────────────────────────────│───────────────────────────────────────────────────────────────────────────│
│ REPO NAME (35)                            │ REPO URL                                                                  │
│───────────────────────────────────────────│───────────────────────────────────────────────────────────────────────────│
│ terraform-aws-utilities                   │ https://github.com/gruntwork-io/terraform-aws-utilities                   │
│ terraform-aws-vpc                         │ https://github.com/gruntwork-io/terraform-aws-vpc                         │
│ terraform-aws-asg                         │ https://github.com/gruntwork-io/terraform-aws-asg                         │
│ terraform-aws-server                      │ https://github.com/gruntwork-io/terraform-aws-server                      │
│ terraform-aws-lambda                      │ https://github.com/gruntwork-io/terraform-aws-lambda                      │
│ terraform-aws-security                    │ https://github.com/gruntwork-io/terraform-aws-security                    │
│ terraform-aws-load-balancer               │ https://github.com/gruntwork-io/terraform-aws-load-balancer               │
│ terragrunt-infrastructure-modules-example │ https://github.com/gruntwork-io/terragrunt-infrastructure-modules-example │
│ terragrunt-infrastructure-live-example    │ https://github.com/gruntwork-io/terragrunt-infrastructure-live-example    │
│ terraform-aws-data-storage                │ https://github.com/gruntwork-io/terraform-aws-data-storage                │
│ terraform-aws-cache                       │ https://github.com/gruntwork-io/terraform-aws-cache                       │
│ terraform-aws-messaging                   │ https://github.com/gruntwork-io/terraform-aws-messaging                   │
│ terraform-aws-static-assets               │ https://github.com/gruntwork-io/terraform-aws-static-assets               │
│ terraform-aws-monitoring                  │ https://github.com/gruntwork-io/terraform-aws-monitoring                  │
│ terraform-aws-openvpn                     │ https://github.com/gruntwork-io/terraform-aws-openvpn                     │
│ terraform-aws-ecs                         │ https://github.com/gruntwork-io/terraform-aws-ecs                         │
│ terraform-aws-ci                          │ https://github.com/gruntwork-io/terraform-aws-ci                          │
│ terraform-aws-eks                         │ https://github.com/gruntwork-io/terraform-aws-eks                         │
│ terraform-aws-cis-service-catalog         │ https://github.com/gruntwork-io/terraform-aws-cis-service-catalog         │
│ terraform-kubernetes-namespace            │ https://github.com/gruntwork-io/terraform-kubernetes-namespace            │
│ terraform-aws-service-catalog             │ https://github.com/gruntwork-io/terraform-aws-service-catalog             │
│ terraform-aws-architecture-catalog        │ https://github.com/gruntwork-io/terraform-aws-architecture-catalog        │
│ infrastructure-as-code-training           │ https://github.com/gruntwork-io/infrastructure-as-code-training           │
│ infrastructure-as-code-testing-talk       │ https://github.com/gruntwork-io/infrastructure-as-code-testing-talk       │
│ intro-to-terraform                        │ https://github.com/gruntwork-io/intro-to-terraform                        │
│ terraform-aws-ci-steampipe                │ https://github.com/gruntwork-io/terraform-aws-ci-steampipe                │
│ aws-sample-app                            │ https://github.com/gruntwork-io/aws-sample-app                            │
│ cloud-nuke                                │ https://github.com/gruntwork-io/cloud-nuke                                │
│ git-xargs                                 │ https://github.com/gruntwork-io/git-xargs                                 │
│ gruntwork                                 │ https://github.com/gruntwork-io/gruntwork                                 │
│ gruntwork-installer                       │ https://github.com/gruntwork-io/gruntwork-installer                       │
│ helm-kubernetes-services                  │ https://github.com/gruntwork-io/helm-kubernetes-services                  │
│ kubergrunt                                │ https://github.com/gruntwork-io/kubergrunt                                │
│ terragrunt                                │ https://github.com/gruntwork-io/terragrunt                                │
│ terratest                                 │ https://github.com/gruntwork-io/terratest                                 │
│───────────────────────────────────────────│───────────────────────────────────────────────────────────────────────────│


 REPOS THAT WERE SUCCESSFULLY CLONED TO THE LOCAL FILESYSTEM
│───────────────────────────────────────────│───────────────────────────────────────────────────────────────────────────│
│ REPO NAME (35)                            │ REPO URL                                                                  │
│───────────────────────────────────────────│───────────────────────────────────────────────────────────────────────────│
│ terragrunt-infrastructure-live-example    │ https://github.com/gruntwork-io/terragrunt-infrastructure-live-example    │
│ terraform-kubernetes-namespace            │ https://github.com/gruntwork-io/terraform-kubernetes-namespace            │
│ infrastructure-as-code-training           │ https://github.com/gruntwork-io/infrastructure-as-code-training           │
│ terragrunt-infrastructure-modules-example │ https://github.com/gruntwork-io/terragrunt-infrastructure-modules-example │
│ intro-to-terraform                        │ https://github.com/gruntwork-io/intro-to-terraform                        │
│ gruntwork-installer                       │ https://github.com/gruntwork-io/gruntwork-installer                       │
│ cloud-nuke                                │ https://github.com/gruntwork-io/cloud-nuke                                │
│ infrastructure-as-code-testing-talk       │ https://github.com/gruntwork-io/infrastructure-as-code-testing-talk       │
│ terraform-aws-load-balancer               │ https://github.com/gruntwork-io/terraform-aws-load-balancer               │
│ terraform-aws-ci-steampipe                │ https://github.com/gruntwork-io/terraform-aws-ci-steampipe                │
│ helm-kubernetes-services                  │ https://github.com/gruntwork-io/helm-kubernetes-services                  │
│ terraform-aws-messaging                   │ https://github.com/gruntwork-io/terraform-aws-messaging                   │
│ git-xargs                                 │ https://github.com/gruntwork-io/git-xargs                                 │
│ terraform-aws-cache                       │ https://github.com/gruntwork-io/terraform-aws-cache                       │
│ terraform-aws-lambda                      │ https://github.com/gruntwork-io/terraform-aws-lambda                      │
│ terraform-aws-static-assets               │ https://github.com/gruntwork-io/terraform-aws-static-assets               │
│ terraform-aws-monitoring                  │ https://github.com/gruntwork-io/terraform-aws-monitoring                  │
│ aws-sample-app                            │ https://github.com/gruntwork-io/aws-sample-app                            │
│ terraform-aws-data-storage                │ https://github.com/gruntwork-io/terraform-aws-data-storage                │
│ terraform-aws-vpc                         │ https://github.com/gruntwork-io/terraform-aws-vpc                         │
│ terraform-aws-server                      │ https://github.com/gruntwork-io/terraform-aws-server                      │
│ terraform-aws-architecture-catalog        │ https://github.com/gruntwork-io/terraform-aws-architecture-catalog        │
│ terraform-aws-ci                          │ https://github.com/gruntwork-io/terraform-aws-ci                          │
│ terraform-aws-openvpn                     │ https://github.com/gruntwork-io/terraform-aws-openvpn                     │
│ terraform-aws-utilities                   │ https://github.com/gruntwork-io/terraform-aws-utilities                   │
│ terraform-aws-security                    │ https://github.com/gruntwork-io/terraform-aws-security                    │
│ gruntwork                                 │ https://github.com/gruntwork-io/gruntwork                                 │
│ terraform-aws-service-catalog             │ https://github.com/gruntwork-io/terraform-aws-service-catalog             │
│ kubergrunt                                │ https://github.com/gruntwork-io/kubergrunt                                │
│ terratest                                 │ https://github.com/gruntwork-io/terratest                                 │
│ terraform-aws-asg                         │ https://github.com/gruntwork-io/terraform-aws-asg                         │
│ terragrunt                                │ https://github.com/gruntwork-io/terragrunt                                │
│ terraform-aws-cis-service-catalog         │ https://github.com/gruntwork-io/terraform-aws-cis-service-catalog         │
│ terraform-aws-eks                         │ https://github.com/gruntwork-io/terraform-aws-eks                         │
│ terraform-aws-ecs                         │ https://github.com/gruntwork-io/terraform-aws-ecs                         │
│───────────────────────────────────────────│───────────────────────────────────────────────────────────────────────────│


 REPOS FOR WHICH THE SUPPLIED COMMAND RAISED AN ERROR DURING EXECUTION
│───────────────────────────────────────────│───────────────────────────────────────────────────────────────────────────│
│ REPO NAME (6)                             │ REPO URL                                                                  │
│───────────────────────────────────────────│───────────────────────────────────────────────────────────────────────────│
│ terragrunt-infrastructure-modules-example │ https://github.com/gruntwork-io/terragrunt-infrastructure-modules-example │
│ terraform-aws-ci-steampipe                │ https://github.com/gruntwork-io/terraform-aws-ci-steampipe                │
│ cloud-nuke                                │ https://github.com/gruntwork-io/cloud-nuke                                │
│ terraform-aws-utilities                   │ https://github.com/gruntwork-io/terraform-aws-utilities                   │
│ terraform-aws-service-catalog             │ https://github.com/gruntwork-io/terraform-aws-service-catalog             │
│ terragrunt                                │ https://github.com/gruntwork-io/terragrunt                                │
│───────────────────────────────────────────│───────────────────────────────────────────────────────────────────────────│


 REPOS THAT SHOWED FILE CHANGES TO THEIR WORKING DIRECTORY FOLLOWING COMMAND EXECUTION
│────────────────────────────────────────│────────────────────────────────────────────────────────────────────────│
│ REPO NAME (29)                         │ REPO URL                                                               │
│────────────────────────────────────────│────────────────────────────────────────────────────────────────────────│
│ terragrunt-infrastructure-live-example │ https://github.com/gruntwork-io/terragrunt-infrastructure-live-example │
│ terraform-kubernetes-namespace         │ https://github.com/gruntwork-io/terraform-kubernetes-namespace         │
│ intro-to-terraform                     │ https://github.com/gruntwork-io/intro-to-terraform                     │
│ infrastructure-as-code-testing-talk    │ https://github.com/gruntwork-io/infrastructure-as-code-testing-talk    │
│ terraform-aws-load-balancer            │ https://github.com/gruntwork-io/terraform-aws-load-balancer            │
│ gruntwork-installer                    │ https://github.com/gruntwork-io/gruntwork-installer                    │
│ infrastructure-as-code-training        │ https://github.com/gruntwork-io/infrastructure-as-code-training        │
│ helm-kubernetes-services               │ https://github.com/gruntwork-io/helm-kubernetes-services               │
│ git-xargs                              │ https://github.com/gruntwork-io/git-xargs                              │
│ terraform-aws-cache                    │ https://github.com/gruntwork-io/terraform-aws-cache                    │
│ terraform-aws-messaging                │ https://github.com/gruntwork-io/terraform-aws-messaging                │
│ terraform-aws-static-assets            │ https://github.com/gruntwork-io/terraform-aws-static-assets            │
│ terraform-aws-lambda                   │ https://github.com/gruntwork-io/terraform-aws-lambda                   │
│ aws-sample-app                         │ https://github.com/gruntwork-io/aws-sample-app                         │
│ terraform-aws-monitoring               │ https://github.com/gruntwork-io/terraform-aws-monitoring               │
│ terraform-aws-data-storage             │ https://github.com/gruntwork-io/terraform-aws-data-storage             │
│ terraform-aws-vpc                      │ https://github.com/gruntwork-io/terraform-aws-vpc                      │
│ terraform-aws-server                   │ https://github.com/gruntwork-io/terraform-aws-server                   │
│ terraform-aws-architecture-catalog     │ https://github.com/gruntwork-io/terraform-aws-architecture-catalog     │
│ terraform-aws-ci                       │ https://github.com/gruntwork-io/terraform-aws-ci                       │
│ terraform-aws-openvpn                  │ https://github.com/gruntwork-io/terraform-aws-openvpn                  │
│ terraform-aws-security                 │ https://github.com/gruntwork-io/terraform-aws-security                 │
│ gruntwork                              │ https://github.com/gruntwork-io/gruntwork                              │
│ kubergrunt                             │ https://github.com/gruntwork-io/kubergrunt                             │
│ terratest                              │ https://github.com/gruntwork-io/terratest                              │
│ terraform-aws-asg                      │ https://github.com/gruntwork-io/terraform-aws-asg                      │
│ terraform-aws-cis-service-catalog      │ https://github.com/gruntwork-io/terraform-aws-cis-service-catalog      │
│ terraform-aws-eks                      │ https://github.com/gruntwork-io/terraform-aws-eks                      │
│ terraform-aws-ecs                      │ https://github.com/gruntwork-io/terraform-aws-ecs                      │
│────────────────────────────────────────│────────────────────────────────────────────────────────────────────────│


 REPOS WHOSE TOOL-SPECIFIC BRANCH CONTAINING CHANGES FAILED TO PUSH TO REMOTE ORIGIN
│────────────────────────────────│────────────────────────────────────────────────────────────────│
│ REPO NAME                      │ REPO URL                                                       │
│────────────────────────────────│────────────────────────────────────────────────────────────────│
│ terraform-kubernetes-namespace │ https://github.com/gruntwork-io/terraform-kubernetes-namespace │
│────────────────────────────────│────────────────────────────────────────────────────────────────│


 REPOS WHERE OPENING A PULL REQUEST WAS SKIPPED BECAUSE A PULL REQUEST WAS ALREADY OPEN
│───────────────────│───────────────────────────────────────────────────│
│ REPO NAME         │ REPO URL                                          │
│───────────────────│───────────────────────────────────────────────────│
│ terraform-aws-eks │ https://github.com/gruntwork-io/terraform-aws-eks │
│───────────────────│───────────────────────────────────────────────────│


 REPOS WHOSE SPECIFIED BRANCHES DID NOT EXIST ON THE REMOTE, AND SO WERE FIRST CREATED LOCALLY
│───────────────────────────────────────────│───────────────────────────────────────────────────────────────────────────│
│ REPO NAME (34)                            │ REPO URL                                                                  │
│───────────────────────────────────────────│───────────────────────────────────────────────────────────────────────────│
│ terragrunt-infrastructure-live-example    │ https://github.com/gruntwork-io/terragrunt-infrastructure-live-example    │
│ terragrunt-infrastructure-modules-example │ https://github.com/gruntwork-io/terragrunt-infrastructure-modules-example │
│ infrastructure-as-code-testing-talk       │ https://github.com/gruntwork-io/infrastructure-as-code-testing-talk       │
│ intro-to-terraform                        │ https://github.com/gruntwork-io/intro-to-terraform                        │
│ terraform-aws-ci-steampipe                │ https://github.com/gruntwork-io/terraform-aws-ci-steampipe                │
│ infrastructure-as-code-training           │ https://github.com/gruntwork-io/infrastructure-as-code-training           │
│ terraform-kubernetes-namespace            │ https://github.com/gruntwork-io/terraform-kubernetes-namespace            │
│ terraform-aws-load-balancer               │ https://github.com/gruntwork-io/terraform-aws-load-balancer               │
│ gruntwork-installer                       │ https://github.com/gruntwork-io/gruntwork-installer                       │
│ cloud-nuke                                │ https://github.com/gruntwork-io/cloud-nuke                                │
│ helm-kubernetes-services                  │ https://github.com/gruntwork-io/helm-kubernetes-services                  │
│ git-xargs                                 │ https://github.com/gruntwork-io/git-xargs                                 │
│ terraform-aws-messaging                   │ https://github.com/gruntwork-io/terraform-aws-messaging                   │
│ terraform-aws-cache                       │ https://github.com/gruntwork-io/terraform-aws-cache                       │
│ terraform-aws-static-assets               │ https://github.com/gruntwork-io/terraform-aws-static-assets               │
│ terraform-aws-lambda                      │ https://github.com/gruntwork-io/terraform-aws-lambda                      │
│ aws-sample-app                            │ https://github.com/gruntwork-io/aws-sample-app                            │
│ terraform-aws-monitoring                  │ https://github.com/gruntwork-io/terraform-aws-monitoring                  │
│ terraform-aws-data-storage                │ https://github.com/gruntwork-io/terraform-aws-data-storage                │
│ terraform-aws-vpc                         │ https://github.com/gruntwork-io/terraform-aws-vpc                         │
│ terraform-aws-server                      │ https://github.com/gruntwork-io/terraform-aws-server                      │
│ terraform-aws-architecture-catalog        │ https://github.com/gruntwork-io/terraform-aws-architecture-catalog        │
│ terraform-aws-ci                          │ https://github.com/gruntwork-io/terraform-aws-ci                          │
│ terraform-aws-openvpn                     │ https://github.com/gruntwork-io/terraform-aws-openvpn                     │
│ terraform-aws-utilities                   │ https://github.com/gruntwork-io/terraform-aws-utilities                   │
│ terraform-aws-security                    │ https://github.com/gruntwork-io/terraform-aws-security                    │
│ gruntwork                                 │ https://github.com/gruntwork-io/gruntwork                                 │
│ kubergrunt                                │ https://github.com/gruntwork-io/kubergrunt                                │
│ terraform-aws-service-catalog             │ https://github.com/gruntwork-io/terraform-aws-service-catalog             │
│ terratest                                 │ https://github.com/gruntwork-io/terratest                                 │
│ terraform-aws-asg                         │ https://github.com/gruntwork-io/terraform-aws-asg                         │
│ terraform-aws-cis-service-catalog         │ https://github.com/gruntwork-io/terraform-aws-cis-service-catalog         │
│ terragrunt                                │ https://github.com/gruntwork-io/terragrunt                                │
│ terraform-aws-ecs                         │ https://github.com/gruntwork-io/terraform-aws-ecs                         │
│───────────────────────────────────────────│───────────────────────────────────────────────────────────────────────────│


 REPOS WHOSE INITIAL PULL REQUEST FAILED TO BE CREATED DUE TO GITHUB RATE LIMITS
│────────────────────────────────────│────────────────────────────────────────────────────────────────────│
│ REPO NAME (11)                     │ REPO URL                                                           │
│────────────────────────────────────│────────────────────────────────────────────────────────────────────│
│ terraform-aws-static-assets        │ https://github.com/gruntwork-io/terraform-aws-static-assets        │
│ terraform-aws-lambda               │ https://github.com/gruntwork-io/terraform-aws-lambda               │
│ terraform-aws-cache                │ https://github.com/gruntwork-io/terraform-aws-cache                │
│ aws-sample-app                     │ https://github.com/gruntwork-io/aws-sample-app                     │
│ terraform-aws-monitoring           │ https://github.com/gruntwork-io/terraform-aws-monitoring           │
│ terraform-aws-data-storage         │ https://github.com/gruntwork-io/terraform-aws-data-storage         │
│ terraform-aws-vpc                  │ https://github.com/gruntwork-io/terraform-aws-vpc                  │
│ terraform-aws-server               │ https://github.com/gruntwork-io/terraform-aws-server               │
│ terraform-aws-architecture-catalog │ https://github.com/gruntwork-io/terraform-aws-architecture-catalog │
│ terraform-aws-ci                   │ https://github.com/gruntwork-io/terraform-aws-ci                   │
│ terraform-aws-openvpn              │ https://github.com/gruntwork-io/terraform-aws-openvpn              │
│────────────────────────────────────│────────────────────────────────────────────────────────────────────│


*****************************************************
  PULL REQUESTS OPENED
*****************************************************
│────────────────────────────────────────│────────────────────────────────────────────────────────────────────────────────│
│ REPO NAME (27)                         │ PR URL                                                                         │
│────────────────────────────────────────│────────────────────────────────────────────────────────────────────────────────│
│ helm-kubernetes-services               │ https://github.com/gruntwork-io/helm-kubernetes-services/pull/138              │
│ gruntwork                              │ https://github.com/gruntwork-io/gruntwork/pull/120                             │
│ terraform-aws-cache                    │ https://github.com/gruntwork-io/terraform-aws-cache/pull/78                    │
│ terraform-aws-data-storage             │ https://github.com/gruntwork-io/terraform-aws-data-storage/pull/248            │
│ terraform-aws-server                   │ https://github.com/gruntwork-io/terraform-aws-server/pull/158                  │
│ intro-to-terraform                     │ https://github.com/gruntwork-io/intro-to-terraform/pull/27                     │
│ terragrunt-infrastructure-live-example │ https://github.com/gruntwork-io/terragrunt-infrastructure-live-example/pull/76 │
│ terraform-aws-architecture-catalog     │ https://github.com/gruntwork-io/terraform-aws-architecture-catalog/pull/722    │
│ terraform-aws-ci                       │ https://github.com/gruntwork-io/terraform-aws-ci/pull/448                      │
│ terraform-aws-cis-service-catalog      │ https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/pull/359     │
│ gruntwork-installer                    │ https://github.com/gruntwork-io/gruntwork-installer/pull/74                    │
│ terraform-kubernetes-namespace         │ https://github.com/gruntwork-io/terraform-kubernetes-namespace/pull/20         │
│ terraform-aws-load-balancer            │ https://github.com/gruntwork-io/terraform-aws-load-balancer/pull/153           │
│ infrastructure-as-code-training        │ https://github.com/gruntwork-io/infrastructure-as-code-training/pull/43        │
│ git-xargs                              │ https://github.com/gruntwork-io/git-xargs/pull/73                              │
│ terraform-aws-security                 │ https://github.com/gruntwork-io/terraform-aws-security/pull/673                │
│ terraform-aws-ecs                      │ https://github.com/gruntwork-io/terraform-aws-ecs/pull/347                     │
│ terraform-aws-monitoring               │ https://github.com/gruntwork-io/terraform-aws-monitoring/pull/252              │
│ infrastructure-as-code-testing-talk    │ https://github.com/gruntwork-io/infrastructure-as-code-testing-talk/pull/28    │
│ terraform-aws-messaging                │ https://github.com/gruntwork-io/terraform-aws-messaging/pull/79                │
│ terraform-aws-static-assets            │ https://github.com/gruntwork-io/terraform-aws-static-assets/pull/106           │
│ terraform-aws-vpc                      │ https://github.com/gruntwork-io/terraform-aws-vpc/pull/269                     │
│ terratest                              │ https://github.com/gruntwork-io/terratest/pull/1129                            │
│ terraform-aws-asg                      │ https://github.com/gruntwork-io/terraform-aws-asg/pull/154                     │
│ kubergrunt                             │ https://github.com/gruntwork-io/kubergrunt/pull/163                            │
│ terraform-aws-lambda                   │ https://github.com/gruntwork-io/terraform-aws-lambda/pull/132                  │
│ aws-sample-app                         │ https://github.com/gruntwork-io/aws-sample-app/pull/40                         │
│────────────────────────────────────────│────────────────────────────────────────────────────────────────────────────────│

rhoboat avatar May 25 '22 17:05 rhoboat

Oh, my original list of repos had 36 lines. 36-27=9. So only 9 failed... Are those 9 in a list in the original output?

rhoboat avatar May 25 '22 17:05 rhoboat

There's a list of 6 that failed, and I can do a diff to figure out the rest. But in terms of this error, it might be something you'd very rarely run into, and therefore probably not enough to spend time on yet.

rhoboat avatar May 25 '22 17:05 rhoboat