This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-06
Channels
- # announcements (58)
- # babashka (43)
- # babashka-sci-dev (22)
- # beginners (8)
- # biff (8)
- # calva (62)
- # circleci (3)
- # clerk (6)
- # clj-kondo (27)
- # cljsrn (9)
- # clojure (61)
- # clojure-austin (4)
- # clojure-conj (3)
- # clojure-europe (11)
- # clojure-losangeles (2)
- # clojure-nl (2)
- # clojure-norway (4)
- # clojure-spain (5)
- # clojure-uk (2)
- # clojurescript (51)
- # data-science (1)
- # datascript (4)
- # emacs (33)
- # events (14)
- # funcool (14)
- # gratitude (13)
- # introduce-yourself (1)
- # jobs (9)
- # lsp (58)
- # malli (23)
- # missionary (30)
- # nextjournal (9)
- # off-topic (35)
- # proletarian (2)
- # re-frame (5)
- # remote-jobs (7)
- # shadow-cljs (2)
- # spacemacs (7)
- # sql (26)
- # testing (12)
- # vim (1)
- # web-security (3)
- # xtdb (2)
docker is failing in CI: https://app.circleci.com/pipelines/github/babashka/babashka/6570/workflows/762882aa-8ca4-4df9-a197-0fe8289a16f9/jobs/34737
looks like a ubuntu mirror issue not docker, can retry
the issue is coming from trying to run apt update
yeah fairly sure its a ubuntu mirror thing.
this depends on things like source ip and mirrors etc, not sure of a definite way to fix this
Yeah one of the retries might resolve it. These things unfortunately rely on non immutable registries
Maybe we could use a curl docker image rather than Ubuntu
clj-kondo build also failing https://app.circleci.com/pipelines/github/clj-kondo/clj-kondo/5240/workflows/1b19214b-326c-46b4-8c24-33b6c882bf70/jobs/21976
is it a circle ci thing?
does the same pass in actions?
i can try to have a look in a bit, not around the machine
I can reproduce it when going manually to http://archive.ubuntu.com/ubuntu/pool/main/z/zlib/zlib1g-dev_1.2.11.dfsg-2ubuntu1.5_amd64.deb - sometimes it works, sometimes it doesn't. It seems their infra might be a bit sketchy?
yeah its almost always that. depends on where the mirror lands you and your IP getting banned etc or not
id try asking in #CJR0NB4MS too
another option could be us vendoring in base images in our dockerhubs and always FROM those
this is the reason people like me have jobs