cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
miikka 2020-05-05T17:24:38.046300Z

Is cljdoc running out of memory here? "Analysis failed with code 137" https://app.circleci.com/pipelines/github/cljdoc/builder/4824/workflows/0732d1f9-e19d-4e97-b975-098004711f85/jobs/21199/steps

martinklepsch 2020-05-05T17:34:31.046400Z

I’d be surprised. Is 137 the error code for that?

martinklepsch 2020-05-05T17:34:41.046600Z

I guess we should try to surface more of the output if possible

martinklepsch 2020-05-05T17:46:09.046800Z

worked when rerunning the job

martinklepsch 2020-05-05T17:46:18.047Z

I’m putting some code in place to print process output

miikka 2020-05-05T17:46:48.047200Z

Yeah, 137 is what you get if oomkiller kills your process. You can probably get it some other ways, too, of course.

miikka 2020-05-05T17:47:24.047400Z

Haven't been here for a while, btw, so you have a nice new profile picture 🙂

martinklepsch 2020-05-05T17:49:35.047600Z

hahhaa

martinklepsch 2020-05-05T17:49:40.047800Z

thank you 🙇

miikka 2020-05-05T19:04:13.048300Z

The spec-tools badge returns an exception as well. I guess it's because the failed analysis? https://cljdoc.org/badge/metosin/spec-tools

martinklepsch 2020-05-05T19:06:32.049300Z

Yeah that might be, can you try restarting the build via the rebuild button left of the github link https://cljdoc.org/d/metosin/spec-tools/0.10.2/doc/readme

martinklepsch 2020-05-05T19:07:11.049800Z

(It’s hidden by default)

miikka 2020-05-05T19:10:31.050100Z

Sneaky

miikka 2020-05-05T19:12:29.050400Z

Hey, it works after the rebuild! Thanks a lot