department-of-veterans-affairs / va.gov-cms

Editor-centered management for Veteran-centered content.
https://prod.cms.va.gov
GNU General Public License v2.0
96 stars 70 forks source link

Error Building CMS Application in Jenkins #18516

Closed 7hunderbird closed 4 weeks ago

7hunderbird commented 1 month ago

User Story or Problem Statement

The build job that prepares the base machine image for the CMS deploy is failing to complete.

Description or Additional Context

It appears that this is due to the datadog gpg key expiring.

7hunderbird commented 1 month ago
7hunderbird commented 1 month ago

The test job calls a build. It's set to retry 3 times.

At this time it's failing 3 different ways:

  1. Wait for cloud-init to complete
  2. Install latest datadog-agent package
  3. Check out Drupal to the docroot

Wait for cloud-init to complete

Check out Drupal to the docroot

Install latest datadog-agent package


Individual Failures

16:22:13  TASK [_launch-bake : Wait for cloud-init to complete] **************************
16:22:13  Monday 15 July 2024  16:22:12 +0000 (0:00:10.308)       0:00:25.260 *********** 
16:22:13  [WARNING]: Unhandled error in Python interpreter discovery for host localhost:
16:22:13  Failed to connect to the host via ssh: Warning: Permanently added
16:22:13  'ec2-3-31-59-28.us-gov-west-1.compute.amazonaws.com,3.31.59.28' (ECDSA) to the
16:22:13  list of known hosts.  Permission denied (publickey,gssapi-keyex,gssapi-with-
16:22:13  mic).
16:22:13  
16:22:14  fatal: [localhost]: UNREACHABLE! => changed=false 
16:22:14    msg: |-
16:22:14      Data could not be sent to remote host "ec2-3-31-59-28.us-gov-west-1.compute.amazonaws.com". Make sure this host can be reached over ssh: Warning: Permanently added 'ec2-3-31-59-28.us-gov-west-1.compute.amazonaws.com,3.31.59.28' (ECDSA) to the list of known hosts.
16:22:14      Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
16:22:14    unreachable: true
16:22:14
7hunderbird commented 1 month ago

I think I "closed" this when I meant to select "Comment" to save changes.