cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
Sam Ritchie 2021-04-08T15:54:10.035100Z

hey all! @lee I am going to go full on at porting math over to my docs on the next release. Thank you again for this!!

Sam Ritchie 2021-04-08T15:54:28.035700Z

swinging back to a major writing phase now that I’ve got a big chunk of the general relativity code working.

🎉 1
Sam Ritchie 2021-04-08T15:54:34.036100Z

Q for y’all: I see a failed build here, https://cljdoc.org/builds/42535

Sam Ritchie 2021-04-08T15:54:44.036300Z

but when I click the link I see success: https://app.circleci.com/pipelines/github/cljdoc/builder/17302/workflows/269fc53d-ad2f-4928-bb28-706aac17a261/jobs/33677

Sam Ritchie 2021-04-08T15:56:34.036700Z

that was for both first and second rebuilds. clicking the secret button again

Sam Ritchie 2021-04-08T15:56:40.036900Z

the library is getting pretty huge…

Sam Ritchie 2021-04-08T15:57:18.037Z

Sorry, threading! But I do see success:

2021-04-08 15:51:06,758 INFO  cljdoc-analyzer.runner - results file: /tmp/cljdoc/analysis-out/cljdoc-edn/sicmutils/sicmutils/0.18.0/cljdoc.edn
2021-04-08 15:51:06,758 INFO  cljdoc-analyzer.runner - Analysis succeeded.

lread 2021-04-08T16:03:03.038300Z

Ya seems odd, I can take a peek sometime later today if nobody else beats me to it!

Sam Ritchie 2021-04-08T16:06:03.038500Z

that would be great if you find some time. Failed a third time, with another successful build at the other end of the link: https://cljdoc.org/builds/42536

lread 2021-04-08T16:25:03.038700Z

Interesting. I’ve got some time to look soon. I’ll follow up here.

lread 2021-04-08T16:52:22.038900Z

Not managing to reproduce the error locally on my dev box yet. Will continue to investigate.

lread 2021-04-08T17:09:56.039100Z

Ah… I think cljdoc might simply be timing out. Cljdoc waits a max of 5 minutes for CircleCI to complete its analysis job. And the sicmutils analysis job is taking a wee bit longer.

👍 1
lread 2021-04-08T17:57:37.039400Z

@sritchie09, I upped cljdoc’s timeout from 5 to 10 minutes and rebuilt sicmutils. Looks good now.

🎉 3
Sam Ritchie 2021-04-08T18:07:13.039800Z

Thank you!

👍 1