Grant security-events write permissions for Trivy #6156
Annotations
2 errors and 2 warnings
Annotate errors
********************************************************************************
Running "sidekiq" using CHAIN for Envfile entry 0
Starting tests in child PID 12312 at 2024-10-31 22:59:51 +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.15.0 from source at `/home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent`
Using rack 3.1.8
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.2
Installing webrick 1.8.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.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.15.0), rack (3.1.8), rack-protection (2.2.4), rake (13.2.1), redis (4.8.1), sidekiq (5.0.5), warning (1.4.0), webrick (1.8.2)
Run options: --seed 35888
# Running:
2024-10-31T22:59:54.083Z 12312 TID-gphctfdhg INFO: Booting Sidekiq 5.0.5 with redis options {:id=>"Sidekiq-server-PID-12312", :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 pos
|
Run Multiverse Tests
Final attempt failed. Child_process exited with error code 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