********************************************************************************
Running "sidekiq" using CHAIN for Envfile entry 0
Starting tests in child PID 9713 at 2023-12-30 09:07:38 +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...
Using rake 13.1.0
Using bundler 1.17.3
Fetching concurrent-ruby 1.2.2
Installing concurrent-ruby 1.2.2
Fetching connection_pool 2.2.5
Installing connection_pool 2.2.5
Using metaclass 0.0.4
Using minitest 5.10.3
Using minitest-stub-const 0.6
Using mocha 1.9.0
Using newrelic_rpm 9.6.0 from source at `/home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent`
Using rack 3.0.8
Using rack-protection 2.2.4
Using redis 4.8.1
Fetching sidekiq 5.0.5
Installing sidekiq 5.0.5
Using warning 1.3.0
Using 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.2.2), 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.6.0), rack (3.0.8), rack-protection (2.2.4), rake (13.1.0), redis (4.8.1), sidekiq (5.0.5), warning (1.3.0), webrick (1.8.1)
Run options: --seed 16469
# Running:
S.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/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