department-of-veterans-affairs/gibct-data-service

View on GitHub
Update ruby version for CVE (3.3.0->3.3.1) + Bundler #4769
Ryan McNeil authored 6a6da8a4
errored00:00:29
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:b649
b649: Pulling from codeclimate/codeclimate-rubocop
aad63a933944: Pulling fs layer
cca28d9d22b9: Pulling fs layer
e46ee7bc75f6: Pulling fs layer
12139539199e: Pulling fs layer
c262dbdf41d7: Pulling fs layer
e1dd46a51c97: Pulling fs layer
3c96287b0274: Pulling fs layer
835bf35953fa: Pulling fs layer
52e0d1608c88: Pulling fs layer
703f61bf108c: Pulling fs layer
863413d180f5: Pulling fs layer
8a85414f9d80: Pulling fs layer
3c96287b0274: Waiting
12139539199e: Waiting
c262dbdf41d7: Waiting
835bf35953fa: Waiting
e1dd46a51c97: Waiting
52e0d1608c88: Waiting
703f61bf108c: Waiting
863413d180f5: Waiting
8a85414f9d80: Waiting
e46ee7bc75f6: Download complete
cca28d9d22b9: Verifying Checksum
cca28d9d22b9: Download complete
aad63a933944: Verifying Checksum
aad63a933944: Download complete
c262dbdf41d7: Verifying Checksum
c262dbdf41d7: Download complete
aad63a933944: Pull complete
e1dd46a51c97: Verifying Checksum
e1dd46a51c97: Download complete
3c96287b0274: Download complete
cca28d9d22b9: Pull complete
12139539199e: Verifying Checksum
12139539199e: Download complete
e46ee7bc75f6: Pull complete
835bf35953fa: Verifying Checksum
835bf35953fa: Download complete
703f61bf108c: Verifying Checksum
703f61bf108c: Download complete
863413d180f5: Verifying Checksum
8a85414f9d80: Verifying Checksum
8a85414f9d80: Download complete
12139539199e: Pull complete
c262dbdf41d7: Pull complete
e1dd46a51c97: Pull complete
3c96287b0274: Pull complete
52e0d1608c88: Verifying Checksum
52e0d1608c88: Download complete
835bf35953fa: Pull complete
52e0d1608c88: Pull complete
703f61bf108c: Pull complete
863413d180f5: Pull complete
8a85414f9d80: Pull complete
Digest: sha256:664b138ce469cd2346c0c460fe4ada87f3b8dddacababe27eef352c706a23de6
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-rubocop:b649
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-04-23T23:10:26.876455 #1]  WARN -- : Skipping vendor/assets/javascripts/bootstrap.min.js due to CC::Parser::Client::HTTPError
W, [2024-04-23T23:10:26.876503 #1]  WARN -- : Response status: 422
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-04-23T23:10:33.399389 #1]  WARN -- : Skipping ./vendor/assets/javascripts/bootstrap.min.js due to CC::Parser::Client::HTTPError
W, [2024-04-23T23:10:33.497044 #1]  WARN -- : Response status: 422
7
rubocop
rubocop engine documentation
View output
/usr/local/bundle/gems/rubocop-0.82.0/lib/rubocop/config_validator.rb:82:in `check_target_ruby': RuboCop found unknown Ruby version 3.3 in `.ruby-version`. (RuboCop::ValidationError)
Supported versions: 2.4, 2.5, 2.6, 2.7
	from /usr/local/bundle/gems/rubocop-0.82.0/lib/rubocop/config_validator.rb:41:in `validate'
	from /usr/local/bundle/gems/rubocop-0.82.0/lib/rubocop/config.rb:44:in `check'
	from /usr/local/bundle/gems/rubocop-0.82.0/lib/rubocop/config.rb:37:in `create'
	from /usr/local/bundle/gems/rubocop-0.82.0/lib/rubocop/config_loader.rb:54:in `load_file'
	from /usr/local/bundle/gems/rubocop-0.82.0/lib/rubocop/config_loader_resolver.rb:143:in `block in base_configs'
	from /usr/local/bundle/gems/rubocop-0.82.0/lib/rubocop/config_loader_resolver.rb:142:in `map'
	from /usr/local/bundle/gems/rubocop-0.82.0/lib/rubocop/config_loader_resolver.rb:142:in `base_configs'
	from /usr/local/bundle/gems/rubocop-0.82.0/lib/rubocop/config_loader_resolver.rb:22:in `resolve_inheritance'
	from /usr/local/bundle/gems/rubocop-0.82.0/lib/rubocop/config_loader.rb:50:in `load_file'
	from /usr/local/bundle/gems/rubocop-0.82.0/lib/rubocop/config_store.rb:23:in `options_config='
	from /usr/src/app/lib/cc/engine/rubocop.rb:55:in `block in config_store'
	from /usr/src/app/lib/cc/engine/rubocop.rb:53:in `tap'
	from /usr/src/app/lib/cc/engine/rubocop.rb:53:in `config_store'
	from /usr/src/app/lib/cc/engine/rubocop.rb:46: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>'