murb/workbook

View on GitHub
Release 0.9.0 #132
murb authored b575c3e8
errored00:00:20
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:b937
b937: Pulling from codeclimate/codeclimate-rubocop
0a6724ff3fcd: Already exists
dac597affe20: Already exists
9e2877e2a047: Already exists
3b12aba1d7fe: Already exists
199631f239de: Already exists
c684e81b1444: Pulling fs layer
2ddac20cc476: Pulling fs layer
c7742bc2e5e8: Pulling fs layer
7b57c9fb36e2: Pulling fs layer
e076f9a2e594: Pulling fs layer
fb8515399cc3: Pulling fs layer
5c227b1d6ba1: Pulling fs layer
fb8515399cc3: Waiting
5c227b1d6ba1: Waiting
7b57c9fb36e2: Waiting
e076f9a2e594: Waiting
c684e81b1444: Verifying Checksum
c684e81b1444: Download complete
2ddac20cc476: Verifying Checksum
2ddac20cc476: Download complete
c7742bc2e5e8: Verifying Checksum
c7742bc2e5e8: Download complete
c684e81b1444: Pull complete
2ddac20cc476: Pull complete
e076f9a2e594: Download complete
c7742bc2e5e8: Pull complete
fb8515399cc3: Verifying Checksum
fb8515399cc3: Download complete
5c227b1d6ba1: Download complete
7b57c9fb36e2: Verifying Checksum
7b57c9fb36e2: Download complete
7b57c9fb36e2: Pull complete
e076f9a2e594: Pull complete
fb8515399cc3: Pull complete
5c227b1d6ba1: Pull complete
Digest: sha256:d3be0b8590418c308cbcd55cf9222da396b305672b2762bc629706233f5694e8
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-rubocop:b937
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-11-05T01:48:29.890262 #1]  WARN -- : Skipping lib/workbook/sheet.rb due to CC::Parser::Client::HTTPError
W, [2024-11-05T01:48:29.890291 #1]  WARN -- : Response status: 422
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
I, [2024-11-05T01:48:32.623260 #1]  INFO -- : Skipping file ./lib/workbook/sheet.rb due to exception (Racc::ParseError): ./lib/workbook/sheet.rb:91 :: parse error on value "..." (tDOT3)
7
rubocop
rubocop engine documentation
View output
/usr/local/bundle/gems/rubocop-ast-1.14.0/lib/rubocop/ast/processed_source.rb:251:in `parser_class': RuboCop found unknown Ruby version: 3.2 (ArgumentError)
	from /usr/local/bundle/gems/rubocop-ast-1.14.0/lib/rubocop/ast/processed_source.rb:260:in `create_parser'
	from /usr/local/bundle/gems/rubocop-ast-1.14.0/lib/rubocop/ast/processed_source.rb:210:in `parse'
	from /usr/local/bundle/gems/rubocop-ast-1.14.0/lib/rubocop/ast/processed_source.rb:38:in `initialize'
	from /usr/local/bundle/gems/rubocop-ast-1.14.0/lib/rubocop/ast/processed_source.rb:20:in `new'
	from /usr/local/bundle/gems/rubocop-ast-1.14.0/lib/rubocop/ast/processed_source.rb:20:in `from_file'
	from /usr/src/app/lib/cc/engine/source_file.rb:27:in `processed_source'
	from /usr/src/app/lib/cc/engine/source_file.rb:14:in `inspect'
	from /usr/src/app/lib/cc/engine/rubocop.rb:34:in `block (2 levels) in run'
	from /usr/src/app/lib/cc/engine/rubocop.rb:28:in `each'
	from /usr/src/app/lib/cc/engine/rubocop.rb:28:in `block in run'
	from /usr/src/app/lib/cc/engine/rubocop.rb:27:in `chdir'
	from /usr/src/app/lib/cc/engine/rubocop.rb:27:in `run'
	from /usr/src/app/bin/codeclimate-rubocop:17:in `<main>'