Scheduled Continuous Integration #2233
Annotations
2 errors and 2 warnings
Run Multiverse Tests
Final attempt failed. Child_process exited with error code 1
|
Annotate errors
********************************************************************************
Running "ruby_openai" using CHAIN for Envfile entry 3
Starting tests in child PID 9964 at 2024-11-24 09:05:52 +0000
Bundling in /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/suites/ruby_openai...
Fetching gem metadata from https://rubygems.org/............
Resolving dependencies...
Using rake 13.2.1
Using bundler 2.4.1
Using base64 0.2.0
Using bigdecimal 3.1.8
Using csv 3.3.0
Fetching mini_mime 1.1.5
Using metaclass 0.0.4
Using minitest 5.16.3
Using minitest-stub-const 0.6
Using mutex_m 0.3.0
Using newrelic_rpm 9.16.0 from source at `../../../..` and installing its executables
Using ostruct 0.6.1
Using warning 1.4.0
Using webrick 1.9.0
Fetching multi_xml 0.7.1
Using mocha 1.9.0
Installing mini_mime 1.1.5
Installing multi_xml 0.7.1
Fetching httparty 0.22.0
Installing httparty 0.22.0
Fetching ruby-openai 3.4.0
Installing ruby-openai 3.4.0
Bundle complete! 12 Gemfile dependencies, 18 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Post-install message from httparty:
When you HTTParty, you must party hard!
Post-install message from ruby-openai:
Note if upgrading: The `::Ruby::OpenAI` module has been removed and all classes have been moved under the top level `::OpenAI` module. To upgrade, change `require 'ruby/openai'` to `require 'openai'` and change all references to `Ruby::OpenAI` to `OpenAI`.
base64 (0.2.0), bigdecimal (3.1.8), csv (3.3.0), httparty (0.22.0), metaclass (0.0.4), mini_mime (1.1.5), minitest (5.16.3), minitest-stub-const (0.6), mocha (1.9.0), multi_xml (0.7.1), mutex_m (0.3.0), newrelic_rpm (9.16.0), ostruct (0.6.1), rake (13.2.1), ruby-openai (3.4.0), warning (1.4.0), webrick (1.9.0)
Run options: --seed 47710
# Running:
.................................
Finished in 0.046743s, 705.9949 runs/s, 4556.8764 assertions/s.
33 runs, 213 assertions, 0 failures, 0 errors, 0 skips
====== Ten slowest tests ======
1. RubyOpenAIInstrumentationTest#test_messages_drop_content_when_record_content_disabled: 0.00411
2. RubyOpenAIInstrumentationTest#test_embeddings_drop_input_when_record_content_disabled: 0.0038
3. RubyOpenAIInstrumentationTest#test_messages_include_content_when_record_content_enabled: 0.00336
4. RubyOpenAIInstrumentationTest#test_embeddings_include_input_when_record_content_enabled: 0.00303
5. RubyOpenAIInstrumentationTest#test_chat_completion_message_token_count_attribute_absent_if_callback_returns_nil: 0.00257
6. RubyOpenAIInstrumentationTest#test_chat_completion_returns_chat_completion_body: 0.00166
7. RubyOpenAIInstrumentationTest#test_openai_metric_recorded_for_chat_completions_every_time: 0.00151
8. RubyOpenAIInstrumentationTest#test_segment_error_captured_if_raised: 0.00134
9. RubyOpenAIInstrumentationTest#test_chat_completion_message_token_count_assigned_by_callback_if_present: 0.00128
10. RubyOpenAIInstrumentationTest#test_chat_completion_events_assign_all_attributes: 0.00121
Options used: []
Running "ruby_openai" using PREPEND for Envfile entry 3
Starting tests in child PID 10646 at 2024-11-24 09:06:02 +0000
Bundling in /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/suites/ruby_openai...
Fetching gem metadata from https://rubygems.org/............
Resolving dependencies...
Using rake 13.2.1
Using bundler 2.4.1
Using base64 0.2.0
Using bigdecimal 3.1.8
Using csv 3.3.0
Using mini_mime 1.1.5
Using metaclass 0.0.4
Using minitest 5.16.3
Using minitest-stub-const 0.6
Using mutex_m 0.3.0
Using newrelic_rpm 9.16.0 from source at `../../../..` and installing its executables
Using ostruct 0.6.1
Using warning 1.4.0
Using webrick 1.9.0
Using multi_xml 0.7.1
Using mocha 1.9.0
Using httparty 0.22.0
Using ruby-openai 3.4.0
Bundle complete! 12 Gemfile dependencies, 18 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
base64 (0.2.0), bigdecimal (3.1.8), csv (3.3.0), httparty (0.22.0), metaclass (0.0.4), mini_mime (1.1.5), minitest (5.16.3), minitest-stub-const (0.6), mocha (1.9.0), multi_xml (0.7.1
|
The following actions use a deprecated Node.js version and will be forced to run on node20: ./.github/actions/annotate. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Multiverse Tests
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Loading