Running phase: unpackPhase unpacking source archive /nix/store/jxblmb8qix4837hknq13kp8xvsrszm9j-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Picked up JAVA_TOOL_OPTIONS: -Duser.home=/nix/store/40knzd47k7jlvf7c3sx8qg0srdf51sjm-clojure-home -Djava.io.tmpdir=/build Picked up JAVA_TOOL_OPTIONS: -Duser.home=/nix/store/40knzd47k7jlvf7c3sx8qg0srdf51sjm-clojure-home -Djava.io.tmpdir=/build Picked up JAVA_TOOL_OPTIONS: -Duser.home=/nix/store/40knzd47k7jlvf7c3sx8qg0srdf51sjm-clojure-home -Djava.io.tmpdir=/build Picked up JAVA_TOOL_OPTIONS: -Duser.home=/nix/store/40knzd47k7jlvf7c3sx8qg0srdf51sjm-clojure-home -Djava.io.tmpdir=/build Skipping coordinate: {:git/url https://github.com/Ramblurr/coffi.git, :git/branch feat/update-tools-build, :git/sha 9b05e268b915b1992bfd4175cb7c8c7c45d8973a, :deps/manifest :deps, :deps/root /nix/store/0yn349j6rlh63f4v976ikq6mbs64hykk-org.suskalo-coffi-9b05e268b915b1992bfd4175cb7c8c7c45d8973a-prepped, :parents #{[]}, :paths [/nix/store/0yn349j6rlh63f4v976ikq6mbs64hykk-org.suskalo-coffi-9b05e268b915b1992bfd4175cb7c8c7c45d8973a-prepped/src/clj /nix/store/0yn349j6rlh63f4v976ikq6mbs64hykk-org.suskalo-coffi-9b05e268b915b1992bfd4175cb7c8c7c45d8973a-prepped/target/classes /nix/store/0yn349j6rlh63f4v976ikq6mbs64hykk-org.suskalo-coffi-9b05e268b915b1992bfd4175cb7c8c7c45d8973a-prepped/resources]} Skipping coordinate: {:git/sha 04f7bf854bcbe379df14e3f9d7221af9d0c030d6, :git/url https://github.com/outskirtslabs/clave.git, :deps/manifest :deps, :deps/root /nix/store/k51zqgrqnh5a0bxd2glkbdn8bkd9c870-clave-04f7bf8, :parents #{[]}, :paths [/nix/store/k51zqgrqnh5a0bxd2glkbdn8bkd9c870-clave-04f7bf8/src]} Running phase: checkPhase src/test/clojure/ol/busker/response_test.clj has incorrect formatting --- a/src/test/clojure/ol/busker/response_test.clj +++ b/src/test/clojure/ol/busker/response_test.clj @@ -118,7 +118,6 @@ ^bytes (mem/read-bytes generic header-size)))) header-segments)})) - (defn- test-emitter ([] (test-emitter {:stopped?_ (AtomicBoolean. false) @@ -145,9 +144,9 @@ [_ informational-headers informational-headers-len informational-content-length] (response/build-headers2 {:headers {"X-Repeat" ["first" "second"]}})] (is (= {:final {:content-length 9 - :headers [["X-Repeat" "first"] - ["X-Repeat" "second"]] - :layout-equivalent? true} + :headers [["X-Repeat" "first"] + ["X-Repeat" "second"]] + :layout-equivalent? true} :informational {:content-length -1 :headers [["x-repeat" "first"] ["x-repeat" "second"]] @@ -157,7 +156,6 @@ :informational (assoc (headers-summary informational-headers informational-headers-len) :content-length informational-content-length)})))) - (defn- blocked? [^Thread thread] (loop [attempt 0] 1 file(s) formatted incorrectly