hasghari/conifer

View on GitHub
ci: Update supported ruby versions #99
Hamed Asghari authored 6023cc54
errored00:00:25
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.yml.
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-rubocop:b634
b634: Pulling from codeclimate/codeclimate-rubocop
e7c96db7181b: Pulling fs layer
622c94c90cb1: Pulling fs layer
dbd6b8b21943: Pulling fs layer
10dd230dd590: Pulling fs layer
cdaad85321f3: Pulling fs layer
1212a4d3da76: Pulling fs layer
6a49c6da5180: Pulling fs layer
fedc6f037b42: Pulling fs layer
88aee4f19972: Pulling fs layer
7135c2c79926: Pulling fs layer
0e29df3a3548: Pulling fs layer
2f95a15f1621: Pulling fs layer
1212a4d3da76: Waiting
88aee4f19972: Waiting
7135c2c79926: Waiting
0e29df3a3548: Waiting
2f95a15f1621: Waiting
6a49c6da5180: Waiting
dbd6b8b21943: Waiting
fedc6f037b42: Waiting
e7c96db7181b: Waiting
dbd6b8b21943: Verifying Checksum
dbd6b8b21943: Download complete
e7c96db7181b: Pull complete
622c94c90cb1: Verifying Checksum
622c94c90cb1: Download complete
cdaad85321f3: Verifying Checksum
cdaad85321f3: Download complete
622c94c90cb1: Pull complete
1212a4d3da76: Verifying Checksum
1212a4d3da76: Download complete
dbd6b8b21943: Pull complete
6a49c6da5180: Verifying Checksum
6a49c6da5180: Download complete
fedc6f037b42: Verifying Checksum
fedc6f037b42: Download complete
10dd230dd590: Verifying Checksum
10dd230dd590: Download complete
7135c2c79926: Verifying Checksum
7135c2c79926: Download complete
0e29df3a3548: Download complete
2f95a15f1621: Verifying Checksum
2f95a15f1621: Download complete
88aee4f19972: Verifying Checksum
88aee4f19972: Download complete
10dd230dd590: Pull complete
cdaad85321f3: Pull complete
1212a4d3da76: Pull complete
6a49c6da5180: Pull complete
fedc6f037b42: Pull complete
88aee4f19972: Pull complete
7135c2c79926: Pull complete
0e29df3a3548: Pull complete
2f95a15f1621: Pull complete
Digest: sha256:f977c52bfc7a3e7af716ba13befce4888cf022558c6e35c1f071a4660157e3d3
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-rubocop:b634
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
bundler-audit
bundler-audit engine documentation
8
fixme
fixme engine documentation
9
rubocop
rubocop engine documentation
View output
/usr/local/bundle/gems/rubocop-0.80.1/lib/rubocop/config_validator.rb:78:in `check_target_ruby': RuboCop found unknown Ruby version 3.0 in `TargetRubyVersion` parameter (in .rubocop.yml). (RuboCop::ValidationError)
Supported versions: 2.3, 2.4, 2.5, 2.6, 2.7
	from /usr/local/bundle/gems/rubocop-0.80.1/lib/rubocop/config_validator.rb:39:in `validate'
	from /usr/local/bundle/gems/rubocop-0.80.1/lib/rubocop/config.rb:44:in `check'
	from /usr/local/bundle/gems/rubocop-0.80.1/lib/rubocop/config.rb:37:in `create'
	from /usr/local/bundle/gems/rubocop-0.80.1/lib/rubocop/config_loader.rb:54:in `load_file'
	from /usr/local/bundle/gems/rubocop-0.80.1/lib/rubocop/config_loader.rb:86:in `configuration_from_file'
	from /usr/local/bundle/gems/rubocop-0.80.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>'