Skip to content

Commit

Permalink
VACMS-1615 reduce facility saves (#1626)
Browse files Browse the repository at this point in the history
* VACMS-1615 Remove '--update' from migration runs.

* VACMS-1615 Adjust count caching to improve migration times.

* VACMS-1615 Adjust facility status group to remove UI warning.

* Add vha facility migration back in.
  • Loading branch information
swirtSJW authored Apr 27, 2020
1 parent 01ddcfc commit 142e0d6
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ migration_group: facility
label: 'Node - National Cemetary Administration Facility'
source:
track_changes: true
cache_counts: true
plugin: url
data_fetcher_plugin: http
data_parser_plugin: json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ migration_group: facility
label: 'Node - Veterans Benefits Administration Facility'
source:
track_changes: true
cache_counts: true
plugin: url
data_fetcher_plugin: http
data_parser_plugin: json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ migration_group: facility
label: 'Node - Vet Centers Facility'
source:
track_changes: true
cache_counts: true
plugin: url
data_fetcher_plugin: http
data_parser_plugin: json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cck_plugin_method: null
migration_tags:
- Content
- Node
migration_group: facility
migration_group: facility_status
label: 'Node - Vet Center Facility Status'
source:
plugin: url
Expand Down Expand Up @@ -54,6 +54,7 @@ source:
keys:
- id
track_changes: true
cache_counts: true
ids:
id:
type: string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
uuid: e2db4c7e-064a-4083-b88d-7f9b13f52273
uuid: e609d96b-f8c9-46bd-a0a7-0498f5a7955b
langcode: en
status: true
dependencies: { }
Expand All @@ -14,6 +14,7 @@ migration_group: facility
label: 'Node - Health Care Local Facility'
source:
track_changes: true
cache_counts: true
plugin: url
data_fetcher_plugin: http
data_parser_plugin: json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ source:
keys:
- id
track_changes: true
skip_count: true
ids:
id:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ status: true
dependencies: { }
id: facility_status
label: facility_status
description: 'These run automatically. DO NOT OPEN THIS IN THE UI ON PROD'
description: 'These run automatically by way of the periodic tasks.'
source_type: 'Disparate CSVs'
module: null
shared_configuration: null
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ label: 'Node - National Cemetary Administration Facility'
# Defines the source of the migration.
source:
track_changes: true
cache_counts: true
plugin: url
data_fetcher_plugin: http
data_parser_plugin: json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ label: 'Node - Veterans Benefits Administration Facility'
# Defines the source of the migration.
source:
track_changes: true
cache_counts: true
plugin: url
data_fetcher_plugin: http
data_parser_plugin: json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ label: 'Node - Vet Centers Facility'
# Defines the source of the migration.
source:
track_changes: true
cache_counts: true
plugin: url
data_fetcher_plugin: http
data_parser_plugin: json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cck_plugin_method: null
migration_tags:
- Content
- Node
migration_group: facility
migration_group: facility_status
label: 'Node - Vet Center Facility Status'
# Defines the source of the migration.
source:
Expand Down Expand Up @@ -58,6 +58,7 @@ source:
keys:
- id
track_changes: true
cache_counts: true
# The unique identifiers that are used to map the source to the destination.
ids:
id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ label: 'Node - Health Care Local Facility'
# Defines the source of the migration.
source:
track_changes: true
cache_counts: true
plugin: url
data_fetcher_plugin: http
data_parser_plugin: json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ source:
keys:
- id
track_changes: true
skip_count: true
# The unique identifiers that are used to map the source to the destination.
ids:
id:
Expand Down
10 changes: 5 additions & 5 deletions tasks-periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@ va/background/daily/migrate/health_care_local_facility:
description: These commands are to run nightly.
command:
- drush $DRUSH_ALIAS migrate-reset-status va_node_health_care_local_facility
- drush $DRUSH_ALIAS migrate-import va_node_health_care_local_facility --update
- drush $DRUSH_ALIAS migrate-import va_node_health_care_local_facility

va/background/daily/migrate/vet_centers_facility:
description: These commands are to run nightly.
command:
- drush $DRUSH_ALIAS migrate-reset-status va_node_facility_vet_centers
- drush $DRUSH_ALIAS migrate-import va_node_facility_vet_centers --update
- drush $DRUSH_ALIAS migrate-import va_node_facility_vet_centers

va/background/daily/migrate/vba_facility:
description: These commands are to run nightly.
command:
- drush $DRUSH_ALIAS migrate-reset-status va_node_facility_vba
- drush $DRUSH_ALIAS migrate-import va_node_facility_vba --update
- drush $DRUSH_ALIAS migrate-import va_node_facility_vba

va/background/daily/migrate/nca_facility:
description: These commands are to run nightly.
command:
- drush $DRUSH_ALIAS migrate-reset-status va_node_facility_nca
- drush $DRUSH_ALIAS migrate-import va_node_facility_nca --update
- drush $DRUSH_ALIAS migrate-import va_node_facility_nca

# Run with: composer yaml-tests --tests-file=tasks-background.yml periodic
# http://jenkins.vfs.va.gov/job/cms/job/cms-periodic
va/background/periodic/migrate/facility_status:
description: Run migrate facility status to run every 15 min as called by Jenkins.
command:
- drush $DRUSH_ALIAS migrate-reset-status va_node_health_care_local_facility_status
- drush $DRUSH_ALIAS migrate-import va_node_health_care_local_facility_status --update
- drush $DRUSH_ALIAS migrate-import va_node_health_care_local_facility_status

va/background/periodic/cron:
description: Run cron every 15 min as called by Jenkins.
Expand Down

7 comments on commit 142e0d6

@va-cms-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Test Failed: va/deploy/0-composer
rm -rf ./docroot/vendor/va-gov/web && composer install --dev --no-interaction --no-progress --ansi | tee /dev/stderr | grep 'Could not apply patch' && exit 1 || true
Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2019-07-25/linkit_modified_patch-118-123.patch
You are using the deprecated option "dev". Dev packages are installed by default now.
Gathering patches for root package.
Removing package drupal/core so that it can be re-installed and re-patched.
  - Removing drupal/core (8.8.4)
Deleting docroot/core - deleted
Removing package drupal/entity_browser so that it can be re-installed and re-patched.
  - Removing drupal/entity_browser (2.4.0)
Deleting docroot/modules/contrib/entity_browser - deleted
Removing package drupal/govdelivery_bulletins so that it can be re-installed and re-patched.
  - Removing drupal/govdelivery_bulletins (1.2.0)
Deleting docroot/modules/contrib/govdelivery_bulletins - deleted
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 9 installs, 1 update, 1 removal
  - Removing drupal/hide_revision_field (2.1.0)
Deleting docroot/modules/contrib/hide_revision_field - deleted
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
  - Installing drupal/core (8.8.4): Cloning 34e59fcf70 from cache
  - Applying patches for drupal/core
    https://www.drupal.org/files/issues/drupal-core-allow-menu-items-to-link-to-unpublished-2807629-7-8.3.x.patch (2807629 - Allow menu items which link to unpublished nodes to be selected in the parent item selector)
    https://www.drupal.org/files/issues/2020-01-07/2893933-34.patch (2893933 - claimItem in the database and memory queues does not use expire correctly)
    https://www.drupal.org/files/issues/2019-09-11/3057267-maintenance-forced-logout-experimental.patch (3057267 - User logout during maintenance mode)
    https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch (2869592 - Disabled update module shouldn't produce a status report warning)
    https://www.drupal.org/files/issues/2019-11-27/2815221-125.patch (2815221 - Add quickedit to the latest-revision route)
    https://www.drupal.org/files/issues/2019-11-05/1356276-531-8.8.x-4.patch (1356276 - Allow profiles to define a base/parent profile and load them in the correct order)
    https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch (2914389 - Allow profiles to exclude dependencies of their parent)

  - Updating drupal/linkit (dev-5.x 9b54704 => 5.0.0-beta8):  Checking out 8.x-5.0-beta8
  - Applying patches for drupal/linkit
    https://www.drupal.org/files/issues/2019-07-25/linkit_modified_patch-118-123.patch (Adds field level linkit functionality.)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2019-07-25/linkit_modified_patch-118-123.patch
    https://www.drupal.org/files/issues/2018-07-19/linkit_autocomplete_not_loaded-2973181-4.patch (Fix broken autocomplete.js loading.)

  - Installing drupal/entity_browser (2.4.0): Loading from cache
  - Applying patches for drupal/entity_browser
    https://www.drupal.org/files/issues/2020-03-31/rendered-entity-cache-keys-tags-3123876-2.patch (Entity display plugin Rendered Entity is missing cache tags/keys)

  - Installing drupal/govdelivery_bulletins (1.2.0): Loading from cache
  - Applying patches for drupal/govdelivery_bulletins
    https://www.drupal.org/files/issues/2020-04-16/default-claim-time-3128425-2.patch (Use default lease time in claimItem())

  - Installing drupal/post_api (dev-1.x 4622e86): Cloning 4622e86655 from cache
  - Installing drupal/slack (1.2.0): Loading from cache
  - Installing va-gov/web (dev-master 8fdb3bd): Cloning 8fdb3bd0ad from cache
  - Installing traviscarden/behat-table-comparison (v0.2.2): Loading from cache
  - Installing acquia/drupal-spec-tool (v2.0.0): Loading from cache
  - Installing drupal/media_entity_generic (1.0.0): Loading from cache
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
Package jaimeperez/twig-configurable-i18n is abandoned, you should avoid using it. Use simplesamlphp/twig-configurable-i18n instead.
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Package zendframework/zend-diactoros is abandoned, you should avoid using it. Use laminas/laminas-diactoros instead.
Package zendframework/zend-escaper is abandoned, you should avoid using it. Use laminas/laminas-escaper instead.
Package zendframework/zend-feed is abandoned, you should avoid using it. Use laminas/laminas-feed instead.
Package zendframework/zend-stdlib is abandoned, you should avoid using it. Use laminas/laminas-stdlib instead.
Generating autoload files
> DrupalComposer\DrupalScaffold\Plugin::scaffold
  - .csslintrc (https://git.drupalcode.org/project/drupal/raw/8.8.4/.csslintrc): Downloading (connecting...)���������������������������Downloading (0%)           ���������������������������Downloading (100%)
  - .editorconfig (https://git.drupalcode.org/project/drupal/raw/8.8.4/.editorconfig): Downloading (connecting...)���������������������������Downloading (0%)           ���������������������������Downloading (100%)
  - .eslintignore (https://git.drupalcode.org/project/drupal/raw/8.8.4/.eslintignore): Downloading (connecting...)���������������������������Downloading (0%)           ���������������������������Downloading (100%)
  - .eslintrc.json (https://git.drupalcode.org/project/drupal/raw/8.8.4/.eslintrc.json): Downloading (connecting...)���������������������������Downloading (0%)           ���������������������������Downloading (100%)
  - .gitattributes (https://git.drupalcode.org/project/drupal/raw/8.8.4/.gitattributes): Downloading (connecting...)���������������������������Downloading (0%)           ���������������������������Downloading (55%)�����������������Downloading (100%)
  - .ht.router.php (https://git.drupalcode.org/project/drupal/raw/8.8.4/.ht.router.php): Downloading (connecting...)���������������������������Downloading (0%)           ���������������������������Downloading (100%)
  - index.php (https://git.drupalcode.org/project/drupal/raw/8.8.4/index.php): Downloading (connecting...)���������������������������Downloading (0%)           ���������������������������Downloading (100%)
  - robots.txt (https://git.drupalcode.org/project/drupal/raw/8.8.4/robots.txt): Downloading (connecting...)���������������������������Downloading (0%)           ���������������������������Downloading (100%)
  - sites/default/default.services.yml (https://git.drupalcode.org/project/drupal/raw/8.8.4/sites/default/default.services.yml): Downloading (connecting...)���������������������������Downloading (0%)           ���������������������������Downloading (100%)
  - sites/default/default.settings.php (https://git.drupalcode.org/project/drupal/raw/8.8.4/sites/default/default.settings.php): Downloading (connecting...)���������������������������Downloading (100%)         ���������
  - sites/development.services.yml (https://git.drupalcode.org/project/drupal/raw/8.8.4/sites/development.services.yml): Downloading (connecting...)���������������������������Downloading (0%)           ���������������������������Downloading (100%)
  - sites/example.settings.local.php (https://git.drupalcode.org/project/drupal/raw/8.8.4/sites/example.settings.local.php): Downloading (connecting...)���������������������������Downloading (0%)           ���������������������������Downloading (70%)�����������������Downloading (100%)
  - sites/example.sites.php (https://git.drupalcode.org/project/drupal/raw/8.8.4/sites/example.sites.php): Downloading (connecting...)���������������������������Downloading (0%)           ���������������������������Downloading (100%)
  - update.php (https://git.drupalcode.org/project/drupal/raw/8.8.4/update.php): Downloading (connecting...)���������������������������Downloading (0%)           ���������������������������Downloading (100%)
  - web.config (https://git.drupalcode.org/project/drupal/raw/8.8.4/web.config): Downloading (connecting...)���������������������������Downloading (0%)           ���������������������������Downloading (100%)
> mkdir --parents docroot/profiles
> cp -r 'hooks/git/.' '.git/hooks/'
> php -r "chmod('.git/hooks/pre-commit', 0777);"
> cp -r 'simplesamlphp-1.17.2/config/' 'docroot/vendor/simplesamlphp/simplesamlphp/'
> cp -r 'simplesamlphp-1.17.2/metadata/' 'docroot/vendor/simplesamlphp/simplesamlphp/'
> echo 'Removing deleted .git/hooks/commit-msg file, no longer used.'
Removing deleted .git/hooks/commit-msg file, no longer used.
> rm -f .git/hooks/commit-msg
> git update-index --skip-worktree samlsessiondb.sq3
> # Preparing Front-end...
> cd bin && ln -sf ../docroot/libraries/yarn/bin/yarn yarn
> node -v
v10.15.3
> npm -v
6.4.1
> yarn -v
1.12.3
> cd web && yarn run install-repos
yarn run v1.12.3
$ ./script/install-repos.sh
Repo vagov-content already cloned.
Done in 0.06s.
> export NODE_EXTRA_CA_CERTS=/etc/pki/tls/certs/ca-bundle.crt PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=TRUE; cd web && yarn install
yarn install v1.12.3
[1/4] Resolving packages...
warning Resolution field "[email protected]" is incompatible with requested version "lodash@^2.4.1"
warning Resolution field "[email protected]" is incompatible with requested version "lodash@~4.16.4"
[2/4] Fetching packages...
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
$ npm rebuild node-sass
npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1588012628239-0.24814450841766833/node but npm is using /var/aegir/projects/demo/eriehealthcare/docroot/vendor/nodejs/nodejs/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.

> [email protected] install /var/aegir/projects/demo/eriehealthcare/docroot/vendor/va-gov/web/node_modules/node-sass
> node scripts/install.js

node-sass build Binary found at /var/aegir/projects/demo/eriehealthcare/docroot/vendor/va-gov/web/node_modules/node-sass/vendor/linux-x64-64/binding.node

> [email protected] postinstall /var/aegir/projects/demo/eriehealthcare/docroot/vendor/va-gov/web/node_modules/node-sass
> node scripts/build.js

Binary found at /var/aegir/projects/demo/eriehealthcare/docroot/vendor/va-gov/web/node_modules/node-sass/vendor/linux-x64-64/binding.node
Testing binary
Binary is fine
[email protected] /var/aegir/projects/demo/eriehealthcare/docroot/vendor/va-gov/web/node_modules/node-sass
Done in 17.63s.
  • On: devshop.cms.va.gov
  • In: 51.879s

@va-cms-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Test Failed: va/deploy/1-cache
drush $DRUSH_ALIAS cr
PDOException: SQLSTATE[HY000] [1045] Access denied for user          [error]
'eriehealthcarede'@'localhost' (using password: YES) in
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:416
Stack trace:
#0
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php(416):
PDO->__construct('mysql:host=loca...', 'eriehealthcared...',
'NfAryU7fEX', Array)
#1
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Core/Database/Database.php(371):
Drupal\Core\Database\Driver\mysql\Connection::open(Array)
#2
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Core/Database/Database.php(166):
Drupal\Core\Database\Database::openConnection('default', 'default')
#3 [internal function]:
Drupal\Core\Database\Database::getConnection('default')
#4
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php(79):
call_user_func_array('Drupal\\Core\\Dat...', Array)
#5
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php(173):
Drupal\Component\DependencyInjection\PhpArrayContainer->createService(Array,
'database')
#6
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php(265):
Drupal\Component\DependencyInjection\Container->get('database', 1)
#7
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php(62):
Drupal\Component\DependencyInjection\PhpArrayContainer->resolveServicesAndParameters(Array)
#8
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php(173):
Drupal\Component\DependencyInjection\PhpArrayContainer->createService(Array,
'cache.container')
#9
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Core/DrupalKernel.php(544):
Drupal\Component\DependencyInjection\Container->get('cache.container')
#10
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Core/DrupalKernel.php(896):
Drupal\Core\DrupalKernel->getCachedContainerDefinition()
#11
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Core/DrupalKernel.php(477):
Drupal\Core\DrupalKernel->initializeContainer()
#12
/var/aegir/projects/demo/eriehealthcare/docroot/core/includes/utility.inc(38):
Drupal\Core\DrupalKernel->boot()
#13
/var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/commands/core/cache.drush.inc(302):
drupal_rebuild(Object(Composer\Autoload\ClassLoader),
Object(Symfony\Component\HttpFoundation\Request))
#14
/var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/includes/command.inc(422):
drush_cache_rebuild()
#15
/var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/includes/command.inc(231):
_drush_invoke_hooks(Array, Array)
#16
/var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/includes/command.inc(199):
drush_command()
#17
/var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/lib/Drush/Boot/BaseBoot.php(67):
drush_dispatch(Array)
#18
/var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/includes/preflight.inc(67):
Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#19
/var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/drush.php(12):
drush_main()
#20 {main}

Next Drupal\Core\Database\DatabaseAccessDeniedException:
SQLSTATE[HY000] [1045] Access denied for user
'eriehealthcarede'@'localhost' (using password: YES) in
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:423
Stack trace:
#0
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Core/Database/Database.php(371):
Drupal\Core\Database\Driver\mysql\Connection::open(Array)
#1
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Core/Database/Database.php(166):
Drupal\Core\Database\Database::openConnection('default', 'default')
#2 [internal function]:
Drupal\Core\Database\Database::getConnection('default')
#3
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php(79):
call_user_func_array('Drupal\\Core\\Dat...', Array)
#4
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php(173):
Drupal\Component\DependencyInjection\PhpArrayContainer->createService(Array,
'database')
#5
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php(265):
Drupal\Component\DependencyInjection\Container->get('database', 1)
#6
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php(62):
Drupal\Component\DependencyInjection\PhpArrayContainer->resolveServicesAndParameters(Array)
#7
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php(173):
Drupal\Component\DependencyInjection\PhpArrayContainer->createService(Array,
'cache.container')
#8
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Core/DrupalKernel.php(544):
Drupal\Component\DependencyInjection\Container->get('cache.container')
#9
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Core/DrupalKernel.php(896):
Drupal\Core\DrupalKernel->getCachedContainerDefinition()
#10
/var/aegir/projects/demo/eriehealthcare/docroot/core/lib/Drupal/Core/DrupalKernel.php(477):
Drupal\Core\DrupalKernel->initializeContainer()
#11
/var/aegir/projects/demo/eriehealthcare/docroot/core/includes/utility.inc(38):
Drupal\Core\DrupalKernel->boot()
#12
/var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/commands/core/cache.drush.inc(302):
drupal_rebuild(Object(Composer\Autoload\ClassLoader),
Object(Symfony\Component\HttpFoundation\Request))
#13
/var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/includes/command.inc(422):
drush_cache_rebuild()
#14
/var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/includes/command.inc(231):
_drush_invoke_hooks(Array, Array)
#15
/var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/includes/command.inc(199):
drush_command()
#16
/var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/lib/Drush/Boot/BaseBoot.php(67):
drush_dispatch(Array)
#17
/var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/includes/preflight.inc(67):
Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#18
/var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/drush.php(12):
drush_main()
#19 {main}
  • On: devshop.cms.va.gov
  • In: 0.359s

@va-cms-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Test Failed: va/deploy/2-update
drush $DRUSH_ALIAS updatedb --yes
Error: Call to undefined function drupal_get_installed_schema_version() in drupal_load_updates() (line 83 of /var/aegir/projects/demo/eriehealthcare/docroot/core/includes/install.inc).
Error: Call to undefined function drupal_get_installed_schema_version() in /var/aegir/projects/demo/eriehealthcare/docroot/core/includes/install.inc on line 83 #0 /var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/commands/core/drupal/update.inc(135): drupal_load_updates()
#1 /var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/commands/core/core.drush.inc(466): update_main()
#2 /var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/includes/command.inc(422): drush_core_updatedb()
#3 /var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/includes/command.inc(231): _drush_invoke_hooks(Array, Array)
#4 /var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/includes/command.inc(199): drush_command()
#5 /var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/lib/Drush/Boot/BaseBoot.php(67): drush_dispatch(Array)
#6 /var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/includes/preflight.inc(67): Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#7 /var/aegir/projects/demo/eriehealthcare/docroot/vendor/drush/drush/drush.php(12): drush_main()
#8 {main}
Drush command terminated abnormally due to an unrecoverable error.   [error]
  • On: devshop.cms.va.gov
  • In: 0.241s

@va-cms-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Test Failed: va/deploy/3-config
drush $DRUSH_ALIAS cim --yes && drush $DRUSH_ALIAS cr
Command config-import needs a higher bootstrap level to run - you    [error]
will need to invoke drush from a more functional Drupal environment
to run this command.
The drush command 'cim' could not be executed.                       [error]
Drush was not able to start (bootstrap) the Drupal database.         [error]
Hint: This may occur when Drush is trying to:
 * bootstrap a site that has not been installed or does not have a
configured database. In this case you can select another site with a
working database setup by specifying the URI to use with the --uri
parameter on the command line. See `drush topic docs-aliases` for
details.
 * connect the database through a socket. The socket file may be
wrong or the php-cli may have no access to it in a jailed shell. See
http://drupal.org/node/1428638 for details.
 * connect to the database through a cli command using the
--defaults-extra-file parameter to pass credentials through a tmp
file. This method can break if other credentials are specified in a
~/.my.cnf file in your home directory. You may have to delete or
rename the ~/.my.cnf file in your home directory.

Drush was attempting to connect to: 
 Drupal version      :  8.8.4                                       
 Site URI            :  http://default                              
 Database driver     :  mysql                                       
 Database hostname   :  localhost                                   
 Database port       :  3306                                        
 Database username   :  eriehealthcarede                            
 Database name       :  eriehealthcarede                            
 PHP executable      :  /usr/bin/php                                
 PHP configuration   :  /etc/php.ini                                
 PHP OS              :  Linux                                       
 Drush script        :  /var/aegir/projects/demo/eriehealthcare/doc 
                        root/vendor/drush/drush/drush.php           
 Drush version       :  8.3.2                                       
 Drush temp          :  /tmp                                        
 directory                                                          
 Drush               :  /var/aegir/projects/demo/eriehealthcare/doc 
 configuration          root/sites/all/drush/drushrc.php            
                        /var/aegir/.drush/drushrc.php               
 Drush alias files   :  /var/aegir/.drush/project_aliases/demo.alia 
                        ses.drushrc.php "                           
                        There are 96 more alias files. Run with     
                        --full to see the full list."               
 Drupal root         :  /var/aegir/projects/demo/eriehealthcare/doc 
                        root                                        
 Drupal Settings     :  sites/default/settings.php                  
 File                                                               
 Site path           :  sites/default                               
 Sync config path    :  ../config/sync
  • On: devshop.cms.va.gov
  • In: 0.184s

@va-cms-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Test Failed: va/tests/accessibility
composer va:test:accessibility
> [email protected] install /var/www/cms/node_modules/phantomjs-prebuilt
> node install.js

PhantomJS not found on PATH
Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2
Saving to /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
Receiving...

Received 22866K total.
Extracting tar contents (via spawned process)
Removing /var/www/cms/node_modules/phantomjs-prebuilt/lib/phantom
Copying extracted folder /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1588014080183/phantomjs-2.1.1-linux-x86_64 -> /var/www/cms/node_modules/phantomjs-prebuilt/lib/phantom
Writing location.js file
Done. Phantomjs binary available at /var/www/cms/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs

> [email protected] postinstall /var/www/cms/node_modules/core-js
> node scripts/postinstall || echo "ignore"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

added 134 packages from 190 contributors and audited 183 packages in 12.198s
found 3 low severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details

> [email protected] test /var/www/cms
> node ./tests/accessibility/aXeAccessibilityCheck.js

!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com 1
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/sections  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/node/add/page  = 2
[ { id: 'duplicate-id',
    impact: 'minor',
    tags: [ 'cat.parsing', 'wcag2a', 'wcag411' ],
    description: 'Ensures every id attribute value is unique',
    help: 'id attribute value must be unique',
    helpUrl:
     'https://dequeuniversity.com/rules/axe/3.3/duplicate-id?application=webdriverjs',
    nodes: [ [Object], [Object] ] },
  { id: 'label',
    impact: 'critical',
    tags:
     [ 'cat.forms',
       'wcag2a',
       'wcag332',
       'wcag131',
       'section508',
       'section508.22.n' ],
    description: 'Ensures every form element has a label',
    help: 'Form elements must have labels',
    helpUrl:
     'https://dequeuniversity.com/rules/axe/3.3/label?application=webdriverjs',
    nodes: [ [Object] ] } ]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/node/add/landing_page  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/node/add/documentation_page  = 1
[ { id: 'label',
    impact: 'critical',
    tags:
     [ 'cat.forms',
       'wcag2a',
       'wcag332',
       'wcag131',
       'section508',
       'section508.22.n' ],
    description: 'Ensures every form element has a label',
    help: 'Form elements must have labels',
    helpUrl:
     'https://dequeuniversity.com/rules/axe/3.3/label?application=webdriverjs',
    nodes: [ [Object] ] } ]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/node/add/event  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/node/add/health_care_local_facility  = 1
[ { id: 'label',
    impact: 'critical',
    tags:
     [ 'cat.forms',
       'wcag2a',
       'wcag332',
       'wcag131',
       'section508',
       'section508.22.n' ],
    description: 'Ensures every form element has a label',
    help: 'Form elements must have labels',
    helpUrl:
     'https://dequeuniversity.com/rules/axe/3.3/label?application=webdriverjs',
    nodes:
     [ [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object] ] } ]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/node/add/health_care_region_detail_page  = 2
[ { id: 'duplicate-id',
    impact: 'minor',
    tags: [ 'cat.parsing', 'wcag2a', 'wcag411' ],
    description: 'Ensures every id attribute value is unique',
    help: 'id attribute value must be unique',
    helpUrl:
     'https://dequeuniversity.com/rules/axe/3.3/duplicate-id?application=webdriverjs',
    nodes: [ [Object], [Object] ] },
  { id: 'label',
    impact: 'critical',
    tags:
     [ 'cat.forms',
       'wcag2a',
       'wcag332',
       'wcag131',
       'section508',
       'section508.22.n' ],
    description: 'Ensures every form element has a label',
    help: 'Form elements must have labels',
    helpUrl:
     'https://dequeuniversity.com/rules/axe/3.3/label?application=webdriverjs',
    nodes: [ [Object] ] } ]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/node/add/health_care_region_page  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/node/add/office  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/node/add/outreach_asset  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/node/add/person_profile  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/node/add/press_release  = 1
[ { id: 'aria-allowed-attr',
    impact: 'critical',
    tags: [ 'cat.aria', 'wcag2a', 'wcag412' ],
    description: 'Ensures ARIA attributes are allowed for an element\'s role',
    help: 'Elements must only use allowed ARIA attributes',
    helpUrl:
     'https://dequeuniversity.com/rules/axe/3.3/aria-allowed-attr?application=webdriverjs',
    nodes: [ [Object] ] } ]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/node/add/regional_health_care_service_des  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/node/add/news_story  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-staging-cms-1188006.us-gov-west-1.elb.amazonaws.com/node/add/support_service  = 0
[]
!!!  VIOLATION TYPES FOUND: 8 PROCESS EXITED WITH CODE 1  !!!
> npm install --only=production
> npm test
Mon, 27 Apr 2020 19:01:24 GMT axe-webdriverjs deprecated Error must be handled as the first argument of axe.analyze. See: #83 at tests/accessibility/aXeAccessibilityCheck.js:44:14
Mon, 27 Apr 2020 19:01:29 GMT axe-webdriverjs deprecated Error must be handled as the first argument of axe.analyze. See: #83 at tests/accessibility/aXeAccessibilityCheck.js:56:42
npm ERR! Test failed.  See above for more details.
Script npm test handling the va:test:accessibility event returned with error code 1
  • On: ip-10-247-34-64
  • In: 02:31

@va-cms-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Test Failed: va/tests/accessibility
composer va:test:accessibility
> [email protected] install /var/www/cms/node_modules/phantomjs-prebuilt
> node install.js

PhantomJS not found on PATH
Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2
Saving to /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
Receiving...

Received 22866K total.
Extracting tar contents (via spawned process)
Removing /var/www/cms/node_modules/phantomjs-prebuilt/lib/phantom
Copying extracted folder /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1588014315005/phantomjs-2.1.1-linux-x86_64 -> /var/www/cms/node_modules/phantomjs-prebuilt/lib/phantom
Writing location.js file
Done. Phantomjs binary available at /var/www/cms/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs

> [email protected] postinstall /var/www/cms/node_modules/core-js
> node scripts/postinstall || echo "ignore"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

added 134 packages from 190 contributors and audited 183 packages in 12.114s
found 3 low severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details

> [email protected] test /var/www/cms
> node ./tests/accessibility/aXeAccessibilityCheck.js

!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com 1
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/sections  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/node/add/page  = 1
[ { id: 'duplicate-id',
    impact: 'minor',
    tags: [ 'cat.parsing', 'wcag2a', 'wcag411' ],
    description: 'Ensures every id attribute value is unique',
    help: 'id attribute value must be unique',
    helpUrl:
     'https://dequeuniversity.com/rules/axe/3.3/duplicate-id?application=webdriverjs',
    nodes: [ [Object], [Object] ] } ]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/node/add/landing_page  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/node/add/documentation_page  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/node/add/event  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/node/add/health_care_local_facility  = 1
[ { id: 'label',
    impact: 'critical',
    tags:
     [ 'cat.forms',
       'wcag2a',
       'wcag332',
       'wcag131',
       'section508',
       'section508.22.n' ],
    description: 'Ensures every form element has a label',
    help: 'Form elements must have labels',
    helpUrl:
     'https://dequeuniversity.com/rules/axe/3.3/label?application=webdriverjs',
    nodes:
     [ [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object] ] } ]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/node/add/health_care_region_detail_page  = 1
[ { id: 'duplicate-id',
    impact: 'minor',
    tags: [ 'cat.parsing', 'wcag2a', 'wcag411' ],
    description: 'Ensures every id attribute value is unique',
    help: 'id attribute value must be unique',
    helpUrl:
     'https://dequeuniversity.com/rules/axe/3.3/duplicate-id?application=webdriverjs',
    nodes: [ [Object], [Object] ] } ]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/node/add/health_care_region_page  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/node/add/office  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/node/add/outreach_asset  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/node/add/person_profile  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/node/add/press_release  = 1
[ { id: 'aria-allowed-attr',
    impact: 'critical',
    tags: [ 'cat.aria', 'wcag2a', 'wcag412' ],
    description: 'Ensures ARIA attributes are allowed for an element\'s role',
    help: 'Elements must only use allowed ARIA attributes',
    helpUrl:
     'https://dequeuniversity.com/rules/axe/3.3/aria-allowed-attr?application=webdriverjs',
    nodes: [ [Object] ] } ]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/node/add/regional_health_care_service_des  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/node/add/news_story  = 0
[]
!!!  NUMBER OF NEW VIOLATIONS on http://internal-dsva-vagov-dev-cms-812329399.us-gov-west-1.elb.amazonaws.com/node/add/support_service  = 0
[]
!!!  VIOLATION TYPES FOUND: 5 PROCESS EXITED WITH CODE 1  !!!
> npm install --only=production
> npm test
Mon, 27 Apr 2020 19:05:19 GMT axe-webdriverjs deprecated Error must be handled as the first argument of axe.analyze. See: #83 at tests/accessibility/aXeAccessibilityCheck.js:44:14
Mon, 27 Apr 2020 19:05:25 GMT axe-webdriverjs deprecated Error must be handled as the first argument of axe.analyze. See: #83 at tests/accessibility/aXeAccessibilityCheck.js:56:42
Failed to inject axe-core into one of the iframes!
Failed to inject axe-core into one of the iframes!
npm ERR! Test failed.  See above for more details.
Script npm test handling the va:test:accessibility event returned with error code 1
  • On: ip-10-247-96-191
  • In: 02:15

@va-cms-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Test Failed: va/background/daily/migrate/health_care_local_facility
drush $DRUSH_ALIAS migrate-reset-status va_node_health_care_local_facility && drush $DRUSH_ALIAS migrate-import va_node_health_care_local_facility
Migration va_node_health_care_local_facility is already Idle           [warning]
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#0)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 0
Retry site build - attempt #0                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#1)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 1
Retry site build - attempt #1                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#2)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 2
Retry site build - attempt #2                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#3)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 3
Retry site build - attempt #3                                          [warning]
Site rebuild request has failed for                                      [error]
http://jenkins.vfs.va.gov/job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&amp;use_latest_release=true
with an Exception, check log for more information. If this is the
PROD environment please notify in #cms-engineering Slack and please
email [email protected] immediately with the error message you see
here.
GuzzleHttp\Exception\ClientException: Client error: `POST                [error]
http://jenkins.vfs.va.gov` resulted in a `403 Forbidden` response:
HTTP/1.1 403 Forbidden
X-Content-Type-Options: nosniff
Cache-Control: must-revalidate,no-cache,no-store
Content-Type: (truncated...)
 in GuzzleHttp\Exception\RequestException::create() (line 113 of
/var/www/cms/docroot/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php).
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#0)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 0
Retry site build - attempt #0                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#1)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 1
Retry site build - attempt #1                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#2)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 2
Retry site build - attempt #2                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#3)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 3
Retry site build - attempt #3                                          [warning]
Site rebuild request has failed for                                      [error]
http://jenkins.vfs.va.gov/job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&amp;use_latest_release=true
with an Exception, check log for more information. If this is the
PROD environment please notify in #cms-engineering Slack and please
email [email protected] immediately with the error message you see
here.
GuzzleHttp\Exception\ClientException: Client error: `POST                [error]
http://jenkins.vfs.va.gov` resulted in a `403 Forbidden` response:
HTTP/1.1 403 Forbidden
X-Content-Type-Options: nosniff
Cache-Control: must-revalidate,no-cache,no-store
Content-Type: (truncated...)
 in GuzzleHttp\Exception\RequestException::create() (line 113 of
/var/www/cms/docroot/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php).
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#0)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 0
Retry site build - attempt #0                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#1)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 1
Retry site build - attempt #1                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#2)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 2
Retry site build - attempt #2                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#3)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 3
Retry site build - attempt #3                                          [warning]
Site rebuild request has failed for                                      [error]
http://jenkins.vfs.va.gov/job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&amp;use_latest_release=true
with an Exception, check log for more information. If this is the
PROD environment please notify in #cms-engineering Slack and please
email [email protected] immediately with the error message you see
here.
GuzzleHttp\Exception\ClientException: Client error: `POST                [error]
http://jenkins.vfs.va.gov` resulted in a `403 Forbidden` response:
HTTP/1.1 403 Forbidden
X-Content-Type-Options: nosniff
Cache-Control: must-revalidate,no-cache,no-store
Content-Type: (truncated...)
 in GuzzleHttp\Exception\RequestException::create() (line 113 of
/var/www/cms/docroot/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php).
* Hostname in DNS cache was stale, zapped
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#0)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 0
Retry site build - attempt #0                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#1)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 1
Retry site build - attempt #1                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#2)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 2
Retry site build - attempt #2                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#3)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 3
Retry site build - attempt #3                                          [warning]
Site rebuild request has failed for                                      [error]
http://jenkins.vfs.va.gov/job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&amp;use_latest_release=true
with an Exception, check log for more information. If this is the
PROD environment please notify in #cms-engineering Slack and please
email [email protected] immediately with the error message you see
here.
GuzzleHttp\Exception\ClientException: Client error: `POST                [error]
http://jenkins.vfs.va.gov` resulted in a `403 Forbidden` response:
HTTP/1.1 403 Forbidden
X-Content-Type-Options: nosniff
Cache-Control: must-revalidate,no-cache,no-store
Content-Type: (truncated...)
 in GuzzleHttp\Exception\RequestException::create() (line 113 of
/var/www/cms/docroot/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php).
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#0)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 0
Retry site build - attempt #0                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#1)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 1
Retry site build - attempt #1                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#2)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 2
Retry site build - attempt #2                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#3)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 3
Retry site build - attempt #3                                          [warning]
Site rebuild request has failed for                                      [error]
http://jenkins.vfs.va.gov/job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&amp;use_latest_release=true
with an Exception, check log for more information. If this is the
PROD environment please notify in #cms-engineering Slack and please
email [email protected] immediately with the error message you see
here.
GuzzleHttp\Exception\ClientException: Client error: `POST                [error]
http://jenkins.vfs.va.gov` resulted in a `403 Forbidden` response:
HTTP/1.1 403 Forbidden
X-Content-Type-Options: nosniff
Cache-Control: must-revalidate,no-cache,no-store
Content-Type: (truncated...)
 in GuzzleHttp\Exception\RequestException::create() (line 113 of
/var/www/cms/docroot/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php).
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#0)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 0
Retry site build - attempt #0                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#1)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 1
Retry site build - attempt #1                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#2)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 2
Retry site build - attempt #2                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#3)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 3
Retry site build - attempt #3                                          [warning]
Site rebuild request has failed for                                      [error]
http://jenkins.vfs.va.gov/job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&amp;use_latest_release=true
with an Exception, check log for more information. If this is the
PROD environment please notify in #cms-engineering Slack and please
email [email protected] immediately with the error message you see
here.
GuzzleHttp\Exception\ClientException: Client error: `POST                [error]
http://jenkins.vfs.va.gov` resulted in a `403 Forbidden` response:
HTTP/1.1 403 Forbidden
X-Content-Type-Options: nosniff
Cache-Control: must-revalidate,no-cache,no-store
Content-Type: (truncated...)
 in GuzzleHttp\Exception\RequestException::create() (line 113 of
/var/www/cms/docroot/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php).
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#0)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 0
Retry site build - attempt #0                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#1)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 1
Retry site build - attempt #1                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#2)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 2
Retry site build - attempt #2                                          [warning]
* Hostname jenkins.vfs.va.gov was found in DNS cache
*   Trying 172.31.1.100...
* TCP_NODELAY set
* Connected to jenkins.vfs.va.gov (172.31.1.100) port 80 (#3)
* Server auth using Basic with user 'va-cms-bot'
> POST /job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&use_latest_release=true HTTP/1.1
Host: jenkins.vfs.va.gov
Authorization: Basic dmEtY21zLWJvdDo2ZDA0NWNhYzMyZGRlZTAzMjM3Mjk4ZDg0YmYyNjI2NDM1NzRhMTYw
Content-Length: 0
User-Agent: GuzzleHttp/6.5.1 curl/7.61.1 PHP/7.1.33
Accept: text/plain
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue

< HTTP/1.1 403 Forbidden
< X-Content-Type-Options: nosniff
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/plain;charset=iso-8859-1
< Content-Length: 214
< Connection: close
< Server: Jetty(9.4.27.v20200227)
< 
* Closing connection 3
Retry site build - attempt #3                                          [warning]
Site rebuild request has failed for                                      [error]
http://jenkins.vfs.va.gov/job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&amp;use_latest_release=true
with an Exception, check log for more information. If this is the
PROD environment please notify in #cms-engineering Slack and please
email [email protected] immediately with the error message you see
here.
GuzzleHttp\Exception\ClientException: Client error: `POST                [error]
http://jenkins.vfs.va.gov` resulted in a `403 Forbidden` response:
HTTP/1.1 403 Forbidden
X-Content-Type-Options: nosniff
Cache-Control: must-revalidate,no-cache,no-store
Content-Type: (truncated...)
 in GuzzleHttp\Exception\RequestException::create() (line 113 of
/var/www/cms/docroot/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php).
Site rebuild request has failed for                                      [error]
http://jenkins.vfs.va.gov/job/deploys/job/vets-gov-autodeploy-vets-website/buildWithParameters?release_wait=5&amp;use_latest_release=true
with an Exception, check log for more information. If this is the
PROD environment please notify in #cms-engineering Slack and please
email [email protected] immediately with the error message you see
here.
  • On: ip-10-247-33-41
  • In: 02:27:29

Please sign in to comment.