Hello, I am getting this error from by build: https://circleci.com/gh/cljdoc/builder/16052
#!/bin/bash -eo pipefail
clojure -m cljdoc.analysis.runner-ng "${CLJDOC_ANALYZER_ARGS:-$FALLBACK}"
{:project "lispyclouds/clj-docker-client",
:version "0.4.0",
:jarpath
"<https://repo.clojars.org/lispyclouds/clj-docker-client/0.4.0/clj-docker-client-0.4.0.jar>",
:pompath
"<https://repo.clojars.org/lispyclouds/clj-docker-client/0.4.0/clj-docker-client-0.4.0.pom>",
:repos
{"clojars" {:url "<https://repo.clojars.org/>"},
"central" {:url "<http://central.maven.org/maven2/>"}}}
Downloading remote jar...
<https://repo.clojars.org/lispyclouds/clj-docker-client/0.4.0/clj-docker-client-0.4.0.pom> {clojars {:url <https://repo.clojars.org/>}, central {:url <http://central.maven.org/maven2/>}}
Cloning: <https://github.com/cljdoc/codox>
Checking out: <https://github.com/cljdoc/codox> at e0cd26910704c416611fc81f43f890a26861c221
Downloading: clj-commons/clj-yaml/0.7.0/clj-yaml-0.7.0.pom from <https://repo.clojars.org/>
Downloading: metosin/jsonista/0.2.5/jsonista-0.2.5.pom from <https://repo.clojars.org/>
Failed to read artifact descriptor for com.squareup.okhttp3:okhttp:jar:4.3.1
Exited with code exit status 1
this is a java lib im using, could that be a reason?
I get a similar error https://circleci.com/gh/cljdoc/builder/15928
I don’t think its the Java lib. I tried to rebuild clj-docker-client
and it failed to for different dependency:
#!/bin/bash -eo pipefail
clojure -m cljdoc.analysis.runner-ng "${CLJDOC_ANALYZER_ARGS:-$FALLBACK}"
{:project "docker-client-clj/docker-client-clj",
:version "0.1.1-SNAPSHOT",
:jarpath
"<https://repo.clojars.org/docker-client-clj/docker-client-clj/0.1.1-SNAPSHOT/docker-client-clj-0.1.1-20151009.034112-1.jar>",
:pompath
"<https://repo.clojars.org/docker-client-clj/docker-client-clj/0.1.1-SNAPSHOT/docker-client-clj-0.1.1-20151009.034112-1.pom>",
:repos
{"clojars" {:url "<https://repo.clojars.org/>"},
"central" {:url "<http://central.maven.org/maven2/>"}}}
Downloading remote jar...
<https://repo.clojars.org/docker-client-clj/docker-client-clj/0.1.1-SNAPSHOT/docker-client-clj-0.1.1-20151009.034112-1.pom> {clojars {:url <https://repo.clojars.org/>}, central {:url <http://central.maven.org/maven2/>}}
Cloning: <https://github.com/cljdoc/codox>
Checking out: <https://github.com/cljdoc/codox> at e0cd26910704c416611fc81f43f890a26861c221
Failed to read artifact descriptor for com.google.guava:guava:jar:17.0
Also, looks like a lot of other builds are failing.
ahh