Skip to content

Release and Deploy Passport #132

Release and Deploy Passport

Release and Deploy Passport #132

Manually triggered November 21, 2023 12:05
Status Failure
Total duration 4h 18m 51s
Artifacts

release_and_deploy_passport.yml

on: workflow_dispatch
Load Commit Ref
0s
Load Commit Ref
Deploy  /  ...  /  Dockerize
8m 37s
Deploy / Dockerize / Dockerize
Deploy  /  ...  /  Deploy to Branch
7s
Deploy / Staging Frontend / Deploy to Branch
Deploy  /  ...  /  Deploy to AWS
1m 55s
Deploy / Staging Backend / Deploy to AWS
Deploy  /  Production Approval Pending
3s
Deploy / Production Approval Pending
Deploy  /  ...  /  Deploy to Branch
6s
Deploy / Production Frontend / Deploy to Branch
Deploy  /  ...  /  Deploy to AWS
35s
Deploy / Production Backend / Deploy to AWS
Deploy  /  release
0s
Deploy / release
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
nutrina
approved Nov 21, 2023
Production

Annotations

1 error and 12 warnings
Deploy / Production Backend / Deploy to AWS
code: -2 stdout: stderr: Command failed with exit code 255: pulumi up --yes --skip-preview --parallel 2147483647 --exec-agent pulumi/actions@v3 --color auto --exec-kind auto.local --stack gitcoin/dpopp/production --non-interactive Updating (gitcoin/production) View Live: https://app.pulumi.com/gitcoin/dpopp/production/updates/101 pulumi:pulumi:Stack dpopp-production running @ Updating........... awsx:x:ecs:Cluster gitcoin awsx:x:ec2:SecurityGroup gitcoin-service awsx:x:ec2:Vpc gitcoin aws:lb:ApplicationLoadBalancer gitcoin-service awsx:x:ecs:FargateTaskDefinition dpopp-iam awsx:x:ecs:FargateService dpopp-iam aws:iam:Role dpoppEcsRole aws:cloudwatch:LogGroup dpopp-iam @ Updating.... ++ aws:acm:Certificate cert creating replacement (0s) [diff: ~domainName] awsx:x:ec2:SecurityGroup gitcoin aws:sns:Topic pagerduty awsx:lb:ApplicationTargetGroup web-target aws:ecs:Cluster gitcoin ++ aws:acm:Certificate cert creating replacement (0s) [diff: ~domainName]; error: 1 error occurred: ++ aws:acm:Certificate cert **creating failed** [diff: ~domainName]; error: 1 error occurred: pulumi:pulumi:Stack dpopp-production running error: update failed pulumi:pulumi:Stack dpopp-production **failed** 1 error awsx:lb:ApplicationTargetGroup web-target awsx:x:ec2:SecurityGroup gitcoin aws:lb:ApplicationLoadBalancer gitcoin-service awsx:x:ec2:Vpc gitcoin awsx:x:ecs:FargateTaskDefinition dpopp-iam Diagnostics: pulumi:pulumi:Stack (dpopp-production): error: update failed aws:acm:Certificate (cert): error: 1 error occurred: * Error requesting certificate: ValidationException: 1 validation error detected: Value 'undefined' at 'domainName' failed to satisfy constraint: Member must satisfy regular expression pattern: ^(\*\.)?(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$ Outputs: - clusterId : "arn:aws:ecs:us-east-1:559026686882:cluster/gitcoin-c4bf46a" - dockerGtcPassportIamImage: "***:5c285ebf" - vpcID : "vpc-0d7343e3c90cdb147" - vpcPrivateSubnetIds : [ - [0]: "subnet-06cb183e8e085c2d4" - [1]: "subnet-0ad8d65d181c459fa" ] - vpcPublicSubnet1 : "subnet-049c5baec1c6fba58" - vpcPublicSubnetIds : [ - [0]: "subnet-049c5baec1c6fba58" - [1]: "subnet-08142ee09dcd21992" ] Resources: 13 unchanged Duration: 10s err?: Error: Command failed with exit code 255: pulumi up --yes --skip-preview --parallel 2147483647 --exec-agent pulumi/actions@v3 --color auto --exec-kind auto.local --stack gitcoin/dpopp/production --non-interactive Updating (gitcoin/production) View Live: https://app.pulumi.com/gitcoin/dpopp/production/updates/101 pulumi:pulumi:Stack dpopp-production running @ Updating........... awsx:x:ecs:Cluster gitcoin awsx:x:ec2:SecurityGroup gitcoin-service awsx:x:ec2:Vpc gitcoin aws:lb:ApplicationLoadBalancer gitcoin-service awsx:x:ecs:FargateTaskDefinition dpopp-iam awsx:x:ecs:FargateService dpopp-iam aws:iam:Role dpoppEcsRole aws:cloudwatch:LogGroup dpopp-iam @ Updating.... ++ aws:acm:Certificate cert creating replacement (0s) [diff: ~domainName] awsx:x:ec2:SecurityGroup gitcoin aws:sns:Topic pagerduty awsx:lb:ApplicationTargetGroup web-target aws:ecs:Cluster gitcoin ++ aws:acm:Certificate cert creating replacement (0s) [diff: ~domainName]; error: 1 error occurred: ++ aws:acm:Certificate cert **creating failed** [diff: ~domainName]; error: 1 error occurred: pulumi:pulumi:Stack dpopp-production running error: update failed pulumi:pulumi:Stack dpopp-production **failed** 1 error awsx:lb:ApplicationTargetGroup web-target awsx:x:ec2:SecurityGroup gitcoin aws:lb:ApplicationLoadBalancer gitcoin-service awsx:x:ec2:Vpc gitcoin awsx:x:ecs:FargateTaskDefinition dpopp-iam Diagnostics: pulumi:pulumi:Stack (dpopp-production): error: update failed aws:acm:Certificate (cert
Deploy / Test: iam/src/index.ts#L667
Promise returned in function argument where a void return was expected
Deploy / Test: iam/src/scripts/buildProviderBitMapInfo.ts#L20
Unexpected console statement
Deploy / Test: iam/src/scripts/buildProviderBitMapInfo.ts#L27
Unexpected console statement
Deploy / Test: iam/src/scripts/buildProviderBitMapInfo.ts#L30
Unexpected console statement
Deploy / Test: iam/src/utils/easFees.ts#L41
Unexpected console statement
Deploy / Dockerize / Dockerize
The following actions uses node12 which is deprecated and will be forced to run on node16: aws-actions/configure-aws-credentials@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deploy / Dockerize / Dockerize
Your docker password is not masked. See https://github.com/aws-actions/amazon-ecr-login#docker-credentials for more information.
Deploy / Dockerize / Dockerize
Your docker password is not masked. See https://github.com/aws-actions/amazon-ecr-login#docker-credentials for more information.
Deploy / Dockerize / Dockerize
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Deploy / Dockerize / Dockerize
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Deploy / Staging Backend / Deploy to AWS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, pulumi/actions@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deploy / Production Backend / Deploy to AWS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, pulumi/actions@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/