Skip to content

Actually use new service #14705

Actually use new service

Actually use new service #14705

GitHub Actions / Test Results failed May 14, 2024 in 0s

10 fail, 51 skipped, 19 353 pass in 40m 37s

    13 files  ±0      13 suites  ±0   40m 37s ⏱️ -26s
19 414 tests ±0  19 353 ✅  - 10  51 💤 ±0  10 ❌ +10 
19 686 runs  ±0  19 625 ✅  - 10  51 💤 ±0  10 ❌ +10 

Results for commit d8e6acf. ± Comparison against earlier commit 3f68448.

Annotations

Check warning on line 0 in ./spec/sidekiq/vre/submit1900_job_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

VRE::Submit1900Job#perform calls claim.add_claimant_info (spec.sidekiq.vre.submit1900_job_spec) failed

Test Results/rspec11.xml [took 2s]
Raw output
undefined method `generate_sentry_details' for #<VRE::Submit1900Job:0x00007fd6bdbf1c10>
\e[1mFailure/Error: \e[0m'VRE::Submit1900Job failed, retrying...', :warn, generate_sentry_details(e)

NoMethodError:
  undefined method `generate_sentry_details' for #<VRE::Submit1900Job:0x00007fd6bdbf1c10>
./app/sidekiq/vre/submit1900_job.rb:27:in `rescue in perform'
./app/sidekiq/vre/submit1900_job.rb:20:in `perform'
./spec/sidekiq/vre/submit1900_job_spec.rb:7:in `block (3 levels) in <top (required)>'
./spec/sidekiq/vre/submit1900_job_spec.rb:18:in `block (3 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'
------------------
--- Caused by: ---
VCR::Errors::UnhandledHTTPRequestError:
  
  
  ================================================================================
  An HTTP request has been made that VCR does not know how to handle:
    POST https://fake_url.com/suite/webapi/form281900
  
  There is currently no cassette in use. There are a few ways
  you can configure VCR to handle this request:
  
    * If you're surprised VCR is raising this error
      and want insight about how VCR attempted to handle the request,
      you can use the debug_logger configuration option to log more details [1].
    * If you want VCR to record this request and play it back during future test
      runs, you should wrap your test (or this portion of your test) in a
      `VCR.use_cassette` block [2].
    * If you only want VCR to handle requests made while a cassette is in use,
      configure `allow_http_connections_when_no_cassette = true`. VCR will
      ignore this request since it is made when there is no cassette [3].
    * If you want VCR to ignore this request (and others like it), you can
      set an `ignore_request` callback [4].
  
  [1] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/debug-logging
  [2] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/getting-started
  [3] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/allow-http-connections-when-no-cassette
  [4] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/ignore-request
  ================================================================================
  /usr/local/bundle/gems/vcr-6.2.0/lib/vcr/request_handler.rb:97:in `on_unhandled_request'

Check warning on line 0 in ./spec/lib/pdf_fill/filler_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

PdfFill::Filler#fill_ancillary_form form 21-4142 with kitchen_sink test data fills the form correctly (spec.lib.pdf_fill.filler_spec) failed

Test Results/rspec6.xml [took 3s]
Raw output
pdftk failed with command /usr/bin/pdftk tmp/pdfs/21-4142_1.pdf dump_data_fields command output was: Error: Invalid PDF: trailer not found. Error: Failed to open input PDF file:     tmp/pdfs/21-4142_1.pdf Done.  Input errors, so no output created.
\e[1mFailure/Error: \e[0mpdf_forms.get_fields(pdf)

PdfForms::PdftkError:
  pdftk failed with command
  /usr/bin/pdftk tmp/pdfs/21-4142_1.pdf dump_data_fields
  command output was:
  Error: Invalid PDF: trailer not found.
  Error: Failed to open input PDF file: 
     tmp/pdfs/21-4142_1.pdf
  Done.  Input errors, so no output created.
/usr/local/bundle/gems/pdf-forms-1.5.0/lib/pdf_forms/pdftk_wrapper.rb:98:in `call_pdftk'
/usr/local/bundle/gems/pdf-forms-1.5.0/lib/pdf_forms/pdf.rb:35:in `read_fields'
/usr/local/bundle/gems/pdf-forms-1.5.0/lib/pdf_forms/pdf.rb:23:in `fields'
/usr/local/bundle/gems/pdf-forms-1.5.0/lib/pdf_forms/pdftk_wrapper.rb:74:in `get_fields'
./spec/support/pdf_fill_helper.rb:10:in `block in pdfs_fields_match?'
./spec/support/pdf_fill_helper.rb:8:in `each'
./spec/support/pdf_fill_helper.rb:8:in `pdfs_fields_match?'
./spec/lib/pdf_fill/filler_spec.rb:167:in `block (7 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
./spec/spec_helper.rb:169:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

SavedClaim::VeteranReadinessEmploymentClaim#send_to_vre when user has no PID PDF is sent to Central Mail and not VBMS (spec.models.saved_claim.veteran_readiness_employment_claim_spec) failed

Test Results/rspec7.xml [took 0s]
Raw output
#<VeteranReadinessEmploymentMailer (class)> received :build with unexpected arguments   expected: (nil, "[email protected]", true)        got: (nil, "[email protected]", true) Diff: @@ -1 +1 @@ -[nil, "[email protected]", true] +[nil, "[email protected]", true]
\e[1mFailure/Error: \e[0mVeteranReadinessEmploymentMailer.build(user.participant_id, email_addr, @sent_to_cmp).deliver_later if user.present?

  #<VeteranReadinessEmploymentMailer (class)> received :build with unexpected arguments
    expected: (nil, "[email protected]", true)
         got: (nil, "[email protected]", true)
  Diff:
  @@ -1 +1 @@
  -[nil, "[email protected]", true]
  +[nil, "[email protected]", true]
  
./app/models/saved_claim/veteran_readiness_employment_claim.rb:174:in `send_to_res'
./app/models/saved_claim/veteran_readiness_employment_claim.rb:134:in `send_to_vre'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:61:in `block (3 levels) in <top (required)>'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:160:in `block (4 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

SavedClaim::VeteranReadinessEmploymentClaim#send_to_vre when VBMS upload is successful non-submission to VRE stops submission if location is not in list (spec.models.saved_claim.veteran_readiness_employment_claim_spec) failed

Test Results/rspec7.xml [took 2s]
Raw output
uninitialized constant SavedClaim::VeteranReadinessEmploymentClaim::RES
\e[1mFailure/Error: \e[0mservice = RES::Ch31Form.new(user:, claim: self)

NameError:
  uninitialized constant SavedClaim::VeteranReadinessEmploymentClaim::RES
./app/models/saved_claim/veteran_readiness_employment_claim.rb:176:in `send_to_res'
./app/models/saved_claim/veteran_readiness_employment_claim.rb:134:in `send_to_vre'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:143:in `block (6 levels) in <top (required)>'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr.rb:194:in `use_cassette'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:135:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

SavedClaim::VeteranReadinessEmploymentClaim#send_to_vre when VBMS upload is successful submission to VRE sends confirmation email (spec.models.saved_claim.veteran_readiness_employment_claim_spec) failed

Test Results/rspec7.xml [took 2s]
Raw output
uninitialized constant SavedClaim::VeteranReadinessEmploymentClaim::RES
\e[1mFailure/Error: \e[0mservice = RES::Ch31Form.new(user:, claim: self)

NameError:
  uninitialized constant SavedClaim::VeteranReadinessEmploymentClaim::RES
./app/models/saved_claim/veteran_readiness_employment_claim.rb:176:in `send_to_res'
./app/models/saved_claim/veteran_readiness_employment_claim.rb:134:in `send_to_vre'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:128:in `block (6 levels) in <top (required)>'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr.rb:194:in `use_cassette'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:124:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

SavedClaim::VeteranReadinessEmploymentClaim#send_to_vre when VBMS upload is successful submission to VRE successfully sends to VRE (spec.models.saved_claim.veteran_readiness_employment_claim_spec) failed

Test Results/rspec7.xml [took 2s]
Raw output
uninitialized constant SavedClaim::VeteranReadinessEmploymentClaim::RES
\e[1mFailure/Error: \e[0mservice = RES::Ch31Form.new(user:, claim: self)

NameError:
  uninitialized constant SavedClaim::VeteranReadinessEmploymentClaim::RES
./app/models/saved_claim/veteran_readiness_employment_claim.rb:176:in `send_to_res'
./app/models/saved_claim/veteran_readiness_employment_claim.rb:134:in `send_to_vre'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:102:in `block (6 levels) in <top (required)>'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr.rb:194:in `use_cassette'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:100:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

SavedClaim::VeteranReadinessEmploymentClaim#send_to_vre when VBMS upload is successful submission to VRE does not successfully send to VRE (spec.models.saved_claim.veteran_readiness_employment_claim_spec) failed

Test Results/rspec7.xml [took 2s]
Raw output
uninitialized constant SavedClaim::VeteranReadinessEmploymentClaim::RES
\e[1mFailure/Error: \e[0mservice = RES::Ch31Form.new(user:, claim: self)

NameError:
  uninitialized constant SavedClaim::VeteranReadinessEmploymentClaim::RES
./app/models/saved_claim/veteran_readiness_employment_claim.rb:176:in `send_to_res'
./app/models/saved_claim/veteran_readiness_employment_claim.rb:134:in `send_to_vre'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:114:in `block (6 levels) in <top (required)>'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr.rb:194:in `use_cassette'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:112:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

SavedClaim::VeteranReadinessEmploymentClaim#send_to_vre when VBMS response is VBMSDownForMaintenance does not raise an error (spec.models.saved_claim.veteran_readiness_employment_claim_spec) failed

Test Results/rspec7.xml [took 2s]
Raw output
Expected raised exception \e[33m#<NameError "uninitialized constant SavedClaim::VeteranReadinessEmploymentClaim::RES">\e[0m              not to match \e[35ma kind of Exception\e[0m
\e[1mFailure/Error: \e[0mexpect { subject }.not_to raise_error

  Expected raised exception \e[33m#<NameError "uninitialized constant SavedClaim::VeteranReadinessEmploymentClaim::RES">\e[0m
               not to match \e[35ma kind of Exception\e[0m
/usr/local/bundle/gems/super_diff-0.11.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:80:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr.rb:194:in `use_cassette'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:78:in `block (4 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

SavedClaim::VeteranReadinessEmploymentClaim#send_to_vre when VBMS response is VBMSDownForMaintenance calls #send_to_central_mail! (spec.models.saved_claim.veteran_readiness_employment_claim_spec) failed

Test Results/rspec7.xml [took 2s]
Raw output
uninitialized constant SavedClaim::VeteranReadinessEmploymentClaim::RES
\e[1mFailure/Error: \e[0mservice = RES::Ch31Form.new(user:, claim: self)

NameError:
  uninitialized constant SavedClaim::VeteranReadinessEmploymentClaim::RES
./app/models/saved_claim/veteran_readiness_employment_claim.rb:176:in `send_to_res'
./app/models/saved_claim/veteran_readiness_employment_claim.rb:134:in `send_to_vre'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:61:in `block (3 levels) in <top (required)>'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:73:in `block (5 levels) in <top (required)>'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'
/usr/local/bundle/gems/vcr-6.2.0/lib/vcr.rb:194:in `use_cassette'
./spec/models/saved_claim/veteran_readiness_employment_claim_spec.rb:71:in `block (4 levels) in <top (required)>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'

Check warning on line 0 in ./modules/appeals_api/spec/docs/supplemental_claims/v0_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Supplemental Claims /forms/200995/{id}/download get Success behaves like rswag example Success (modules.appeals_api.spec.docs.supplemental_claims.v0_spec) failed

Test Results/rspec12.xml [took 3s]
Raw output
Expected response code '500' to match '200' Response body: {"errors":[{"title":"Internal server error","detail":"Internal server error","code":"500","status":"500","meta":{"exception":"pdftk failed with command\n/usr/bin/pdftk /tmp/44444444-5555-6666-7777-888888888888-tmp multistamp /tmp/6841e3072bca100b987774f376ceed51.pdf output /tmp/44444444-5555-6666-7777-888888888888-overlaid-form-fill-tmp.pdf\ncommand output was:\nError: Invalid PDF: trailer not found.\nError: Failed to open input PDF file: \n   /tmp/44444444-5555-6666-7777-888888888888-tmp\nErrors encountered.  No output created.\nDone.  Input errors, so no output created.\n","backtrace":["/usr/local/bundle/gems/pdf-forms-1.5.0/lib/pdf_forms/pdftk_wrapper.rb:98:in `call_pdftk'","/usr/local/bundle/gems/pdf-forms-1.5.0/lib/pdf_forms/pdftk_wrapper.rb:137:in `multistamp'","/srv/vets-api/src/modules/appeals_api/app/services/appeals_api/pdf_construction/supplemental_claim/v3/structure.rb:46:in `insert_overlaid_pages'","/srv/vets-api/src/modules/appeals_api/app/services/appeals_api/pdf_construction/generator.rb:42:in `fill_unique_form_fields'","/srv/vets-api/src/modules/appeals_api/app/services/appeals_api/pdf_construction/generator.rb:16:in `generate'","/srv/vets-api/src/modules/appeals_api/app/controllers/concerns/appeals_api/pdf_downloads.rb:30:in `render_appeal_pdf_download'","/srv/vets-api/src/modules/appeals_api/app/controllers/appeals_api/supplemental_claims/v0/supplemental_claims_controller.rb:86:in `download'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/abstract_controller/base.rb:224:in `process_action'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal/rendering.rb:165:in `process_action'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/abstract_controller/callbacks.rb:259:in `block in process_action'","/usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:110:in `run_callbacks'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/abstract_controller/callbacks.rb:258:in `process_action'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal/rescue.rb:25:in `process_action'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal/instrumentation.rb:74:in `block in process_action'","/usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/notifications.rb:206:in `block in instrument'","/usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/notifications/instrumenter.rb:58:in `instrument'","/usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/notifications.rb:206:in `instrument'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal/instrumentation.rb:73:in `process_action'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal/params_wrapper.rb:261:in `process_action'","/usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/railties/controller_runtime.rb:32:in `process_action'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/abstract_controller/base.rb:160:in `process'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal.rb:227:in `dispatch'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal.rb:309:in `dispatch'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/routing/route_set.rb:32:in `serve'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:51:in `block in serve'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:131:in `block in find_routes'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:124:in `each'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:124:in `find_routes'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:32:in `serve'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/routing/route_set.rb:882:in `call'","/usr/local/bundle/gems/railties-7.1.3.2/lib/rails/engine.rb:536:in `call'","/usr/local/bundle/gems/railties-7.1.3.2/lib/rails/railtie.rb:226:in `public_send'","/usr/local/bundle/gems/railties-7.1.3.2/lib/rails/railtie.rb:226:in `method_missing'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/routing/mapper.rb:22:in `block in <class:Constraints>'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/routing/mapper.rb:51:in `serve'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:51:in `block in serve'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:131:in `block in find_routes'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:124:in `each'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:124:in `find_routes'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:32:in `serve'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/routing/route_set.rb:882:in `call'","/usr/local/bundle/gems/rack-attack-6.7.0/lib/rack/attack.rb:103:in `call'","/usr/local/bundle/gems/warden-1.2.9/lib/warden/manager.rb:36:in `block in call'","/usr/local/bundle/gems/warden-1.2.9/lib/warden/manager.rb:34:in `catch'","/usr/local/bundle/gems/warden-1.2.9/lib/warden/manager.rb:34:in `call'","/usr/local/bundle/gems/rack-2.2.8.1/lib/rack/session/abstract/id.rb:266:in `context'","/usr/local/bundle/gems/rack-2.2.8.1/lib/rack/session/abstract/id.rb:260:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/cookies.rb:689:in `call'","/usr/local/bundle/gems/rack-attack-6.7.0/lib/rack/attack.rb:127:in `call'","/srv/vets-api/src/lib/statsd_middleware.rb:156:in `call'","/usr/local/bundle/gems/olive_branch-4.0.1/lib/olive_branch/middleware.rb:64:in `call'","/srv/vets-api/src/lib/olive_branch_patch.rb:9:in `call'","/usr/local/bundle/gems/rack-2.2.8.1/lib/rack/etag.rb:27:in `call'","/usr/local/bundle/gems/rack-2.2.8.1/lib/rack/conditional_get.rb:27:in `call'","/usr/local/bundle/gems/rack-2.2.8.1/lib/rack/head.rb:12:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'","/usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:101:in `run_callbacks'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/callbacks.rb:28:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/executor.rb:14:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/actionable_exceptions.rb:16:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'","/usr/local/bundle/gems/rails_semantic_logger-4.14.0/lib/rails_semantic_logger/rack/logger.rb:45:in `call_app'","/usr/local/bundle/gems/rails_semantic_logger-4.14.0/lib/rails_semantic_logger/rack/logger.rb:28:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/remote_ip.rb:92:in `call'","/usr/local/bundle/gems/request_store-1.6.0/lib/request_store/middleware.rb:19:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/request_id.rb:28:in `call'","/usr/local/bundle/gems/rack-2.2.8.1/lib/rack/runtime.rb:22:in `call'","/usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/executor.rb:14:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/static.rb:25:in `call'","/usr/local/bundle/gems/rack-2.2.8.1/lib/rack/sendfile.rb:110:in `call'","/usr/local/bundle/gems/rack-cors-2.0.2/lib/rack/cors.rb:102:in `call'","/srv/vets-api/src/lib/http_method_not_allowed.rb:13:in `call'","/usr/local/bundle/gems/utf8-cleaner-1.0.0/lib/utf8-cleaner/middleware.rb:21:in `call'","/usr/local/bundle/gems/railties-7.1.3.2/lib/rails/engine.rb:536:in `call'","/usr/local/bundle/gems/rack-test-2.1.0/lib/rack/test.rb:360:in `process_request'","/usr/local/bundle/gems/rack-test-2.1.0/lib/rack/test.rb:153:in `request'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/testing/integration.rb:288:in `process'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/testing/integration.rb:16:in `get'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/testing/integration.rb:379:in `get'","/usr/local/bundle/gems/rswag-specs-2.13.0/lib/rswag/specs/example_helpers.rb:20:in `submit_request'","/srv/vets-api/src/modules/appeals_api/spec/support/doc_helpers.rb:97:in `block (3 levels) in <module:DocHelpers>'","/srv/vets-api/src/modules/appeals_api/spec/support/doc_helpers.rb:63:in `block in with_rswag_auth'","/srv/vets-api/src/modules/appeals_api/spec/support/shared_examples_for_openid_auth.rb:12:in `block in with_openid_auth'","/usr/local/bundle/gems/vcr-6.2.0/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'","/usr/local/bundle/gems/vcr-6.2.0/lib/vcr.rb:194:in `use_cassette'","/srv/vets-api/src/modules/appeals_api/spec/support/shared_examples_for_openid_auth.rb:11:in `with_openid_auth'","/srv/vets-api/src/modules/appeals_api/spec/support/doc_helpers.rb:62:in `with_rswag_auth'","/srv/vets-api/src/modules/appeals_api/spec/support/doc_helpers.rb:97:in `block (2 levels) in <module:DocHelpers>'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:365:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:529:in `block in run_owned_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:528:in `each'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:528:in `run_owned_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:615:in `block in run_example_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:614:in `reverse_each'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:614:in `run_example_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:484:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:505:in `run_before_example'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:261:in `block in run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:486:in `block in run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:352:in `call'","/usr/local/bundle/gems/rspec-rails-6.1.2/lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:390:in `execute_with'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:352:in `call'","/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:390:in `execute_with'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:352:in `call'","/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'","/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'","/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'","/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'","/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:390:in `execute_with'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:352:in `call'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:486:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:468:in `with_around_example_hooks'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:259:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:646:in `block in run_examples'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:642:in `map'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:642:in `run_examples'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:607:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `block in run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `map'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `block in run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `map'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `block in run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `map'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `block in run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `map'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:121:in `map'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/configuration.rb:2091:in `with_suite_hooks'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:116:in `block in run_specs'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/reporter.rb:74:in `report'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:115:in `run_specs'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:89:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:71:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:45:in `invoke'","/usr/local/bundle/gems/rspec-core-3.13.0/exe/rspec:4:in `<top (required)>'","bin/rspec:5:in `load'","bin/rspec:5:in `<main>'"]}}]}
\e[1mFailure/Error: \e[0m
  raise UnexpectedResponse,
    "Expected response code '#{response.code}' to match '#{expected}'\n" \
      "Response body: #{response.body}"

Rswag::Specs::UnexpectedResponse:
  Expected response code '500' to match '200'
  Response body: {"errors":[{"title":"Internal server error","detail":"Internal server error","code":"500","status":"500","meta":{"exception":"pdftk failed with command\n/usr/bin/pdftk /tmp/44444444-5555-6666-7777-888888888888-tmp multistamp /tmp/6841e3072bca100b987774f376ceed51.pdf output /tmp/44444444-5555-6666-7777-888888888888-overlaid-form-fill-tmp.pdf\ncommand output was:\nError: Invalid PDF: trailer not found.\nError: Failed to open input PDF file: \n   /tmp/44444444-5555-6666-7777-888888888888-tmp\nErrors encountered.  No output created.\nDone.  Input errors, so no output created.\n","backtrace":["/usr/local/bundle/gems/pdf-forms-1.5.0/lib/pdf_forms/pdftk_wrapper.rb:98:in `call_pdftk'","/usr/local/bundle/gems/pdf-forms-1.5.0/lib/pdf_forms/pdftk_wrapper.rb:137:in `multistamp'","/srv/vets-api/src/modules/appeals_api/app/services/appeals_api/pdf_construction/supplemental_claim/v3/structure.rb:46:in `insert_overlaid_pages'","/srv/vets-api/src/modules/appeals_api/app/services/appeals_api/pdf_construction/generator.rb:42:in `fill_unique_form_fields'","/srv/vets-api/src/modules/appeals_api/app/services/appeals_api/pdf_construction/generator.rb:16:in `generate'","/srv/vets-api/src/modules/appeals_api/app/controllers/concerns/appeals_api/pdf_downloads.rb:30:in `render_appeal_pdf_download'","/srv/vets-api/src/modules/appeals_api/app/controllers/appeals_api/supplemental_claims/v0/supplemental_claims_controller.rb:86:in `download'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/abstract_controller/base.rb:224:in `process_action'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal/rendering.rb:165:in `process_action'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/abstract_controller/callbacks.rb:259:in `block in process_action'","/usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:110:in `run_callbacks'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/abstract_controller/callbacks.rb:258:in `process_action'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal/rescue.rb:25:in `process_action'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal/instrumentation.rb:74:in `block in process_action'","/usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/notifications.rb:206:in `block in instrument'","/usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/notifications/instrumenter.rb:58:in `instrument'","/usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/notifications.rb:206:in `instrument'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal/instrumentation.rb:73:in `process_action'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal/params_wrapper.rb:261:in `process_action'","/usr/local/bundle/gems/activerecord-7.1.3.2/lib/active_record/railties/controller_runtime.rb:32:in `process_action'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/abstract_controller/base.rb:160:in `process'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal.rb:227:in `dispatch'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_controller/metal.rb:309:in `dispatch'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/routing/route_set.rb:32:in `serve'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:51:in `block in serve'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:131:in `block in find_routes'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:124:in `each'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:124:in `find_routes'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:32:in `serve'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/routing/route_set.rb:882:in `call'","/usr/local/bundle/gems/railties-7.1.3.2/lib/rails/engine.rb:536:in `call'","/usr/local/bundle/gems/railties-7.1.3.2/lib/rails/railtie.rb:226:in `public_send'","/usr/local/bundle/gems/railties-7.1.3.2/lib/rails/railtie.rb:226:in `method_missing'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/routing/mapper.rb:22:in `block in <class:Constraints>'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/routing/mapper.rb:51:in `serve'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:51:in `block in serve'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:131:in `block in find_routes'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:124:in `each'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:124:in `find_routes'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/journey/router.rb:32:in `serve'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/routing/route_set.rb:882:in `call'","/usr/local/bundle/gems/rack-attack-6.7.0/lib/rack/attack.rb:103:in `call'","/usr/local/bundle/gems/warden-1.2.9/lib/warden/manager.rb:36:in `block in call'","/usr/local/bundle/gems/warden-1.2.9/lib/warden/manager.rb:34:in `catch'","/usr/local/bundle/gems/warden-1.2.9/lib/warden/manager.rb:34:in `call'","/usr/local/bundle/gems/rack-2.2.8.1/lib/rack/session/abstract/id.rb:266:in `context'","/usr/local/bundle/gems/rack-2.2.8.1/lib/rack/session/abstract/id.rb:260:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/cookies.rb:689:in `call'","/usr/local/bundle/gems/rack-attack-6.7.0/lib/rack/attack.rb:127:in `call'","/srv/vets-api/src/lib/statsd_middleware.rb:156:in `call'","/usr/local/bundle/gems/olive_branch-4.0.1/lib/olive_branch/middleware.rb:64:in `call'","/srv/vets-api/src/lib/olive_branch_patch.rb:9:in `call'","/usr/local/bundle/gems/rack-2.2.8.1/lib/rack/etag.rb:27:in `call'","/usr/local/bundle/gems/rack-2.2.8.1/lib/rack/conditional_get.rb:27:in `call'","/usr/local/bundle/gems/rack-2.2.8.1/lib/rack/head.rb:12:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'","/usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/callbacks.rb:101:in `run_callbacks'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/callbacks.rb:28:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/executor.rb:14:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/actionable_exceptions.rb:16:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'","/usr/local/bundle/gems/rails_semantic_logger-4.14.0/lib/rails_semantic_logger/rack/logger.rb:45:in `call_app'","/usr/local/bundle/gems/rails_semantic_logger-4.14.0/lib/rails_semantic_logger/rack/logger.rb:28:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/remote_ip.rb:92:in `call'","/usr/local/bundle/gems/request_store-1.6.0/lib/request_store/middleware.rb:19:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/request_id.rb:28:in `call'","/usr/local/bundle/gems/rack-2.2.8.1/lib/rack/runtime.rb:22:in `call'","/usr/local/bundle/gems/activesupport-7.1.3.2/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/executor.rb:14:in `call'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/middleware/static.rb:25:in `call'","/usr/local/bundle/gems/rack-2.2.8.1/lib/rack/sendfile.rb:110:in `call'","/usr/local/bundle/gems/rack-cors-2.0.2/lib/rack/cors.rb:102:in `call'","/srv/vets-api/src/lib/http_method_not_allowed.rb:13:in `call'","/usr/local/bundle/gems/utf8-cleaner-1.0.0/lib/utf8-cleaner/middleware.rb:21:in `call'","/usr/local/bundle/gems/railties-7.1.3.2/lib/rails/engine.rb:536:in `call'","/usr/local/bundle/gems/rack-test-2.1.0/lib/rack/test.rb:360:in `process_request'","/usr/local/bundle/gems/rack-test-2.1.0/lib/rack/test.rb:153:in `request'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/testing/integration.rb:288:in `process'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/testing/integration.rb:16:in `get'","/usr/local/bundle/gems/actionpack-7.1.3.2/lib/action_dispatch/testing/integration.rb:379:in `get'","/usr/local/bundle/gems/rswag-specs-2.13.0/lib/rswag/specs/example_helpers.rb:20:in `submit_request'","/srv/vets-api/src/modules/appeals_api/spec/support/doc_helpers.rb:97:in `block (3 levels) in <module:DocHelpers>'","/srv/vets-api/src/modules/appeals_api/spec/support/doc_helpers.rb:63:in `block in with_rswag_auth'","/srv/vets-api/src/modules/appeals_api/spec/support/shared_examples_for_openid_auth.rb:12:in `block in with_openid_auth'","/usr/local/bundle/gems/vcr-6.2.0/lib/vcr/util/variable_args_block_caller.rb:9:in `call_block'","/usr/local/bundle/gems/vcr-6.2.0/lib/vcr.rb:194:in `use_cassette'","/srv/vets-api/src/modules/appeals_api/spec/support/shared_examples_for_openid_auth.rb:11:in `with_openid_auth'","/srv/vets-api/src/modules/appeals_api/spec/support/doc_helpers.rb:62:in `with_rswag_auth'","/srv/vets-api/src/modules/appeals_api/spec/support/doc_helpers.rb:97:in `block (2 levels) in <module:DocHelpers>'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:365:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:529:in `block in run_owned_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:528:in `each'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:528:in `run_owned_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:615:in `block in run_example_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:614:in `reverse_each'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:614:in `run_example_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:484:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:505:in `run_before_example'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:261:in `block in run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:511:in `block in with_around_and_singleton_context_hooks'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:468:in `block in with_around_example_hooks'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:486:in `block in run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:626:in `block in run_around_example_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:352:in `call'","/usr/local/bundle/gems/rspec-rails-6.1.2/lib/rspec/rails/adapters.rb:75:in `block (2 levels) in <module:MinitestLifecycleAdapter>'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:390:in `execute_with'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:352:in `call'","/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:390:in `execute_with'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:352:in `call'","/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'","/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'","/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'","/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'","/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:457:in `instance_exec'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:390:in `execute_with'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:628:in `block (2 levels) in run_around_example_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:352:in `call'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:629:in `run_around_example_hooks_for'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb:486:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:468:in `with_around_example_hooks'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:511:in `with_around_and_singleton_context_hooks'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example.rb:259:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:646:in `block in run_examples'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:642:in `map'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:642:in `run_examples'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:607:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `block in run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `map'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `block in run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `map'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `block in run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `map'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `block in run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `map'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb:608:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:121:in `block (3 levels) in run_specs'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:121:in `map'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:121:in `block (2 levels) in run_specs'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/configuration.rb:2091:in `with_suite_hooks'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:116:in `block in run_specs'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/reporter.rb:74:in `report'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:115:in `run_specs'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:89:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:71:in `run'","/usr/local/bundle/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb:45:in `invoke'","/usr/local/bundle/gems/rspec-core-3.13.0/exe/rspec:4:in `<top (required)>'","bin/rspec:5:in `load'","bin/rspec:5:in `<main>'"]}}]}
Shared Example Group: "rswag example" called from ./modules/appeals_api/spec/support/shared_examples_for_pdf_downloads.rb:191
Shared Example Group: "PDF download docs" called from ./modules/appeals_api/spec/docs/supplemental_claims/v0_spec.rb:170
/usr/local/bundle/gems/rswag-specs-2.13.0/lib/rswag/specs/response_validator.rb:28:in `validate_code!'
/usr/local/bundle/gems/rswag-specs-2.13.0/lib/rswag/specs/response_validator.rb:18:in `validate!'
/usr/local/bundle/gems/rswag-specs-2.13.0/lib/rswag/specs/example_helpers.rb:30:in `assert_response_matches_metadata'
./modules/appeals_api/spec/support/doc_helpers.rb:102:in `block (2 levels) in <module:DocHelpers>'
/usr/local/bundle/gems/webmock-3.23.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:124:in `block in run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `loop'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:110:in `run'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry'
/usr/local/bundle/gems/rspec-retry-0.6.2/lib/rspec/retry.rb:37:in `block (2 levels) in setup'