cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
martinklepsch 2020-01-24T11:59:48.002800Z

@tony.kay interesting, seems to happen with rebuilds too but locally everything works fine.

martinklepsch 2020-01-24T12:08:23.002900Z

@tony.kay I’ve looked into this some more but couldn’t find a good explanation yet. If you don’t mind it would be great to log an issue just to make sure we don’t lose this in Slack’s history limits.

borkdude 2020-01-24T13:33:06.003900Z

Has been happening with a lot of my recent projects as well. Example: example: https://cljdoc.org/d/borkdude/edamame/0.0.10/doc/readme

borkdude 2020-01-24T13:33:59.004600Z

https://circleci.com/gh/cljdoc/builder/16248 Checking out: https://github.com/cljdoc/codox at e0cd26910704c416611fc81f43f890a26861c221 Failed to read artifact descriptor for org.clojure:tools.reader:jar:1.3.2

martinklepsch 2020-01-24T13:39:50.005600Z

Super weird, some googling seems to indicate caching issues but rerunning the CI job without cache produces the same result

tony.kay 2020-01-24T17:12:58.006Z

ok, will do

tony.kay 2020-01-24T17:15:15.006200Z

https://github.com/cljdoc/cljdoc/issues/376

martinklepsch 2020-01-24T17:15:59.007100Z

Thanks for this issue @tony.kay https://github.com/cljdoc/cljdoc/issues/376 @jimmy @borkdude feel free to add your builds and anything else that seems relevant

borkdude 2020-01-24T17:16:54.007300Z

added

jimmy 2020-01-24T17:45:02.008Z

Left a comment on the issues. Seems like it is because mavencentral moved to https and the builds are still trying to hit the http route.

borkdude 2020-01-24T19:11:28.008500Z

Is that the same issue that was mentioned in cljs-dev?

jimmy 2020-01-24T19:57:17.008700Z

https://github.com/cljdoc/cljdoc/pull/377

🙌 3