Background job total time adjustment (customer request) #7207
Annotations
2 errors and 1 warning
|
Run Multiverse (services_2)
********************************************************************************
Running "sidekiq_ignore_retry_errors_enabled" using CHAIN for Envfile entry 0
Starting tests in child PID 8454 at 2025-12-10 21:53:40 +0000
Bundling in /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/suites/sidekiq_ignore_retry_errors_enabled...
Fetching gem metadata from https://rubygems.org/............
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Using rake 13.3.1
Using bundler 1.17.3
Fetching concurrent-ruby 1.3.5
Installing concurrent-ruby 1.3.5
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.24.0 from source at `/home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent`
Using rack 3.2.4
Fetching rack-protection 2.2.4
Installing rack-protection 2.2.4
Using redis 4.8.1
Fetching sidekiq 5.0.5
Installing sidekiq 5.0.5
Using warning 1.5.0
Using webrick 1.9.2
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.5), 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.24.0), rack (3.2.4), rack-protection (2.2.4), rake (13.3.1), redis (4.8.1), sidekiq (5.0.5), warning (1.5.0), webrick (1.9.2)
Run options: --seed 64676
# Running:
S2025-12-10T21:53:43.615Z 8454 TID-gsfwnog7o INFO: Booting Sidekiq 5.0.5 with redis options {:id=>"Sidekiq-server-PID-8454", :url=>nil}
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", time
|
|
Run Multiverse (services_2)
Final attempt failed. Child_process exited with error code 1
|
|
Run Multiverse (services_2)
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Loading