It's probably not too great that this flaky test is blocking the docker deploy step
> [tester 7/9] RUN bb -e "(require '[org.httpkit.client :as http]) (when-let [error (:error @(http/get ""))] (throw error))" # JVM http test:
#14 60.15 ----- Error --------------------------------------------------------------------
#14 60.15 Type: org.httpkit.client.TimeoutException
#14 60.15 Message: idle timeout: 60000ms
#14 60.15 Location: <expr>:1:107
#14 60.15
#14 60.15 ----- Context ------------------------------------------------------------------
#14 60.15 1: (require '[org.httpkit.client :as http]) (when-let [error (:error @(http/get ""))] (throw error))
#14 60.15 ^--- idle timeout: 60000ms
#14 60.15
#14 60.15 ----- Stack trace --------------------------------------------------------------
#14 60.15 user - <expr>:1:107
#14 60.15 user - <expr>:1:42
#14 60.15 I want to release tomorrow first thing, I might just disable that one
I'm just swapping out http://httpsta.us for http://clojure.org in the tests for now. The former has been flaky lately
Fun:
Login Succeeded
tar (child): /tmp/release/babashka-1.2.174\n-linux-amd64.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
Where's that newline coming fromoh I got it, the newline was added in the version file, my editor does that
fixing the script