zebMcCorkle/budgetplex

View on GitHub
Merge pull request #19 from zebMcCorkle/bungee-plugin #229
Zebulon McCorkle authored 3bdfcdcb
errored00:00:19
An engine encountered an error
E10 Error

We had trouble running the checkstyle 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: 'engines' has been deprecated, please use 'plugins' instead
WARNING: 'ratings' has been deprecated, and will not be used
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-checkstyle:b63
b63: Pulling from codeclimate/codeclimate-checkstyle
9d48c3bd43c5: Pulling fs layer
9ce9598067e7: Pulling fs layer
278f4c997324: Pulling fs layer
bfca09e5fd9a: Pulling fs layer
2612f15b9d22: Pulling fs layer
aeba6597b8e5: Pulling fs layer
2ae9a3f4db62: Pulling fs layer
ccd54619006b: Pulling fs layer
d33d7c82165e: Pulling fs layer
3ea7591dd517: Pulling fs layer
44cae634b638: Pulling fs layer
686f01acaac9: Pulling fs layer
8fe228370914: Pulling fs layer
0591284d2e9e: Pulling fs layer
2ecc1a87d0c7: Pulling fs layer
b82c82cb5a38: Pulling fs layer
88041b16574a: Pulling fs layer
bfca09e5fd9a: Waiting
81470718d171: Pulling fs layer
2ae9a3f4db62: Waiting
d33d7c82165e: Waiting
2612f15b9d22: Waiting
ccd54619006b: Waiting
3ea7591dd517: Waiting
aeba6597b8e5: Waiting
2ecc1a87d0c7: Waiting
8fe228370914: Waiting
b82c82cb5a38: Waiting
0591284d2e9e: Waiting
88041b16574a: Waiting
44cae634b638: Waiting
81470718d171: Waiting
686f01acaac9: Waiting
278f4c997324: Verifying Checksum
278f4c997324: Download complete
9d48c3bd43c5: Verifying Checksum
9d48c3bd43c5: Download complete
9ce9598067e7: Download complete
9d48c3bd43c5: Pull complete
2612f15b9d22: Verifying Checksum
2612f15b9d22: Download complete
aeba6597b8e5: Verifying Checksum
aeba6597b8e5: Download complete
9ce9598067e7: Pull complete
278f4c997324: Pull complete
2ae9a3f4db62: Download complete
bfca09e5fd9a: Verifying Checksum
bfca09e5fd9a: Download complete
d33d7c82165e: Download complete
3ea7591dd517: Verifying Checksum
3ea7591dd517: Download complete
44cae634b638: Verifying Checksum
44cae634b638: Download complete
8fe228370914: Download complete
686f01acaac9: Verifying Checksum
686f01acaac9: Download complete
0591284d2e9e: Verifying Checksum
0591284d2e9e: Download complete
bfca09e5fd9a: Pull complete
b82c82cb5a38: Verifying Checksum
b82c82cb5a38: Download complete
2612f15b9d22: Pull complete
aeba6597b8e5: Pull complete
2ae9a3f4db62: Pull complete
88041b16574a: Verifying Checksum
88041b16574a: Download complete
ccd54619006b: Verifying Checksum
ccd54619006b: Download complete
2ecc1a87d0c7: Verifying Checksum
2ecc1a87d0c7: Download complete
81470718d171: Download complete
ccd54619006b: Pull complete
d33d7c82165e: Pull complete
3ea7591dd517: Pull complete
44cae634b638: Pull complete
686f01acaac9: Pull complete
8fe228370914: Pull complete
0591284d2e9e: Pull complete
2ecc1a87d0c7: Pull complete
b82c82cb5a38: Pull complete
88041b16574a: Pull complete
81470718d171: Pull complete
Digest: sha256:759529e6389fd543029c84bd14ee1627b71694a03dfdc3de3b71d6b3e96d7294
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-checkstyle:b63
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
fixme
fixme engine documentation
8
checkstyle
checkstyle engine documentation
View output
com.puppycrawl.tools.checkstyle.api.CheckstyleException: cannot initialize module TreeWalker - TreeWalker is not allowed as a parent of LineLength Please review 'Parent Module' section for this Check in web documentation if Check is standard.
	at com.puppycrawl.tools.checkstyle.Checker.setupChild(Checker.java:473)
	at com.puppycrawl.tools.checkstyle.api.AutomaticBean.configure(AutomaticBean.java:201)
	at com.puppycrawl.tools.checkstyle.Main.runCheckstyle(Main.java:405)
	at com.puppycrawl.tools.checkstyle.Main.runCli(Main.java:332)
	at com.puppycrawl.tools.checkstyle.Main.execute(Main.java:191)
	at com.puppycrawl.tools.checkstyle.Main.main(Main.java:126)
Caused by: com.puppycrawl.tools.checkstyle.api.CheckstyleException: TreeWalker is not allowed as a parent of LineLength Please review 'Parent Module' section for this Check in web documentation if Check is standard.
	at com.puppycrawl.tools.checkstyle.TreeWalker.setupChild(TreeWalker.java:140)
	at com.puppycrawl.tools.checkstyle.api.AutomaticBean.configure(AutomaticBean.java:201)
	at com.puppycrawl.tools.checkstyle.Checker.setupChild(Checker.java:468)
	... 5 more
Checkstyle ends with 1 errors.