Package and Test pipelines failing due to Chef dependency
Package and Test pipelines since 3rd February ( https://gitlab.com/gitlab-org/gitlab/-/pipelines/1163168695 ) have been failing due to Chef dependency: ``` /opt/gitlab/embedded/bin/runsvdir-start: line 37: /proc/sys/fs/file-max: Read-only file system /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/resolver/conflict.rb:48:in `conflicting_dependencies': undefined method `request' for nil:NilClass (NoMethodError) from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/exceptions.rb:61:in `conflicting_dependencies' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/exceptions.rb:55:in `initialize' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/resolver.rb:189:in `exception' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/resolver.rb:189:in `raise' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/resolver.rb:189:in `rescue in resolve' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/resolver.rb:187:in `resolve' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/request_set.rb:413:in `resolve' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/request_set.rb:425:in `resolve_current' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems.rb:224:in `finish_resolve' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems.rb:281:in `block in activate_bin_path' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems.rb:279:in `synchronize' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems.rb:279:in `activate_bin_path' from /opt/gitlab/embedded/bin/cinc-client:25:in `<main>' /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:317:in `raise_error_unless_state': Unable to satisfy the following requirements: (Gem::Resolver::Molinillo::VersionConflict) - `chef (= 18.3.0)` required by `user-specified dependency` from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:299:in `block in unwind_for_conflict' from <internal:kernel>:90:in `tap' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:297:in `unwind_for_conflict' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:682:in `attempt_to_activate' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:254:in `process_topmost_state' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:182:in `resolve' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/resolver/molinillo/lib/molinillo/resolver.rb:43:in `resolve' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/resolver.rb:186:in `resolve' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/request_set.rb:413:in `resolve' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems/request_set.rb:425:in `resolve_current' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems.rb:224:in `finish_resolve' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems.rb:281:in `block in activate_bin_path' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems.rb:279:in `synchronize' from /opt/gitlab/embedded/lib/ruby/site_ruby/3.0.0/rubygems.rb:279:in `activate_bin_path' from /opt/gitlab/embedded/bin/cinc-client:25:in `<main>' ```
issue