Gitlab SAST.gitlab-ci.yml on java project fails

We run the SAST scanner on our ci pipeline and get the below error. (CI_DEBUG_TRACE enabled)
Is there a way to see why the job failed or a known solution?
Gitlab EE 12.3.3, Java 11, Maven

CI pipeline excerpt

include:
  - template: SAST.gitlab-ci.yml  # https://gitlab.com/gitlab-org/gitlab-foss/blob/master/lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml

sast:
  variables:
    SAST_JAVA_VERSION: "11"

Error

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:06 min
[INFO] Finished at: 2019-11-06T09:11:11Z
[INFO] ------------------------------------------------------------------------
Project built.

Error: SpotBugs analysis failed for /tmp/app: signal: killed

2019/11/06 09:15:21 signal: killed
2019/11/06 09:15:25 Container exited with non zero status code

Hey there!

I have the same problem! Have you found a solution?

Thanks!
Tobias

1 Like

Also getting ERROR: Job failed: signal: killed

Iā€™m simply running client build, that takes little over a minute: Done in 69.34s.
But that seems to be enough to fail the pipeline without any additional output.

Please let me know if there is a solution, workaround, and bug report if so needed.