********************************************************************************
Running "rack" using CHAIN for Envfile entry 0
Starting tests in child PID 14805 at 2023-08-17 21:27:44 +0000
Bundling in /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/suites/rack...
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Using rake 13.0.6
Using bundler 2.4.1
Using metaclass 0.0.4
Using minitest 5.16.3
Using newrelic_rpm 9.4.1 from source at `../../../..` and installing its executables
Using minitest-stub-const 0.6
Fetching nio4r 2.5.9
Using rack 3.0.8
Using webrick 1.8.1
Using warning 1.3.0
Using mocha 1.9.0
Using rack-test 2.1.0
Using rackup 2.1.0
Installing nio4r 2.5.9 with native extensions
Fetching puma 6.3.0
Installing puma 6.3.0 with native extensions
Bundle complete! 11 Gemfile dependencies, 14 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
metaclass (0.0.4), minitest (5.16.3), minitest-stub-const (0.6), mocha (1.9.0), newrelic_rpm (9.4.1), nio4r (2.5.9), puma (6.3.0), rack (3.0.8), rack-test (2.1.0), rackup (2.1.0), rake (13.0.6), warning (1.3.0), webrick (1.8.1)
Run options: --seed 16620
# Running:
...F.....................................F
Finished in 4.431800s, 9.4770 runs/s, 12.4103 assertions/s.
1) Failure:
HttpResponseCodeTest#test_skips_http_response_code_if_middleware_tracing_disabled [/home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/suites/rack/http_response_code_test.rb:43]:
Expected "200" to not be truthy.
2) Failure:
HttpResponseContentTypeTest#test_skips_response_content_type_if_middleware_tracing_disabled [/home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/suites/rack/response_content_type_test.rb:43]:
Expected "text/html" to not be truthy.
42 runs, 55 assertions, 2 failures, 0 errors, 0 skips
====== Ten slowest tests ======
1. RackAutoInstrumentationTest#test_header_is_preserved: 0.46266
2. RackEnvMutationTest#test_safe_from_iterations_over_rack_env_from_background_threads: 0.41928
3. RackAutoInstrumentationTest#test_middlewares_record_queue_time: 0.34665
4. RackAutoInstrumentationTest#test_middleware_gets_used: 0.29885
5. RackAutoInstrumentationTest#test_middleware_created_with_args_works: 0.27099
6. RackAutoInstrumentationTest#test_middleware_that_returns_early_records_middleware_rollup_metric: 0.26641
7. RackAutoInstrumentationTest#test_middleware_created_with_kwargs_works: 0.25758
8. RackAutoInstrumentationTest#test_body_is_preserved: 0.25077
9. RackAutoInstrumentationTest#test_middleware_that_returns_early_middleware_all_has_correct_call_times: 0.21023
10. RackAutoInstrumentationTest#test_non_agent_middlewares_do_not_record_metrics_if_disabled_by_config: 0.18162
One or more failures or errors were seen!
Options used: []
"rack" for Envfile entry 0 failed!
Running "rack" using CHAIN for Envfile entry 1
Starting tests in child PID 15384 at 2023-08-17 21:28:02 +0000
Bundling in /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/suites/rack...
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Using rake 13.0.6
Using bundler 2.4.1
Using metaclass 0.0.4
Using minitest-stub-const 0.6
Using newrelic_rpm 9.4.1 from source at `../../../..` and installing its executables
Using minitest 5.16.3
Using nio4r 2.5.9
Using rack 2.2.8
Using warning 1.3.0
Using webrick 1.8.1
Using mocha 1.9.0
Fetching puma 5.6.6
Using rack-test 2.1.0
Installing puma 5.6.6 with native extensions
Bundle complete! 10 Gemfile dependencies, 13 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
metaclass (0.0.4), minitest (5.16.3), minitest-stub-const (0.6), mocha (1.9.0), newrelic_rpm (9.4.1), nio4r (2.5.9), puma (5.6.6), rack (2.2.8), rack-test (2.1.0), rake (13.0.6), warning (1.3.0), webrick (1.8.1)
Run options: --seed 36595
# Running:
...F.................F........S...........
Finished in 2.576717s, 16.2998 runs/s, 20.5688 assertions/s.
1) Failure:
HttpResponseContentTypeTest#test_s