Running RSpec locally produces a lot of warnings
When I run bundle exec rspec
locally, I see a lot of warnings which really should be addressed:
$ bundle exec rspec
warning: parser/current is loading parser/ruby27, which recognizes
warning: 2.7.2-compliant syntax, but you are running 2.7.5.
warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/rspec-parameterized-0.4.2/lib/rspec/parameterized.rb:91: warning: instance variable @parameterized_pending_cases not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/rspec-parameterized-0.4.2/lib/rspec/parameterized.rb:91: warning: instance variable @parameterized_pending_cases not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/rspec-parameterized-0.4.2/lib/rspec/parameterized.rb:91: warning: instance variable @parameterized_pending_cases not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:252: warning: mismatched indentations at 'end' with 'case' at 236
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:261: warning: mismatched indentations at 'else' with 'if' at 258
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:264: warning: mismatched indentations at 'end' with 'else' at 261
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:268: warning: mismatched indentations at 'else' with 'if' at 255
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:274: warning: mismatched indentations at 'end' with 'else' at 268
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:276: warning: mismatched indentations at 'end' with 'begin' at 235
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:278: warning: mismatched indentations at 'end' with 'if' at 234
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:914: warning: mismatched indentations at 'end' with 'case' at 717
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:916: warning: mismatched indentations at 'end' with 'begin' at 716
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:919: warning: mismatched indentations at 'end' with 'begin' at 715
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:921: warning: mismatched indentations at 'end' with 'begin' at 714
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:922: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:940: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:958: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:976: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:994: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1012: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1030: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1048: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1066: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1084: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1102: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1120: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1138: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1156: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1174: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1192: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1210: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1228: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1246: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1264: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1282: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1300: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1318: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1336: warning: mismatched indentations at 'when' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1355: warning: mismatched indentations at 'end' with 'case' at 282
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1372: warning: mismatched indentations at 'end' with 'case' at 1356
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1382: warning: mismatched indentations at 'end' with 'begin' at 280
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1384: warning: mismatched indentations at 'end' with 'if' at 279
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1386: warning: mismatched indentations at 'end' with 'begin' at 233
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1388: warning: mismatched indentations at 'end' with 'if' at 232
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1390: warning: mismatched indentations at 'end' with 'begin' at 196
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1392: warning: mismatched indentations at 'end' with 'while' at 195
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1394: warning: mismatched indentations at 'end' with 'begin' at 189
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/language/lexer.rb:1475: warning: mismatched indentations at 'else' with 'if' at 1467
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/build_from_definition.rb:394: warning: possibly useless use of a literal in void context
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/resolver/has_payload_type.rb:46: warning: instance variable @object_class not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/resolver/has_payload_type.rb:46: warning: instance variable @object_class not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/interface.rb:47: warning: instance variable @type_membership_class not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_arguments.rb:327: warning: instance variable @own_arguments not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_arguments.rb:327: warning: instance variable @own_arguments not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema.rb:1309: warning: instance variable @query_execution_strategy not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema.rb:1309: warning: instance variable @query_execution_strategy not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema.rb:1317: warning: instance variable @mutation_execution_strategy not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema.rb:1317: warning: instance variable @mutation_execution_strategy not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema.rb:1325: warning: instance variable @subscription_execution_strategy not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema.rb:1325: warning: instance variable @subscription_execution_strategy not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema.rb:1100: warning: instance variable @query_object not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema.rb:1100: warning: instance variable @query_object not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema.rb:1114: warning: instance variable @mutation_object not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema.rb:1114: warning: instance variable @mutation_object not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema.rb:1129: warning: instance variable @subscription_object not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema.rb:1129: warning: instance variable @subscription_object not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:64: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_arguments.rb:327: warning: instance variable @own_arguments not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_arguments.rb:327: warning: instance variable @own_arguments not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_arguments.rb:327: warning: instance variable @own_arguments not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_arguments.rb:327: warning: instance variable @own_arguments not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:36: warning: instance variable @own_default_argument_configurations not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/field_extension.rb:65: warning: instance variable @own_extras not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:23: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:64: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_arguments.rb:327: warning: instance variable @own_arguments not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:64: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_arguments.rb:327: warning: instance variable @own_arguments not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:64: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_arguments.rb:327: warning: instance variable @own_arguments not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:64: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_arguments.rb:327: warning: instance variable @own_arguments not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_arguments.rb:327: warning: instance variable @own_arguments not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:64: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_arguments.rb:327: warning: instance variable @own_arguments not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:64: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_arguments.rb:327: warning: instance variable @own_arguments not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-1.13.5/lib/graphql/schema/member/has_directives.rb:64: warning: instance variable @own_directives not initialized
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-client-0.17.0/lib/graphql/client/schema/possible_types.rb:5: warning: /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-client-0.17.0/lib/graphql/client/schema/possible_types.rb:5: warning: loading in progress, circular require considered harmful - /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-client-0.17.0/lib/graphql/client/schema/object_type.rb
from /Users/ash/.asdf/installs/ruby/2.7.5/bin/bundle:23:in `<main>'
from /Users/ash/.asdf/installs/ruby/2.7.5/bin/bundle:23:in `load'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/exe/bundle:34:in `<top (required)>'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:123:in `with_friendly_errors'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/exe/bundle:46:in `block in <top (required)>'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/lib/bundler/cli.rb:24:in `start'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:476:in `start'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/lib/bundler/cli.rb:30:in `dispatch'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:399:in `dispatch'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/lib/bundler/cli.rb:476:in `exec'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:28:in `run'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `kernel_load'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `load'
from /Users/ash/.asdf/installs/ruby/2.7.5/bin/rspec:23:in `<top (required)>'
from /Users/ash/.asdf/installs/ruby/2.7.5/bin/rspec:23:in `load'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/rspec-core-3.10.0/exe/rspec:4:in `<top (required)>'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/rspec-core-3.10.0/lib/rspec/core/runner.rb:45:in `invoke'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/rspec-core-3.10.0/lib/rspec/core/runner.rb:71:in `run'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/rspec-core-3.10.0/lib/rspec/core/runner.rb:86:in `run'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/rspec-core-3.10.0/lib/rspec/core/runner.rb:102:in `setup'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/rspec-core-3.10.0/lib/rspec/core/configuration.rb:1613:in `load_spec_files'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/rspec-core-3.10.0/lib/rspec/core/configuration.rb:1613:in `each'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/rspec-core-3.10.0/lib/rspec/core/configuration.rb:1615:in `block in load_spec_files'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/rspec-core-3.10.0/lib/rspec/core/configuration.rb:2112:in `load_file_handling_errors'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/rspec-core-3.10.0/lib/rspec/core/configuration.rb:2112:in `load'
from /Users/ash/src/gitlab/triage-ops/spec/lib/versioned_milestone_spec.rb:4:in `<top (required)>'
from /Users/ash/src/gitlab/triage-ops/spec/lib/versioned_milestone_spec.rb:4:in `require'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/gitlab-triage-1.23.0/lib/gitlab/triage/engine.rb:25:in `<top (required)>'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/gitlab-triage-1.23.0/lib/gitlab/triage/engine.rb:25:in `require_relative'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/gitlab-triage-1.23.0/lib/gitlab/triage/network_adapters/graphql_adapter.rb:1:in `<top (required)>'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/gitlab-triage-1.23.0/lib/gitlab/triage/network_adapters/graphql_adapter.rb:1:in `require'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-client-0.17.0/lib/graphql/client.rb:7:in `<top (required)>'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-client-0.17.0/lib/graphql/client.rb:7:in `require'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-client-0.17.0/lib/graphql/client/definition.rb:5:in `<top (required)>'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-client-0.17.0/lib/graphql/client/definition.rb:5:in `require'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-client-0.17.0/lib/graphql/client/schema/object_type.rb:6:in `<top (required)>'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-client-0.17.0/lib/graphql/client/schema/object_type.rb:6:in `require'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-client-0.17.0/lib/graphql/client/schema/possible_types.rb:5:in `<top (required)>'
from /Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/graphql-client-0.17.0/lib/graphql/client/schema/possible_types.rb:5:in `require'
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/rspec-parameterized-0.4.2/lib/rspec/parameterized.rb:91: warning: instance variable @parameterized_pending_cases not initialized
/Users/ash/src/gitlab/triage-ops/triage/processor/seeking_community_contributions_label.rb:29: warning: assigned but unused variable - comment
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/sentry-raven-3.1.1/lib/raven/core_ext/object/duplicable.rb:30: warning: method redefined; discarding old duplicable?
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/activesupport-7.0.2.2/lib/active_support/core_ext/object/duplicable.rb:26: warning: previous definition of duplicable? was here
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/sentry-raven-3.1.1/lib/raven/core_ext/object/duplicable.rb:122: warning: method redefined; discarding old duplicable?
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/activesupport-7.0.2.2/lib/active_support/core_ext/object/duplicable.rb:36: warning: previous definition of duplicable? was here
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/sentry-raven-3.1.1/lib/raven/core_ext/object/deep_dup.rb:17: warning: method redefined; discarding old deep_dup
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/activesupport-7.0.2.2/lib/active_support/core_ext/object/deep_dup.rb:15: warning: previous definition of deep_dup was here
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/sentry-raven-3.1.1/lib/raven/core_ext/object/deep_dup.rb:31: warning: method redefined; discarding old deep_dup
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/activesupport-7.0.2.2/lib/active_support/core_ext/object/deep_dup.rb:29: warning: previous definition of deep_dup was here
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/sentry-raven-3.1.1/lib/raven/core_ext/object/deep_dup.rb:45: warning: method redefined; discarding old deep_dup
/Users/ash/.asdf/installs/ruby/2.7.5/lib/ruby/gems/2.7.0/gems/activesupport-7.0.2.2/lib/active_support/core_ext/object/deep_dup.rb:43: warning: previous definition of deep_dup was here
Randomized with seed 18035
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Unauthenticated request!
..........................................................................................................................................................
Top 10 slowest examples (1.22 seconds, 65.2% of total time):
DevopsLabels.teams_per_user username: "lulalala", expected_teams: ["license"] returns teams of user
0.48845 seconds ./spec/lib/devops_labels_spec.rb:74
DevopsLabels DevopsLabels::Context#group_for_user returns the group name of the matching group for user
0.27862 seconds ./spec/lib/devops_labels_spec.rb:800
Triage::PercentageRollout with processors having percentage roll out processes the given percentages of events
0.13154 seconds ./spec/triage/percentage_rollout_spec.rb:74
TeeStream.exec writes command stdout and stderr to provided streams
0.11893 seconds ./spec/lib/tee_stream_spec.rb:31
TeeStream.exec captures command status, output and error streams
0.11884 seconds ./spec/lib/tee_stream_spec.rb:20
DevopsLabels DevopsLabels::Context#comment_for_intelligent_stage_and_group_labels_inference returns nil if the resource does not warrant any new labels
0.02211 seconds ./spec/lib/devops_labels_spec.rb:771
Triage::ReactiveLabeler#process behaves like rate limited does not post a comment if number of commands sent exceeds the allowed limit within the period
0.02098 seconds ./spec/support/rate_limit_shared_examples.rb:2
Triage::ReactiveReviewer behaves like rate limited does not post a comment if number of commands sent exceeds the allowed limit within the period
0.02073 seconds ./spec/support/rate_limit_shared_examples.rb:2
DevopsLabels DevopsLabels::Context#can_add_default_group_and_stage? returns false if the resource has a department label
0.01276 seconds ./spec/lib/devops_labels_spec.rb:461
DevopsLabels DevopsLabels::Context#comment_for_intelligent_stage_and_group_labels_inference stage: yes, group: no, category: yes, team: no (33% matching stage) => Group based on feature since feature matches stage returns a comment with a /label quick action
0.01037 seconds ./spec/lib/devops_labels_spec.rb:778
Top 10 slowest example groups:
TeeStream
0.08093 seconds average (0.24279 seconds / 3 examples) ./spec/lib/tee_stream_spec.rb:6
Triage::PercentageRollout
0.04413 seconds average (0.13239 seconds / 3 examples) ./spec/triage/percentage_rollout_spec.rb:8
DevopsLabels
0.00627 seconds average (0.89717 seconds / 143 examples) ./spec/lib/devops_labels_spec.rb:6
Triage::ReactiveReviewer
0.00174 seconds average (0.0313 seconds / 18 examples) ./spec/processor/reactive_reviewer_spec.rb:7
Triage::Rack::Processor
0.0017 seconds average (0.00679 seconds / 4 examples) ./spec/rack/processor_spec.rb:7
AddLegalDisclaimerToEpic
0.00147 seconds average (0.0059 seconds / 4 examples) ./spec/lib/add_legal_disclaimer_to_epic_spec.rb:6
Triage::ReactiveLabeler
0.00146 seconds average (0.02914 seconds / 20 examples) ./spec/processor/reactive_labeler_spec.rb:7
Triage::EngineeringAllocationLabelsReminderJob
0.00143 seconds average (0.01003 seconds / 7 examples) ./spec/job/engineering_allocation_labels_reminder_job_spec.rb:8
Triage::CommandRequestReview
0.00129 seconds average (0.01294 seconds / 10 examples) ./spec/processor/command_request_review_spec.rb:8
Triage::RemindMergedMrDeviatingFromGuideline
0.00119 seconds average (0.02025 seconds / 17 examples) ./spec/processor/remind_merged_mr_deviating_from_guidelines_spec.rb:8
Finished in 1.88 seconds (files took 1.1 seconds to load)
1564 examples, 0 failures
Randomized with seed 18035