Fork me on GitHub
#cljdoc
<
2020-01-20
>
lispyclouds08:01:39

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
 "",
 :pompath
 "",
 :repos
 {"clojars" {:url ""},
  "central" {:url ""}}}
Downloading remote jar...
 {clojars {:url }, central {:url }}
Cloning: 
Checking out:  at e0cd26910704c416611fc81f43f890a26861c221
Downloading: clj-commons/clj-yaml/0.7.0/clj-yaml-0.7.0.pom from 
Downloading: metosin/jsonista/0.2.5/jsonista-0.2.5.pom from 
Failed to read artifact descriptor for com.squareup.okhttp3:okhttp:jar:4.3.1

Exited with code exit status 1

lispyclouds08:01:12

this is a java lib im using, could that be a reason?

Avichal10:01:06

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
 "",
 :pompath
 "",
 :repos
 {"clojars" {:url ""},
  "central" {:url ""}}}
Downloading remote jar...
 {clojars {:url }, central {:url }}
Cloning: 
Checking out:  at e0cd26910704c416611fc81f43f890a26861c221
Failed to read artifact descriptor for com.google.guava:guava:jar:17.0

Avichal10:01:50

Also, looks like a lot of other builds are failing.