Java markdown build breaking?

Hi… I did work in the java markdown track. It seems the server build is not working at all.

For me, the test returns

An error occurred

An error occurred while running your tests. This might mean that there was an issue in our infrastructure, or it might mean that you have something in your code that's causing our systems to break.

Please check your code, and if nothing seems to be wrong, try running the tests again.

image

The thing is: all community solutions seems to be broken:

So perhaps there is an issue with exercism infrastructure itself?

Is there a place where I can see a better error message than “this build made an illegal operation and will be closed?” :slight_smile: ? Perhaps I can help diagnose the issue?

You could use the docker container of the java-test-runner and explore the results:

1 Like

Oh, there is a docker container? Thanks for the info :) Will try it out. When I have more time: will need to go through docker installation at my home computer to try it out…