dougyouch/dynamic-active-model

View on GitHub
need to check for both methods #117
Doug Youch authored 32ad427a
errored00:00:16
An engine encountered an error
E10 Error

We had trouble running the rubocop engine.

The engine's output shown below may indicate the cause of the error.

If not, please contact us so we can investigate further.

1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
No errors or warnings found in .codeclimate.json.
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-rubocop:b373
b373: Pulling from codeclimate/codeclimate-rubocop
ab7e51e37a18: Pulling fs layer
a3ed95caeb02: Pulling fs layer
442b117d3b3d: Pulling fs layer
b55acd437fdd: Pulling fs layer
85b6435fbecb: Pulling fs layer
dae88c5227db: Pulling fs layer
488697fd6c5d: Pulling fs layer
8fcbcdc5ec3f: Pulling fs layer
e614deca59a8: Pulling fs layer
d14e6893c4a6: Pulling fs layer
b55acd437fdd: Waiting
8fcbcdc5ec3f: Waiting
e614deca59a8: Waiting
85b6435fbecb: Waiting
d14e6893c4a6: Waiting
dae88c5227db: Waiting
488697fd6c5d: Waiting
442b117d3b3d: Verifying Checksum
442b117d3b3d: Download complete
a3ed95caeb02: Verifying Checksum
a3ed95caeb02: Download complete
ab7e51e37a18: Verifying Checksum
ab7e51e37a18: Download complete
85b6435fbecb: Verifying Checksum
85b6435fbecb: Download complete
ab7e51e37a18: Pull complete
dae88c5227db: Verifying Checksum
dae88c5227db: Download complete
a3ed95caeb02: Pull complete
488697fd6c5d: Download complete
442b117d3b3d: Pull complete
b55acd437fdd: Verifying Checksum
b55acd437fdd: Download complete
e614deca59a8: Verifying Checksum
e614deca59a8: Download complete
8fcbcdc5ec3f: Verifying Checksum
8fcbcdc5ec3f: Download complete
d14e6893c4a6: Download complete
b55acd437fdd: Pull complete
85b6435fbecb: Pull complete
dae88c5227db: Pull complete
488697fd6c5d: Pull complete
8fcbcdc5ec3f: Pull complete
e614deca59a8: Pull complete
d14e6893c4a6: Pull complete
Digest: sha256:143b71b19464a9a5eb02db5a17d67e9e44ac2215ee78bcfcf1452b354414c658
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-rubocop:b373
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
7
rubocop
rubocop engine documentation
View output
/usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config.rb:510:in `check_target_ruby': Unknown Ruby version 3.1 found in `.ruby-version`. (RuboCop::ValidationError)
Supported versions: 2.1, 2.2, 2.3, 2.4, 2.5
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config.rb:313:in `validate'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config.rb:201:in `check'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config.rb:194:in `create'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config_loader.rb:48:in `load_file'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config_loader.rb:79:in `configuration_from_file'
	from /usr/local/bundle/gems/rubocop-0.52.1/lib/rubocop/config_store.rb:44:in `for'
	from /usr/src/app/lib/cc/engine/file_list_resolver.rb:38:in `rubocop_file_to_include?'
	from /usr/src/app/lib/cc/engine/file_list_resolver.rb:16:in `block in expanded_list'
	from /usr/src/app/lib/cc/engine/file_list_resolver.rb:13:in `each'
	from /usr/src/app/lib/cc/engine/file_list_resolver.rb:13:in `flat_map'
	from /usr/src/app/lib/cc/engine/file_list_resolver.rb:13:in `expanded_list'
	from /usr/src/app/lib/cc/engine/rubocop.rb:49:in `files_to_inspect'
	from /usr/src/app/lib/cc/engine/rubocop.rb:29:in `block in run'
	from /usr/src/app/lib/cc/engine/rubocop.rb:28:in `chdir'
	from /usr/src/app/lib/cc/engine/rubocop.rb:28:in `run'
	from /usr/src/app/bin/codeclimate-rubocop:17:in `<main>'