Skip to content

Scheduled Continuous Integration #2069

Scheduled Continuous Integration

Scheduled Continuous Integration #2069

Triggered via schedule September 7, 2024 09:03
Status Failure
Total duration 55m 12s
Artifacts

ci_cron.yml

on: schedule
Matrix: infinite_tracing
Matrix: multiverse
Matrix: unit_tests
run_rubocop
29s
run_rubocop
Notify slack fail
7m 16s
Notify slack fail
Notify slack success
8s
Notify slack success
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 23 warnings
multiverse (background, 2.4.10)
******************************************************************************** Running "sidekiq" using CHAIN for Envfile entry 0 Starting tests in child PID 16592 at 2024-09-07 09:08:10 +0000 Bundling in /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/suites/sidekiq... Fetching gem metadata from https://rubygems.org/............ Fetching gem metadata from https://rubygems.org/. Resolving dependencies... Fetching rake 13.2.1 Installing rake 13.2.1 Using bundler 1.17.3 Fetching concurrent-ruby 1.3.4 Installing concurrent-ruby 1.3.4 Fetching connection_pool 2.2.5 Installing connection_pool 2.2.5 Fetching metaclass 0.0.4 Installing metaclass 0.0.4 Fetching minitest 5.10.3 Installing minitest 5.10.3 Using minitest-stub-const 0.6 Fetching mocha 1.9.0 Installing mocha 1.9.0 Using newrelic_rpm 9.13.0 from source at `/home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent` Using rack 3.1.7 Fetching rack-protection 2.2.4 Installing rack-protection 2.2.4 Fetching redis 4.8.1 Installing redis 4.8.1 Fetching sidekiq 5.0.5 Installing sidekiq 5.0.5 Using warning 1.4.0 Fetching webrick 1.8.1 Installing webrick 1.8.1 Bundle complete! 8 Gemfile dependencies, 15 gems now installed. Use `bundle info [gemname]` to see where a bundled gem is installed. concurrent-ruby (1.3.4), connection_pool (2.2.5), metaclass (0.0.4), minitest (5.10.3), minitest-stub-const (0.6), mocha (1.9.0), newrelic_rpm (9.13.0), rack (3.1.7), rack-protection (2.2.4), rake (13.2.1), redis (4.8.1), sidekiq (5.0.5), warning (1.4.0), webrick (1.8.1) Run options: --seed 53538 # Running: .Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0. redis.multi do redis.get("key") end should be replaced by redis.multi do |pipeline| pipeline.get("key") end (called from /opt/hostedtoolcache/Ruby/2.4.10/x64/lib/ruby/gems/2.4.0/gems/sidekiq-5.0.5/lib/sidekiq/client.rb:184:in `block in raw_push'} Redis#sadd will always return an Integer in Redis 5.0.0. Use Redis#sadd? instead.(called from: /opt/hostedtoolcache/Ruby/2.4.10/x64/lib/ruby/gems/2.4.0/gems/sidekiq-5.0.5/lib/sidekiq/client.rb:204:in `atomic_push') Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0. redis.multi do redis.get("key") end should be replaced by redis.multi do |pipeline| pipeline.get("key") end (called from /opt/hostedtoolcache/Ruby/2.4.10/x64/lib/ruby/gems/2.4.0/gems/sidekiq-5.0.5/lib/sidekiq/launcher.rb:82:in `block in ❤'} Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument: redis.brpop("queue:default", timeout: 2)(called from: /opt/hostedtoolcache/Ruby/2.4.10/x64/lib/ruby/gems/2.4.0/gems/sidekiq-5.0.5/lib/sidekiq/fetch.rb:36:in `block in retrieve_work') Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument: redis.brpop("queue:default", timeout: 2)(called from: /opt/hostedtoolcache/Ruby/2.4.10/x64/lib/ruby/gems/2.4.0/gems/sidekiq-5.0.5/lib/sidekiq/fetch.rb:36:in `block in retrieve_work') Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument: redis.brpop("queue:default", timeout: 2)(called from: /opt/hostedtoolcache/Ruby/2.4.10/x64/lib/ruby/gems/2.4.0/gems/sidekiq-5.0.5/lib/sidekiq/fetch.rb:36:in `block in retrieve_work') Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument: redis.brpop("queue:default", timeout: 2)(called from: /opt/hostedtoolcache/Ruby/2.4.10/x64/lib/ruby/gems/2.4.0/gems/sidekiq-5.0.5/lib/sidekiq/fetch.rb:36:in `block in retrieve_work') Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument: redis.brpop("queue:default", timeout: 2)(called from: /opt/hostedtoolcache/Ruby/2.4.10/x64/lib/ruby/gems/2.4.0/gems/sidekiq-5.0.5/lib/sidekiq/fetch.rb:36:in `block in retrieve_work') Passing the timeout as a positional argument is deprecated, it should be passed as a keyword argument: redis.brpop("queue:default", timeout: 2)(called from: /opt/
multiverse (background, 2.4.10)
Final attempt failed. Child_process exited with error code 1
multiverse (rest, 3.1.6)
Final attempt failed. Child_process exited with error code 1
multiverse (rest, 3.1.6)
******************************************************************************** Running "bunny" using CHAIN for Envfile entry 0 Starting tests in child PID 36579 at 2024-09-07 09:11:16 +0000 Bundling in /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/suites/bunny... Fetching gem metadata from https://rubygems.org/........ Resolving dependencies... Using rake 13.2.1 Using bundler 2.4.1 Using metaclass 0.0.4 Using minitest 5.16.3 Using minitest-stub-const 0.6 Using newrelic_rpm 9.13.0 from source at `../../../..` and installing its executables Fetching amq-protocol 2.3.2 Fetching rbtree 0.4.6 Fetching set 1.1.0 Using rack 3.1.7 Using webrick 1.8.1 Using warning 1.4.0 Using mocha 1.9.0 Using rackup 2.1.0 Installing set 1.1.0 Installing rbtree 0.4.6 with native extensions Installing amq-protocol 2.3.2 Fetching sorted_set 1.0.3 Installing sorted_set 1.0.3 Fetching bunny 2.23.0 Installing bunny 2.23.0 Bundle complete! 11 Gemfile dependencies, 16 gems now installed. Use `bundle info [gemname]` to see where a bundled gem is installed. Stopped processing SimpleCov as a previous error not related to SimpleCov has been detected /opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/site_ruby/3.1.0/bundler/runtime.rb:304:in `check_for_activated_spec!': You have already activated set 1.0.3, but your Gemfile requires set 1.1.0. Since set is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports set as a default gem. (Gem::LoadError) from /opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/site_ruby/3.1.0/bundler/runtime.rb:25:in `block in setup' from /opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/site_ruby/3.1.0/bundler/spec_set.rb:155:in `each' from /opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/site_ruby/3.1.0/bundler/spec_set.rb:155:in `each' from /opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/site_ruby/3.1.0/bundler/runtime.rb:24:in `map' from /opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/site_ruby/3.1.0/bundler/runtime.rb:24:in `setup' from /opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/site_ruby/3.1.0/bundler.rb:170:in `setup' from /opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/site_ruby/3.1.0/bundler.rb:195:in `require' from /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:235:in `block in ensure_bundle' from /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:122:in `with_potentially_mismatched_bundler' from /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:234:in `ensure_bundle' from /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:107:in `load_dependencies' from /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:399:in `block in execute_child_environment' from /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:518:in `block (2 levels) in with_unbundled_env' from /opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/site_ruby/3.1.0/bundler.rb:418:in `block in with_unbundled_env' from /opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/site_ruby/3.1.0/bundler.rb:664:in `with_env' from /opt/hostedtoolcache/Ruby/3.1.6/x64/lib/ruby/site_ruby/3.1.0/bundler.rb:418:in `with_unbundled_env' from /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:518:in `block in with_unbundled_env' from /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:122:in `with_potentially_mismatched_bundler' from /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:513:in `with_unbundled_env' from /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:388:in `execute_child_environment' from /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/lib/multiverse/suite.rb:761:in `<main>' "bunny" for Envfile entry 0 failed
multiverse (database, 2.7.8)
The hosted runner encountered an error while running your job. (Error Type: Disconnect).
multiverse (background_2, 3.2.5)
The hosted runner: GitHub Actions 26 lost communication with the server. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.
multiverse (background, 3.1.6)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (background, 3.0.7)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (background, 3.2.5)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (frameworks, 3.1.6)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (frameworks, 3.0.7)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (frameworks, 3.2.5)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (rails, 3.0.7)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (frameworks, 2.7.8)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (background, 2.4.10)
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/
multiverse (background, 2.4.10)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (background_2, 3.1.6)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (background_2, 3.0.7)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (rails, 3.1.6)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (rails, 3.2.5)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (background_2, 2.7.8)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (rails, 2.7.8)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (rest, 3.2.5)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (rest, 3.0.7)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (rest, 3.1.6)
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/
multiverse (rest, 3.1.6)
Attempt 1 failed. Reason: Child_process exited with error code 1
multiverse (rest, 2.7.8)
Attempt 1 failed. Reason: Child_process exited with error code 1
Notify slack fail
The following actions use a deprecated Node.js version and will be forced to run on node20: voxmedia/github-action-slack-notify-build@3665186a8c1a022b28a1dbe0954e73aa9081ea9e. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Notify slack fail
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/