Skip to content

JRuby Continuous Integration #610

JRuby Continuous Integration

JRuby Continuous Integration #610

Triggered via schedule June 11, 2024 09:05
Status Failure
Total duration 12m 3s
Artifacts

ci_jruby.yml

on: schedule
jruby_unit_tests
2m 56s
jruby_unit_tests
Matrix: jruby_multiverse
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 32 warnings
jruby_multiverse (grape)
******************************************************************************** Running "grape" using CHAIN for Envfile entry 0 Starting tests in child PID 1856 at 2024-06-11 09:05:48 +0000 Bundling in /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/suites/grape... Fetching gem metadata from https://rubygems.org/....... Resolving dependencies.... Fetching rake 13.2.1 Installing rake 13.2.1 Fetching base64 0.2.0 Fetching bigdecimal 3.1.8 (java) Fetching connection_pool 2.4.1 Fetching concurrent-ruby 1.3.3 Installing base64 0.2.0 Installing bigdecimal 3.1.8 (java) Installing connection_pool 2.4.1 Fetching drb 2.2.1 Fetching minitest 5.16.3 Fetching mutex_m 0.2.0 Installing concurrent-ruby 1.3.3 Installing drb 2.2.1 Fetching builder 3.3.0 Installing minitest 5.16.3 Installing mutex_m 0.2.0 Using bundler 2.3.26 Fetching zeitwerk 2.6.15 Fetching dry-inflector 1.0.0 Installing builder 3.3.0 Installing zeitwerk 2.6.15 Using ruby2_keywords 0.0.5 Using rack 3.1.0 Fetching metaclass 0.0.4 Installing dry-inflector 1.0.0 Using minitest-stub-const 0.6 Using newrelic_rpm 9.10.2 from source at `../../../..` and installing its executables Fetching webrick 1.8.1 Installing metaclass 0.0.4 Using warning 1.4.0 Fetching mustermann 3.0.0 Fetching rack-accept 0.4.5 Fetching rack-test 2.1.0 Installing webrick 1.8.1 Installing mustermann 3.0.0 Installing rack-accept 0.4.5 Installing rack-test 2.1.0 Fetching mocha 1.9.0 Fetching i18n 1.14.5 Fetching tzinfo 2.0.6 Fetching dry-core 1.0.1 Installing i18n 1.14.5 Installing tzinfo 2.0.6 Installing dry-core 1.0.1 Installing mocha 1.9.0 Fetching rackup 2.1.0 Fetching mustermann-grape 1.0.2 Fetching dry-logic 1.5.0 Installing rackup 2.1.0 Installing mustermann-grape 1.0.2 Installing dry-logic 1.5.0 Fetching activesupport 7.1.3.4 Fetching dry-types 1.7.2 Installing activesupport 7.1.3.4 Installing dry-types 1.7.2 Fetching grape 2.0.0 Installing grape 2.0.0 Bundle complete! 12 Gemfile dependencies, 32 gems now installed. Use `bundle info [gemname]` to see where a bundled gem is installed. activesupport (7.1.3.4), base64 (0.2.0), bigdecimal (3.1.8), builder (3.3.0), concurrent-ruby (1.3.3), connection_pool (2.4.1), drb (2.2.1), dry-core (1.0.1), dry-inflector (1.0.0), dry-logic (1.5.0), dry-types (1.7.2), grape (2.0.0), i18n (1.14.5), metaclass (0.0.4), minitest (5.16.3), minitest-stub-const (0.6), mocha (1.9.0), mustermann (3.0.0), mustermann-grape (1.0.2), mutex_m (0.2.0), newrelic_rpm (9.10.2), rack (3.1.0), rack-accept (0.4.5), rack-test (2.1.0), rackup (2.1.0), rake (13.2.1), ruby2_keywords (0.0.5), tzinfo (2.0.6), warning (1.4.0), webrick (1.8.1), zeitwerk (2.6.15) Run options: --seed 14034 # Running: ..F............................... Finished in 16.089410s, 2.1132 runs/s, 4.1021 assertions/s. 1) Failure: GrapeTest#test_request_and_response_attributes_recorded_as_agent_attributes [/home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/suites/grape/grape_test.rb:234]: --- expected +++ actual @@ -1 +1 @@ -{"response.headers.contentLength"=>17, "response.headers.contentType"=>"text/plain", "request.headers.contentLength"=>0, "request.headers.contentType"=>"application/x-www-form-urlencoded", "request.headers.host"=>"example.org", "request.method"=>"POST"} +{"response.headers.contentType"=>"text/plain", "request.headers.contentLength"=>0, "request.headers.contentType"=>"application/x-www-form-urlencoded", "request.headers.host"=>"example.org", "request.method"=>"POST"} 34 runs, 66 assertions, 1 failures, 0 errors, 0 skips ====== Ten slowest tests ====== 1. GrapeApiInstanceTest#test_subclass_of_grape_api_instance: 1.01142 2. GrapeTest#test_request_and_response_attributes_recorded_as_agent_attributes: 0.91175 3. GrapeTest#test_params_are_captured_on_transaction_events: 0.82193 4. GrapeVersioningTest#test_shared_version_declaration_in_transaction_names: 0.4569 5. GrapeTest#test_deleting_a_grape_ape: 0.4542 6. GrapeTest#test_post_body_with_nested_params_are_captured: 0.44921 7. GrapeTest#test_404_with_params_does_not_capture_them: 0.44866 8. GrapeTest#t
jruby_multiverse (grape)
Final attempt failed. Child_process exited with error code 1
jruby_multiverse (rack)
******************************************************************************** Running "rack" using CHAIN for Envfile entry 0 Starting tests in child PID 1867 at 2024-06-11 09:05:51 +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... Fetching rake 13.2.1 Installing rake 13.2.1 Using bundler 2.3.26 Fetching metaclass 0.0.4 Using newrelic_rpm 9.10.2 from source at `../../../..` and installing its executables Using minitest-stub-const 0.6 Fetching minitest 5.16.3 Fetching nio4r 2.7.3 (java) Using rack 3.1.0 Fetching webrick 1.8.1 Installing metaclass 0.0.4 Installing minitest 5.16.3 Installing webrick 1.8.1 Using warning 1.4.0 Fetching rack-test 2.1.0 Installing nio4r 2.7.3 (java) Fetching mocha 1.9.0 Installing rack-test 2.1.0 Fetching rackup 2.1.0 Fetching puma 6.4.2 (java) Installing rackup 2.1.0 Installing mocha 1.9.0 Installing puma 6.4.2 (java) 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.10.2), nio4r (2.7.3), puma (6.4.2), rack (3.1.0), rack-test (2.1.0), rackup (2.1.0), rake (13.2.1), warning (1.4.0), webrick (1.8.1) Stopped processing SimpleCov as a previous error not related to SimpleCov has been detected NameError: uninitialized constant Rack::VERSION const_missing at org/jruby/RubyModule.java:4336 <class:BuilderMapTest> at /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/suites/rack/builder_map_test.rb:69 <main> at /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/suites/rack/builder_map_test.rb:14 require at org/jruby/RubyKernel.java:1184 execute_ruby_files at /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:674 each at org/jruby/RubyArray.java:1981 execute_ruby_files at /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:669 execute_child_environment at /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:403 with_unbundled_env at /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:518 with_unbundled_env at /home/runner/.rubies/jruby-9.4.7.0/lib/ruby/stdlib/bundler.rb:409 with_env at /home/runner/.rubies/jruby-9.4.7.0/lib/ruby/stdlib/bundler.rb:708 with_unbundled_env at /home/runner/.rubies/jruby-9.4.7.0/lib/ruby/stdlib/bundler.rb:409 with_unbundled_env at /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:518 with_potentially_mismatched_bundler at /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:122 with_unbundled_env at /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:513 execute_child_environment at /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:388 <main> at /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:761 "rack" for Envfile entry 0 failed! Running "rack" using CHAIN for Envfile entry 2 Starting tests in child PID 2627 at 2024-06-11 09:06:25 +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.2.1 Using minitest 5.16.3 Using metaclass 0.0.4 Using minitest-stub-const 0.6 Using nio4r 2.7.3 (java) Using bundler 2.3.26 Usin
jruby_multiverse (rack)
Final attempt failed. Child_process exited with error code 1
jruby_multiverse (typhoeus)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (async_http)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (agent_only)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (httprb)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (sequel)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (activemerchant)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (marshalling)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (bare)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (thread)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (json)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (stripe)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (logger)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (tilt)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (high_security)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (sinatra_agent_disabled)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (roda_agent_disabled)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (active_support_broadcast_logger)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (active_support_logger)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (resque)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (roda)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (httpx)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (ruby_openai)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (httpclient)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_unit_tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (deferred_instrumentation)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (sinatra)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (grape)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd, ./.github/actions/annotate. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (grape)
Attempt 1 failed. Reason: Child_process exited with error code 1
jruby_multiverse (grape)
Attempt 2 failed. Reason: Child_process exited with error code 1
jruby_multiverse (rack)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd, ./.github/actions/annotate. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jruby_multiverse (rack)
Attempt 1 failed. Reason: Child_process exited with error code 1
jruby_multiverse (rack)
Attempt 2 failed. Reason: Child_process exited with error code 1