The repository has broken code in the master. It's visible by the same error in all of the recent pipelines:
Caused by: org.apache.maven.plugin.MojoFailureException: 'MjLint' execution failed
at org.eolang.maven.MjSafe.exitError (MjSafe.java:693)
at org.eolang.maven.MjSafe.execute (MjSafe.java:528)
at org.eolang.maven.Moja.execute (Moja.java:108)
at org.eolang.maven.MjCompile.exec (MjCompile.java:45)
at org.eolang.maven.MjSafe.lambda$execWithTimeout$9 (MjSafe.java:639)
at java.util.concurrent.FutureTask.run (FutureTask.java:317)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1144)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:642)
at java.lang.Thread.run (Thread.java:1575)
Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: In 96 XMIR files, we found 4219 critical errors, and 4297 warnings (must stop here)
at java.util.concurrent.FutureTask.report (FutureTask.java:122)
at java.util.concurrent.FutureTask.get (FutureTask.java:205)
at org.eolang.maven.MjSafe.execWithTimeout (MjSafe.java:642)
at org.eolang.maven.MjSafe.execute (MjSafe.java:510)
at org.eolang.maven.Moja.execute (Moja.java:108)
at org.eolang.maven.MjCompile.exec (MjCompile.java:45)
at org.eolang.maven.MjSafe.lambda$execWithTimeout$9 (MjSafe.java:639)
at java.util.concurrent.FutureTask.run (FutureTask.java:317)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1144)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:642)
at java.lang.Thread.run (Thread.java:1575)
Caused by: java.lang.IllegalStateException: In 96 XMIR files, we found 4219 critical errors, and 4297 warnings (must stop here)
at org.eolang.maven.MjLint.lint (MjLint.java:122)
at org.eolang.maven.MjLint.exec (MjLint.java:72)
at org.eolang.maven.MjSafe.lambda$execWithTimeout$9 (MjSafe.java:639)
at java.util.concurrent.FutureTask.run (FutureTask.java:317)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1144)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:642)
at java.lang.Thread.run (Thread.java:1575)
We can see it here:
https://github.com/objectionary/eo/actions/runs/23890624670/job/69662894229?pr=4972
https://github.com/objectionary/eo/actions/runs/23981847631/job/69947371457
https://github.com/objectionary/eo/actions/runs/23890624621/job/6966289411
All of the failed pipelines are from different PRs, but all of them have the same issue.
The repository has broken code in the master. It's visible by the same error in all of the recent pipelines:
We can see it here:
https://github.com/objectionary/eo/actions/runs/23890624670/job/69662894229?pr=4972
https://github.com/objectionary/eo/actions/runs/23981847631/job/69947371457
https://github.com/objectionary/eo/actions/runs/23890624621/job/6966289411
All of the failed pipelines are from different PRs, but all of them have the same issue.