Codeminer42/cm42-central

View on GitHub
set rubocop gems not to be required #4144
Daniel M Brasil authored b37ca512
errored00:00:30
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
WARNING: unknown engine or channel <flay:stable>
WARNING: engine duplication: 'exclude_paths' has been deprecated, please use 'exclude_patterns' instead
WARNING: 'engines' has been deprecated, please use 'plugins' instead
WARNING: 'exclude_paths' has been deprecated, please use 'exclude_patterns' instead
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-rubocop:b355
b355: Pulling from codeclimate/codeclimate-rubocop
90f4dba627d6: Already exists
a3ed95caeb02: Already exists
98c1a7514ba6: Pulling fs layer
a3ed95caeb02: Pulling fs layer
04012cf6b144: Pulling fs layer
bded31d1aec1: Pulling fs layer
8c434cf12380: Pulling fs layer
916baa181dc3: Pulling fs layer
ae35f3a32365: Pulling fs layer
52b48b59af66: Pulling fs layer
1caeee9dceaf: Pulling fs layer
5b79bc244fec: Pulling fs layer
04012cf6b144: Waiting
bded31d1aec1: Waiting
8c434cf12380: Waiting
916baa181dc3: Waiting
ae35f3a32365: Waiting
52b48b59af66: Waiting
1caeee9dceaf: Waiting
5b79bc244fec: Waiting
a3ed95caeb02: Verifying Checksum
a3ed95caeb02: Download complete
98c1a7514ba6: Verifying Checksum
98c1a7514ba6: Download complete
98c1a7514ba6: Pull complete
8c434cf12380: Verifying Checksum
8c434cf12380: Download complete
a3ed95caeb02: Pull complete
bded31d1aec1: Verifying Checksum
bded31d1aec1: Download complete
916baa181dc3: Verifying Checksum
916baa181dc3: Download complete
ae35f3a32365: Verifying Checksum
ae35f3a32365: Download complete
1caeee9dceaf: Verifying Checksum
1caeee9dceaf: Download complete
52b48b59af66: Verifying Checksum
52b48b59af66: Download complete
5b79bc244fec: Verifying Checksum
5b79bc244fec: Download complete
04012cf6b144: Verifying Checksum
04012cf6b144: Download complete
04012cf6b144: Pull complete
bded31d1aec1: Pull complete
8c434cf12380: Pull complete
916baa181dc3: Pull complete
ae35f3a32365: Pull complete
52b48b59af66: Pull complete
1caeee9dceaf: Pull complete
5b79bc244fec: Pull complete
Digest: sha256:a480bff1c661d00258e1c69e25cd0ea0f358aa451a4f05dcec88074cb3d53d91
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-rubocop:b355
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-10-30T01:25:03.900506 #1]  WARN -- : Skipping app/assets/javascripts/pusherSockets.js due to CC::Parser::Client::HTTPError
W, [2024-10-30T01:25:03.900557 #1]  WARN -- : Response status: 422
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-10-30T01:25:13.957604 #1]  WARN -- : Skipping ./app/assets/javascripts/pusherSockets.js due to CC::Parser::Client::HTTPError
W, [2024-10-30T01:25:13.957723 #1]  WARN -- : Response status: 422
7
rubocop
rubocop engine documentation
View output
/usr/local/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:120:in `require': cannot load such file -- rubocop-rails (LoadError)
	from /usr/local/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:120:in `require'
	from /usr/local/bundle/gems/rubocop-0.49.1/lib/rubocop/config_loader_resolver.rb:15:in `block in resolve_requires'
	from /usr/local/bundle/gems/rubocop-0.49.1/lib/rubocop/config_loader_resolver.rb:11:in `each'
	from /usr/local/bundle/gems/rubocop-0.49.1/lib/rubocop/config_loader_resolver.rb:11:in `resolve_requires'
	from /usr/local/bundle/gems/rubocop-0.49.1/lib/rubocop/config_loader.rb:37:in `load_file'
	from /usr/local/bundle/gems/rubocop-0.49.1/lib/rubocop/config_loader.rb:113:in `configuration_from_file'
	from /usr/local/bundle/gems/rubocop-0.49.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:50:in `files_to_inspect'
	from /usr/src/app/lib/cc/engine/rubocop.rb:30:in `block in run'
	from /usr/src/app/lib/cc/engine/rubocop.rb:29:in `chdir'
	from /usr/src/app/lib/cc/engine/rubocop.rb:29:in `run'
	from /usr/src/app/bin/codeclimate-rubocop:17:in `<main>'