Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2021
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 102.41 KB | None | 0 0
  1. Cloning into '.'...
  2. Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts.
  3. Reset branch 'master'
  4. Your branch is up-to-date with 'origin/master'.
  5. Executing build hook...
  6. Sending build context to Docker daemon 86.56MB
  7. Step 1/34 : FROM node:12.20.1-alpine as frontend
  8. 12.20.1-alpine: Pulling from library/node
  9. 0a6724ff3fcd: Pulling fs layer
  10. 5fd2bdfdbf4b: Pulling fs layer
  11. 80b224d472a8: Pulling fs layer
  12. e21405c347ae: Pulling fs layer
  13. e21405c347ae: Waiting
  14. 0a6724ff3fcd: Verifying Checksum
  15. 0a6724ff3fcd: Download complete
  16. 80b224d472a8: Verifying Checksum
  17. 80b224d472a8: Download complete
  18. e21405c347ae: Verifying Checksum
  19. e21405c347ae: Download complete
  20. 5fd2bdfdbf4b: Verifying Checksum
  21. 5fd2bdfdbf4b: Download complete
  22. 0a6724ff3fcd: Pull complete
  23. 5fd2bdfdbf4b: Pull complete
  24. 80b224d472a8: Pull complete
  25. e21405c347ae: Pull complete
  26. Digest: sha256:41ae2b38e38e387517c59ca50498eac0537a2ff2316552c3df3b406d31414d78
  27. Status: Downloaded newer image for node:12.20.1-alpine
  28. ---> 0206ff8a5f9e
  29. Step 2/34 : WORKDIR /app/source
  30. ---> Running in 3fb72ba0a48e
  31. Removing intermediate container 3fb72ba0a48e
  32. ---> 542849a0fbb6
  33. Step 3/34 : ENV FC_LANG en-US LC_CTYPE en_US.UTF-8
  34. ---> Running in c8c07802146b
  35. Removing intermediate container c8c07802146b
  36. ---> 24f51881dd93
  37. Step 4/34 : COPY yarn.lock package.json .yarnrc ./
  38. ---> ee4839904a44
  39. Step 5/34 : RUN yarn install --frozen-lockfile
  40. ---> Running in d2eeabd3ef7c
  41. yarn install v1.22.5
  42. $ echo $npm_execpath | grep -q yarn || echo '\033[0;33mSorry, npm is not supported. Please use Yarn (https://yarnpkg.com/).\033[0m'
  43. [1/5] Validating package.json...
  44. [2/5] Resolving packages...
  45. [3/5] Fetching packages...
  46. info fsevents@1.2.13: The platform "linux" is incompatible with this module.
  47. info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
  48. info fsevents@2.1.3: The platform "linux" is incompatible with this module.
  49. info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
  50. [4/5] Linking dependencies...
  51. warning " > @cypress/webpack-preprocessor@4.1.5" has incorrect peer dependency "webpack@^4.18.1".
  52. warning " > @testing-library/cypress@5.3.1" has incorrect peer dependency "cypress@^2.1.0 || ^3.0.0 || ^4.0.0".
  53. warning " > eslint-loader@4.0.2" has incorrect peer dependency "webpack@^4.0.0 || ^5.0.0".
  54. warning " > eslint-plugin-react@6.10.3" has incorrect peer dependency "eslint@^2.0.0 || ^3.0.0".
  55. warning " > postcss-cssnext@2.11.0" has unmet peer dependency "caniuse-db@^1.0.30000652".
  56. [5/5] Building fresh packages...
  57. Done in 349.04s.
  58. Removing intermediate container d2eeabd3ef7c
  59. ---> eceb71a19381
  60. Step 6/34 : FROM adoptopenjdk/openjdk11:alpine as backend
  61. alpine: Pulling from adoptopenjdk/openjdk11
  62. 339de151aab4: Pulling fs layer
  63. dbad9100af82: Pulling fs layer
  64. 87f0b8597403: Pulling fs layer
  65. dbad9100af82: Verifying Checksum
  66. dbad9100af82: Download complete
  67. 339de151aab4: Verifying Checksum
  68. 339de151aab4: Download complete
  69. 339de151aab4: Pull complete
  70. dbad9100af82: Pull complete
  71. 87f0b8597403: Verifying Checksum
  72. 87f0b8597403: Download complete
  73. 87f0b8597403: Pull complete
  74. Digest: sha256:1785552bf38851215f2b5cacbeb35ea76cc27356779fd2b4c676d445dffefca2
  75. Status: Downloaded newer image for adoptopenjdk/openjdk11:alpine
  76. ---> a2ae574d01e3
  77. Step 7/34 : WORKDIR /app/source
  78. ---> Running in f0a224f9f689
  79. Removing intermediate container f0a224f9f689
  80. ---> 957d5b4fd4eb
  81. Step 8/34 : ENV FC_LANG en-US LC_CTYPE en_US.UTF-8
  82. ---> Running in b15b5575235e
  83. Removing intermediate container b15b5575235e
  84. ---> 73cd6341938b
  85. Step 9/34 : RUN apk add --no-cache curl bash
  86. ---> Running in 141ab607a100
  87. fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
  88. fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
  89. (1/8) Installing ncurses-terminfo-base (6.2_p20200523-r0)
  90. (2/8) Installing ncurses-libs (6.2_p20200523-r0)
  91. (3/8) Installing readline (8.0.4-r0)
  92. (4/8) Installing bash (5.0.17-r0)
  93. Executing bash-5.0.17-r0.post-install
  94. (5/8) Installing ca-certificates (20191127-r4)
  95. (6/8) Installing nghttp2-libs (1.41.0-r0)
  96. (7/8) Installing libcurl (7.76.1-r0)
  97. (8/8) Installing curl (7.76.1-r0)
  98. Executing busybox-1.31.1-r20.trigger
  99. Executing ca-certificates-20191127-r4.trigger
  100. Executing glibc-bin-2.31-r0.trigger
  101. /usr/glibc-compat/sbin/ldconfig: /usr/glibc-compat/lib/ld-linux-x86-64.so.2 is not a symbolic link
  102. OK: 21 MiB in 25 packages
  103. Removing intermediate container 141ab607a100
  104. ---> cee32eee767e
  105. Step 10/34 : RUN curl https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein -o /usr/local/bin/lein && chmod +x /usr/local/bin/lein && /usr/local/bin/lein upgrade
  106. ---> Running in e94bd79a9203
  107.  % Total % Received % Xferd Average Speed Time Time Time Current
  108. Dload Upload Total Spent Left Speed
  109. 0  0  0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13541 100 13541 0 0 550k 0 --:--:-- --:--:-- --:--:-- 550k
  110. Downloading Leiningen to /root/.lein/self-installs/leiningen-2.9.6-standalone.jar now...
  111.   % Total  % Received % Xferd  Average Speed   Time    Time   Time  Current
  112.                       Dload  Upload   Total  Spent   Left  Speed
  113.   0 0 0 0  0    0   0 0 --:--:-- --:--:-- --:--:-- 0 100 632 100 632 0 0 24307 0 --:--:-- --:--:-- --:--:-- 24307
  114.  100 12.1M 100 12.1M 0 0 82.7M 0 --:--:-- --:--:-- --:--:-- 82.7M
  115. /root/.lein/self-installs/leiningen-2.9.6-standalone.jar.pending: OK
  116. The script at /usr/local/bin/lein will be upgraded to the latest stable version.
  117. Do you want to continue [Y/n]?
  118. Upgrading...
  119.  % Total % Received % Xferd Average Speed Time Time Time Current
  120.   Dload Upload Total Spent  Left Speed
  121.  0 0 0 0 0 0  0 0 --:--:-- --:--:-- --:--:-- 0 100 137 100 137 0 0 6523 0 --:--:-- --:--:-- --:--:-- 6523
  122.  100 13541 100 13541 0 0 330k 0 --:--:-- --:--:-- --:--:-- 330k
  123. Leiningen is already up-to-date.
  124. Leiningen 2.9.6 on Java 11.0.10 OpenJDK 64-Bit Server VM
  125. Removing intermediate container e94bd79a9203
  126. ---> e3a60b5eccab
  127. Step 11/34 : COPY project.clj .
  128. ---> 68a309303e00
  129. Step 12/34 : RUN lein deps
  130. ---> Running in d4a1a0014912
  131. Retrieving lein-environ/lein-environ/1.1.0/lein-environ-1.1.0.pom from clojars
  132. Retrieving lein-licenses/lein-licenses/0.2.2/lein-licenses-0.2.2.pom from clojars
  133. Retrieving lein-licenses/lein-licenses/0.2.2/lein-licenses-0.2.2.jar from clojars
  134. Retrieving lein-environ/lein-environ/1.1.0/lein-environ-1.1.0.jar from clojars
  135. Retrieving org/clojure/clojure/1.10.1/clojure-1.10.1.pom from central
  136. Retrieving org/clojure/spec.alpha/0.2.176/spec.alpha-0.2.176.pom from central
  137. Retrieving org/clojure/pom.contrib/0.2.2/pom.contrib-0.2.2.pom from central
  138. Retrieving org/clojure/core.specs.alpha/0.2.44/core.specs.alpha-0.2.44.pom from central
  139. Retrieving org/clojure/core.async/0.4.500/core.async-0.4.500.pom from central
  140. Retrieving org/clojure/tools.analyzer.jvm/0.7.2/tools.analyzer.jvm-0.7.2.pom from central
  141. Retrieving org/clojure/tools.analyzer/0.6.9/tools.analyzer-0.6.9.pom from central
  142. Retrieving org/clojure/pom.contrib/0.1.2/pom.contrib-0.1.2.pom from central
  143. Retrieving org/sonatype/oss/oss-parent/7/oss-parent-7.pom from central
  144. Retrieving org/clojure/clojure/1.5.1/clojure-1.5.1.pom from central
  145. Retrieving org/sonatype/oss/oss-parent/5/oss-parent-5.pom from central
  146. Retrieving org/clojure/core.memoize/0.5.9/core.memoize-0.5.9.pom from central
  147. Retrieving org/clojure/core.cache/0.6.5/core.cache-0.6.5.pom from central
  148. Retrieving org/clojure/data.priority-map/0.0.7/data.priority-map-0.0.7.pom from central
  149. Retrieving org/clojure/clojure/1.4.0/clojure-1.4.0.pom from central
  150. Retrieving org/ow2/asm/asm-all/4.2/asm-all-4.2.pom from central
  151. Retrieving org/ow2/asm/asm-parent/4.2/asm-parent-4.2.pom from central
  152. Retrieving org/ow2/ow2/1.3/ow2-1.3.pom from central
  153. Retrieving org/clojure/clojure/1.7.0/clojure-1.7.0.pom from central
  154. Retrieving joda-time/joda-time/2.10.8/joda-time-2.10.8.pom from central
  155. Retrieving org/clojure/core.logic/1.0.0/core.logic-1.0.0.pom from central
  156. Retrieving org/clojure/clojure/1.6.0/clojure-1.6.0.pom from central
  157. Retrieving org/clojure/core.match/0.3.0/core.match-0.3.0.pom from central
  158. Retrieving org/clojure/core.memoize/1.0.236/core.memoize-1.0.236.pom from central
  159. Retrieving org/clojure/pom.contrib/1.0.0/pom.contrib-1.0.0.pom from central
  160. Retrieving org/clojure/core.cache/1.0.207/core.cache-1.0.207.pom from central
  161. Retrieving org/clojure/data.priority-map/1.0.0/data.priority-map-1.0.0.pom from central
  162. Retrieving org/clojure/data.csv/0.1.4/data.csv-0.1.4.pom from central
  163. Retrieving org/clojure/java.classpath/1.0.0/java.classpath-1.0.0.pom from central
  164. Retrieving org/clojure/java.jdbc/0.7.11/java.jdbc-0.7.11.pom from central
  165. Retrieving org/clojure/math.combinatorics/0.1.4/math.combinatorics-0.1.4.pom from central
  166. Retrieving org/clojure/pom.contrib/0.2.0/pom.contrib-0.2.0.pom from central
  167. Retrieving org/clojure/math.numeric-tower/0.0.4/math.numeric-tower-0.0.4.pom from central
  168. Retrieving org/clojure/tools.logging/1.1.0/tools.logging-1.1.0.pom from central
  169. Retrieving org/clojure/tools.namespace/1.0.0/tools.namespace-1.0.0.pom from central
  170. Retrieving org/clojure/tools.reader/1.3.2/tools.reader-1.3.2.pom from central
  171. Retrieving org/clojure/tools.trace/0.7.10/tools.trace-0.7.10.pom from central
  172. Retrieving amalloy/ring-buffer/1.2.2/ring-buffer-1.2.2.pom from clojars
  173. Retrieving amalloy/ring-gzip-middleware/0.1.4/ring-gzip-middleware-0.1.4.pom from clojars
  174. Retrieving org/clojure/clojure/1.9.0/clojure-1.9.0.pom from central
  175. Retrieving org/clojure/spec.alpha/0.1.143/spec.alpha-0.1.143.pom from central
  176. Retrieving org/clojure/core.specs.alpha/0.1.24/core.specs.alpha-0.1.24.pom from central
  177. Retrieving aleph/aleph/0.4.6/aleph-0.4.6.pom from clojars
  178. Retrieving manifold/manifold/0.1.8/manifold-0.1.8.pom from clojars
  179. Retrieving io/aleph/dirigiste/0.1.5/dirigiste-0.1.5.pom from central
  180. Retrieving riddley/riddley/0.1.14/riddley-0.1.14.pom from clojars
  181. Retrieving byte-streams/byte-streams/0.2.4/byte-streams-0.2.4.pom from clojars
  182. Retrieving primitive-math/primitive-math/0.1.6/primitive-math-0.1.6.pom from clojars
  183. Retrieving clj-tuple/clj-tuple/0.2.2/clj-tuple-0.2.2.pom from clojars
  184. Retrieving potemkin/potemkin/0.4.5/potemkin-0.4.5.pom from clojars
  185. Retrieving riddley/riddley/0.1.12/riddley-0.1.12.pom from clojars
  186. Retrieving io/netty/netty-transport/4.1.25.Final/netty-transport-4.1.25.Final.pom from central
  187. Retrieving io/netty/netty-parent/4.1.25.Final/netty-parent-4.1.25.Final.pom from central
  188. Retrieving org/sonatype/oss/oss-parent/9/oss-parent-9.pom from central
  189. Retrieving io/netty/netty-buffer/4.1.25.Final/netty-buffer-4.1.25.Final.pom from central
  190. Retrieving io/netty/netty-common/4.1.25.Final/netty-common-4.1.25.Final.pom from central
  191. Retrieving io/netty/netty-resolver/4.1.25.Final/netty-resolver-4.1.25.Final.pom from central
  192. Retrieving io/netty/netty-transport-native-epoll/4.1.25.Final/netty-transport-native-epoll-4.1.25.Final.pom from central
  193. Retrieving io/netty/netty-transport-native-unix-common/4.1.25.Final/netty-transport-native-unix-common-4.1.25.Final.pom from central
  194. Retrieving io/netty/netty-codec/4.1.25.Final/netty-codec-4.1.25.Final.pom from central
  195. Retrieving io/netty/netty-codec-http/4.1.25.Final/netty-codec-http-4.1.25.Final.pom from central
  196. Retrieving io/netty/netty-handler/4.1.25.Final/netty-handler-4.1.25.Final.pom from central
  197. Retrieving io/netty/netty-handler-proxy/4.1.25.Final/netty-handler-proxy-4.1.25.Final.pom from central
  198. Retrieving io/netty/netty-codec-socks/4.1.25.Final/netty-codec-socks-4.1.25.Final.pom from central
  199. Retrieving io/netty/netty-resolver-dns/4.1.25.Final/netty-resolver-dns-4.1.25.Final.pom from central
  200. Retrieving io/netty/netty-codec-dns/4.1.25.Final/netty-codec-dns-4.1.25.Final.pom from central
  201. Retrieving bigml/histogram/4.1.3/histogram-4.1.3.pom from clojars
  202. Retrieving org/clojure/clojure/1.8.0/clojure-1.8.0.pom from central
  203. Retrieving com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom from central
  204. Retrieving junit/junit/4.10/junit-4.10.pom from central
  205. Retrieving org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom from central
  206. Retrieving org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom from central
  207. Retrieving buddy/buddy-core/1.5.0/buddy-core-1.5.0.pom from clojars
  208. Retrieving cheshire/cheshire/5.8.0/cheshire-5.8.0.pom from clojars
  209. Retrieving com/fasterxml/jackson/core/jackson-core/2.9.0/jackson-core-2.9.0.pom from central
  210. Retrieving com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom from central
  211. Retrieving com/fasterxml/oss-parent/28/oss-parent-28.pom from central
  212. Retrieving com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.9.0/jackson-dataformat-smile-2.9.0.pom from central
  213. Retrieving com/fasterxml/jackson/dataformat/jackson-dataformats-binary/2.9.0/jackson-dataformats-binary-2.9.0.pom from central
  214. Retrieving com/fasterxml/jackson/jackson-bom/2.9.0/jackson-bom-2.9.0.pom from central
  215. Retrieving com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.9.0/jackson-dataformat-cbor-2.9.0.pom from central
  216. Retrieving tigris/tigris/0.1.1/tigris-0.1.1.pom from clojars
  217. Retrieving net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom from central
  218. Retrieving buddy/buddy-sign/3.0.0/buddy-sign-3.0.0.pom from clojars
  219. Retrieving commons-codec/commons-codec/1.11/commons-codec-1.11.pom from central
  220. Retrieving org/apache/commons/commons-parent/42/commons-parent-42.pom from central
  221. Retrieving org/apache/apache/18/apache-18.pom from central
  222. Retrieving org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.pom from central
  223. Retrieving org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.pom from central
  224. Retrieving cheshire/cheshire/5.10.0/cheshire-5.10.0.pom from clojars
  225. Retrieving com/fasterxml/jackson/core/jackson-core/2.10.2/jackson-core-2.10.2.pom from central
  226. Retrieving com/fasterxml/jackson/jackson-base/2.10.2/jackson-base-2.10.2.pom from central
  227. Retrieving com/fasterxml/jackson/jackson-bom/2.10.2/jackson-bom-2.10.2.pom from central
  228. Retrieving com/fasterxml/jackson/jackson-parent/2.10/jackson-parent-2.10.pom from central
  229. Retrieving com/fasterxml/oss-parent/38/oss-parent-38.pom from central
  230. Retrieving com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.10.2/jackson-dataformat-smile-2.10.2.pom from central
  231. Retrieving com/fasterxml/jackson/dataformat/jackson-dataformats-binary/2.10.2/jackson-dataformats-binary-2.10.2.pom from central
  232. Retrieving com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.10.2/jackson-dataformat-cbor-2.10.2.pom from central
  233. Retrieving tigris/tigris/0.1.2/tigris-0.1.2.pom from clojars
  234. Retrieving clj-http/clj-http/3.10.3/clj-http-3.10.3.pom from clojars
  235. Retrieving org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.pom from central
  236. Retrieving org/apache/httpcomponents/httpcomponents-core/4.4.12/httpcomponents-core-4.4.12.pom from central
  237. Retrieving org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom from central
  238. Retrieving org/apache/apache/21/apache-21.pom from central
  239. Retrieving org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.pom from central
  240. Retrieving org/apache/httpcomponents/httpcomponents-client/4.5.10/httpcomponents-client-4.5.10.pom from central
  241. Retrieving commons-logging/commons-logging/1.2/commons-logging-1.2.pom from central
  242. Retrieving org/apache/commons/commons-parent/34/commons-parent-34.pom from central
  243. Retrieving org/apache/apache/13/apache-13.pom from central
  244. Retrieving org/apache/httpcomponents/httpclient-cache/4.5.10/httpclient-cache-4.5.10.pom from central
  245. Retrieving org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.pom from central
  246. Retrieving org/apache/httpcomponents/httpcomponents-asyncclient/4.1.4/httpcomponents-asyncclient-4.1.4.pom from central
  247. Retrieving org/apache/httpcomponents/project/7/project-7.pom from central
  248. Retrieving org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom from central
  249. Retrieving org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom from central
  250. Retrieving org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom from central
  251. Retrieving org/apache/httpcomponents/httpcore-nio/4.4.10/httpcore-nio-4.4.10.pom from central
  252. Retrieving org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom from central
  253. Retrieving org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom from central
  254. Retrieving org/apache/httpcomponents/httpmime/4.5.10/httpmime-4.5.10.pom from central
  255. Retrieving robdaemon/clojure.java-time/0.3.3-SNAPSHOT/clojure.java-time-0.3.3-20200813.224557-3.pom from clojars
  256. Retrieving clojurewerkz/quartzite/2.1.0/quartzite-2.1.0.pom from clojars
  257. Retrieving org/quartz-scheduler/quartz/2.1.7/quartz-2.1.7.pom from central
  258. Retrieving org/quartz-scheduler/quartz-parent/2.1.7/quartz-parent-2.1.7.pom from central
  259. Retrieving org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom from central
  260. Retrieving org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom from central
  261. Retrieving clj-time/clj-time/0.14.0/clj-time-0.14.0.pom from clojars
  262. Retrieving joda-time/joda-time/2.9.7/joda-time-2.9.7.pom from central
  263. Retrieving colorize/colorize/0.1.1/colorize-0.1.1.pom from clojars
  264. Retrieving com/cemerick/friend/0.2.3/friend-0.2.3.pom from clojars
  265. Retrieving slingshot/slingshot/0.10.2/slingshot-0.10.2.pom from clojars
  266. Retrieving org/clojure/clojure/1.2.1/clojure-1.2.1.pom from central
  267. Retrieving org/mindrot/jbcrypt/0.3m/jbcrypt-0.3m.pom from central
  268. Retrieving org/clojure/core.cache/0.6.3/core.cache-0.6.3.pom from central
  269. Retrieving org/clojure/pom.contrib/0.0.26/pom.contrib-0.0.26.pom from central
  270. Retrieving org/clojure/data.priority-map/0.0.2/data.priority-map-0.0.2.pom from central
  271. Retrieving org/clojure/pom.contrib/0.0.25/pom.contrib-0.0.25.pom from central
  272. Retrieving org/clojure/clojure/1.3.0/clojure-1.3.0.pom from central
  273. Retrieving org/openid4java/openid4java-nodeps/0.9.6/openid4java-nodeps-0.9.6.pom from central
  274. Retrieving org/openid4java/openid4java-parent/0.9.6/openid4java-parent-0.9.6.pom from central
  275. Retrieving commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom from central
  276. Retrieving org/apache/commons/commons-parent/5/commons-parent-5.pom from central
  277. Retrieving org/apache/apache/4/apache-4.pom from central
  278. Retrieving net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom from central
  279. Retrieving com/google/inject/guice/2.0/guice-2.0.pom from central
  280. Retrieving com/google/inject/guice-parent/2.0/guice-parent-2.0.pom from central
  281. Retrieving com/google/google/1/google-1.pom from central
  282. Retrieving aopalliance/aopalliance/1.0/aopalliance-1.0.pom from central
  283. Retrieving com/clearspring/analytics/stream/2.9.6/stream-2.9.6.pom from central
  284. Retrieving com/addthis/common/build/maven/pom/jar-pom/3.8.0/jar-pom-3.8.0.pom from central
  285. Retrieving com/addthis/common/build/maven/pom/papa-pom/2.2.0/papa-pom-2.2.0.pom from central
  286. Retrieving com/draines/postal/2.0.3/postal-2.0.3.pom from clojars
  287. Retrieving commons-codec/commons-codec/1.9/commons-codec-1.9.pom from central
  288. Retrieving org/apache/commons/commons-parent/32/commons-parent-32.pom from central
  289. Retrieving com/sun/mail/javax.mail/1.5.5/javax.mail-1.5.5.pom from central
  290. Retrieving com/sun/mail/all/1.5.5/all-1.5.5.pom from central
  291. Retrieving net/java/jvnet-parent/1/jvnet-parent-1.pom from central
  292. Retrieving javax/activation/activation/1.1/activation-1.1.pom from central
  293. Retrieving javax/mail/javax.mail-api/1.5.5/javax.mail-api-1.5.5.pom from central
  294. Retrieving com/google/guava/guava/28.2-jre/guava-28.2-jre.pom from central
  295. Retrieving com/google/guava/guava-parent/28.2-jre/guava-parent-28.2-jre.pom from central
  296. Retrieving com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom from central
  297. Retrieving com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom from central
  298. Retrieving com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom from central
  299. Retrieving com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom from central
  300. Retrieving org/checkerframework/checker-qual/2.10.0/checker-qual-2.10.0.pom from central
  301. Retrieving com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom from central
  302. Retrieving com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom from central
  303. Retrieving com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom from central
  304. Retrieving com/h2database/h2/1.4.197/h2-1.4.197.pom from central
  305. Retrieving com/taoensso/nippy/2.14.0/nippy-2.14.0.pom from clojars
  306. Retrieving org/clojure/tools.reader/1.1.1/tools.reader-1.1.1.pom from central
  307. Retrieving com/taoensso/encore/2.93.0/encore-2.93.0.pom from clojars
  308. Retrieving com/taoensso/truss/1.5.0/truss-1.5.0.pom from clojars
  309. Retrieving org/iq80/snappy/snappy/0.4/snappy-0.4.pom from central
  310. Retrieving org/tukaani/xz/1.6/xz-1.6.pom from central
  311. Retrieving net/jpountz/lz4/lz4/1.3/lz4-1.3.pom from central
  312. Retrieving commons-codec/commons-codec/1.15/commons-codec-1.15.pom from central
  313. Retrieving org/apache/commons/commons-parent/52/commons-parent-52.pom from central
  314. Retrieving org/apache/apache/23/apache-23.pom from central
  315. Retrieving commons-io/commons-io/2.8.0/commons-io-2.8.0.pom from central
  316. Retrieving commons-validator/commons-validator/1.6/commons-validator-1.6.pom from central
  317. Retrieving commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom from central
  318. Retrieving org/apache/commons/commons-parent/39/commons-parent-39.pom from central
  319. Retrieving org/apache/apache/16/apache-16.pom from central
  320. Retrieving compojure/compojure/1.6.1/compojure-1.6.1.pom from clojars
  321. Retrieving org/clojure/tools.macro/0.1.5/tools.macro-0.1.5.pom from central
  322. Retrieving clout/clout/2.2.1/clout-2.2.1.pom from clojars
  323. Retrieving instaparse/instaparse/1.4.8/instaparse-1.4.8.pom from clojars
  324. Retrieving medley/medley/1.0.0/medley-1.0.0.pom from clojars
  325. Retrieving ring/ring-core/1.6.3/ring-core-1.6.3.pom from clojars
  326. Retrieving commons-io/commons-io/2.5/commons-io-2.5.pom from central
  327. Retrieving commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.pom from central
  328. Retrieving org/apache/commons/commons-parent/41/commons-parent-41.pom from central
  329. Retrieving commons-io/commons-io/2.2/commons-io-2.2.pom from central
  330. Retrieving org/apache/commons/commons-parent/24/commons-parent-24.pom from central
  331. Retrieving org/apache/apache/9/apache-9.pom from central
  332. Retrieving clj-time/clj-time/0.11.0/clj-time-0.11.0.pom from clojars
  333. Retrieving joda-time/joda-time/2.8.2/joda-time-2.8.2.pom from central
  334. Retrieving crypto-random/crypto-random/1.2.0/crypto-random-1.2.0.pom from clojars
  335. Retrieving commons-codec/commons-codec/1.6/commons-codec-1.6.pom from central
  336. Retrieving org/apache/commons/commons-parent/22/commons-parent-22.pom from central
  337. Retrieving crypto-equality/crypto-equality/1.0.0/crypto-equality-1.0.0.pom from clojars
  338. Retrieving dk/ative/docjure/1.14.0/docjure-1.14.0.pom from clojars
  339. Retrieving org/clojure/clojure/1.10.0/clojure-1.10.0.pom from central
  340. Retrieving environ/environ/1.2.0/environ-1.2.0.pom from clojars
  341. Retrieving hiccup/hiccup/1.0.5/hiccup-1.0.5.pom from clojars
  342. Retrieving honeysql/honeysql/1.0.461/honeysql-1.0.461.pom from clojars
  343. Retrieving instaparse/instaparse/1.4.10/instaparse-1.4.10.pom from clojars
  344. Retrieving io/forward/yaml/1.0.9/yaml-1.0.9.pom from clojars
  345. Retrieving javax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.pom from central
  346. Retrieving javax/xml/bind/jaxb-api-parent/2.4.0-b180830.0359/jaxb-api-parent-2.4.0-b180830.0359.pom from central
  347. Retrieving net/java/jvnet-parent/5/jvnet-parent-5.pom from central
  348. Retrieving javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom from central
  349. Retrieving com/sun/activation/all/1.2.0/all-1.2.0.pom from central
  350. Retrieving kixi/stats/0.4.4/stats-0.4.4.pom from clojars
  351. Retrieving redux/redux/0.1.3/redux-0.1.3.pom from clojars
  352. Retrieving org/clojure/test.check/0.9.0/test.check-0.9.0.pom from central
  353. Retrieving com/tdunning/t-digest/3.2/t-digest-3.2.pom from central
  354. Retrieving me/raynes/fs/1.4.6/fs-1.4.6.pom from clojars
  355. Retrieving medley/medley/1.3.0/medley-1.3.0.pom from clojars
  356. Retrieving metabase/connection-pool/1.1.1/connection-pool-1.1.1.pom from clojars
  357. Retrieving com/mchange/c3p0/0.9.5.4/c3p0-0.9.5.4.pom from central
  358. Retrieving com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.pom from central
  359. Retrieving metabase/saml20-clj/2.0.0/saml20-clj-2.0.0.pom from clojars
  360. Retrieving org/clojure/spec.alpha/0.2.187/spec.alpha-0.2.187.pom from central
  361. Retrieving org/clojure/pom.contrib/0.3.0/pom.contrib-0.3.0.pom from central
  362. Retrieving com/onelogin/java-saml/2.5.0/java-saml-2.5.0.pom from central
  363. Retrieving com/onelogin/java-saml-toolkit/2.5.0/java-saml-toolkit-2.5.0.pom from central
  364. Retrieving com/onelogin/java-saml-core/2.5.0/java-saml-core-2.5.0.pom from central
  365. Retrieving org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom from central
  366. Retrieving org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom from central
  367. Retrieving joda-time/joda-time/2.10.3/joda-time-2.10.3.pom from central
  368. Retrieving org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom from central
  369. Retrieving org/apache/commons/commons-parent/37/commons-parent-37.pom from central
  370. Retrieving org/apache/santuario/xmlsec/2.1.4/xmlsec-2.1.4.pom from central
  371. Retrieving org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.pom from central
  372. Retrieving org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom from central
  373. Retrieving com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.pom from central
  374. Retrieving com/fasterxml/oss-parent/24/oss-parent-24.pom from central
  375. Retrieving org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom from central
  376. Retrieving commons-codec/commons-codec/1.12/commons-codec-1.12.pom from central
  377. Retrieving org/apache/commons/commons-parent/47/commons-parent-47.pom from central
  378. Retrieving org/apache/apache/19/apache-19.pom from central
  379. Retrieving jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom from central
  380. Retrieving jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom from central
  381. Retrieving org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom from central
  382. Retrieving jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom from central
  383. Retrieving com/sun/activation/all/1.2.1/all-1.2.1.pom from central
  384. Retrieving org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom from central
  385. Retrieving org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom from central
  386. Retrieving com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.2/jaxb-runtime-parent-2.3.2.pom from central
  387. Retrieving com/sun/xml/bind/mvn/jaxb-parent/2.3.2/jaxb-parent-2.3.2.pom from central
  388. Retrieving com/sun/xml/bind/jaxb-bom-ext/2.3.2/jaxb-bom-ext-2.3.2.pom from central
  389. Retrieving org/glassfish/jaxb/jaxb-bom/2.3.2/jaxb-bom-2.3.2.pom from central
  390. Retrieving org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.pom from central
  391. Retrieving com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.2/jaxb-txw-parent-2.3.2.pom from central
  392. Retrieving com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.pom from central
  393. Retrieving com/sun/istack/istack-commons/3.0.8/istack-commons-3.0.8.pom from central
  394. Retrieving org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom from central
  395. Retrieving com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom from central
  396. Retrieving com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom from central
  397. Retrieving clojure/java-time/clojure.java-time/0.3.2/clojure.java-time-0.3.2.pom from clojars
  398. Retrieving org/opensaml/opensaml-core/3.4.5/opensaml-core-3.4.5.pom from central
  399. Retrieving org/opensaml/opensaml-parent/3.4.5/opensaml-parent-3.4.5.pom from central
  400. Retrieving net/shibboleth/parent/7.11.0/parent-7.11.0.pom from central
  401. Retrieving org/springframework/spring-framework-bom/4.3.19.RELEASE/spring-framework-bom-4.3.19.RELEASE.pom from central
  402. Retrieving joda-time/joda-time/2.9/joda-time-2.9.pom from central
  403. Retrieving io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2.pom from central
  404. Retrieving io/dropwizard/metrics/metrics-parent/3.1.2/metrics-parent-3.1.2.pom from central
  405. Retrieving org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom from central
  406. Retrieving org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom from central
  407. Retrieving net/shibboleth/utilities/java-support/7.5.1/java-support-7.5.1.pom from central
  408. Retrieving commons-codec/commons-codec/1.10/commons-codec-1.10.pom from central
  409. Retrieving org/apache/commons/commons-parent/35/commons-parent-35.pom from central
  410. Retrieving org/apache/apache/15/apache-15.pom from central
  411. Retrieving com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom from central
  412. Retrieving com/google/guava/guava/20.0/guava-20.0.pom from central
  413. Retrieving com/google/guava/guava-parent/20.0/guava-parent-20.0.pom from central
  414. Retrieving org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom from central
  415. Retrieving org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom from central
  416. Retrieving org/opensaml/opensaml-saml-api/3.4.5/opensaml-saml-api-3.4.5.pom from central
  417. Retrieving org/opensaml/opensaml-xmlsec-api/3.4.5/opensaml-xmlsec-api-3.4.5.pom from central
  418. Retrieving org/opensaml/opensaml-security-api/3.4.5/opensaml-security-api-3.4.5.pom from central
  419. Retrieving org/opensaml/opensaml-messaging-api/3.4.5/opensaml-messaging-api-3.4.5.pom from central
  420. Retrieving org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom from central
  421. Retrieving org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom from central
  422. Retrieving org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom from central
  423. Retrieving org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom from central
  424. Retrieving org/apache/santuario/xmlsec/2.0.10/xmlsec-2.0.10.pom from central
  425. Retrieving org/cryptacular/cryptacular/1.1.3/cryptacular-1.1.3.pom from central
  426. Retrieving org/opensaml/opensaml-soap-api/3.4.5/opensaml-soap-api-3.4.5.pom from central
  427. Retrieving org/opensaml/opensaml-profile-api/3.4.5/opensaml-profile-api-3.4.5.pom from central
  428. Retrieving org/opensaml/opensaml-storage-api/3.4.5/opensaml-storage-api-3.4.5.pom from central
  429. Retrieving org/opensaml/opensaml-saml-impl/3.4.5/opensaml-saml-impl-3.4.5.pom from central
  430. Retrieving org/opensaml/opensaml-security-impl/3.4.5/opensaml-security-impl-3.4.5.pom from central
  431. Retrieving org/opensaml/opensaml-xmlsec-impl/3.4.5/opensaml-xmlsec-impl-3.4.5.pom from central
  432. Retrieving org/opensaml/opensaml-soap-impl/3.4.5/opensaml-soap-impl-3.4.5.pom from central
  433. Retrieving org/apache/velocity/velocity/1.7/velocity-1.7.pom from central
  434. Retrieving commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom from central
  435. Retrieving org/apache/commons/commons-parent/9/commons-parent-9.pom from central
  436. Retrieving commons-lang/commons-lang/2.4/commons-lang-2.4.pom from central
  437. Retrieving pretty/pretty/1.0.4/pretty-1.0.4.pom from clojars
  438. Retrieving ring/ring-codec/1.1.2/ring-codec-1.1.2.pom from clojars
  439. Retrieving metabase/throttle/1.0.2/throttle-1.0.2.pom from clojars
  440. Retrieving net/cgrand/macrovich/0.2.1/macrovich-0.2.1.pom from clojars
  441. Retrieving net/redhogs/cronparser/cron-parser-core/3.4/cron-parser-core-3.4.pom from central
  442. Retrieving net/redhogs/cronparser/cron-parser/3.4/cron-parser-3.4.pom from central
  443. Retrieving org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom from central
  444. Retrieving org/apache/commons/commons-parent/33/commons-parent-33.pom from central
  445. Retrieving net/sf/cssbox/cssbox/4.12/cssbox-4.12.pom from central
  446. Retrieving net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22.pom from central
  447. Retrieving xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom from central
  448. Retrieving xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom from central
  449. Retrieving net/sf/cssbox/jstyleparser/1.23/jstyleparser-1.23.pom from central
  450. Retrieving org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom from central
  451. Retrieving org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom from central
  452. Retrieving org/unbescape/unbescape/1.1.3.RELEASE/unbescape-1.1.3.RELEASE.pom from central
  453. Retrieving org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom from central
  454. Retrieving org/apache/commons/commons-parent/48/commons-parent-48.pom from central
  455. Retrieving org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom from central
  456. Retrieving org/apache/commons/commons-parent/50/commons-parent-50.pom from central
  457. Retrieving org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.pom from central
  458. Retrieving org/apache/logging/log4j/log4j/2.13.3/log4j-2.13.3.pom from central
  459. Retrieving org/apache/logging/log4j/log4j-1.2-api/2.13.3/log4j-1.2-api-2.13.3.pom from central
  460. Retrieving org/apache/logging/log4j/log4j-core/2.13.3/log4j-core-2.13.3.pom from central
  461. Retrieving org/apache/logging/log4j/log4j-jcl/2.13.3/log4j-jcl-2.13.3.pom from central
  462. Retrieving org/apache/logging/log4j/log4j-liquibase/2.13.3/log4j-liquibase-2.13.3.pom from central
  463. Retrieving org/liquibase/liquibase-core/3.5.3/liquibase-core-3.5.3.pom from central
  464. Retrieving org/liquibase/liquibase-parent/3.5.3/liquibase-parent-3.5.3.pom from central
  465. Retrieving org/yaml/snakeyaml/1.17/snakeyaml-1.17.pom from central
  466. Retrieving org/apache/logging/log4j/log4j-slf4j-impl/2.13.3/log4j-slf4j-impl-2.13.3.pom from central
  467. Retrieving org/apache/poi/poi/5.0.0/poi-5.0.0.pom from central
  468. Retrieving org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom from central
  469. Retrieving org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom from central
  470. Retrieving org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom from central
  471. Retrieving org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom from central
  472. Retrieving org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom from central
  473. Retrieving com/zaxxer/SparseBitSet/1.2/SparseBitSet-1.2.pom from central
  474. Retrieving org/apache/poi/poi-ooxml/5.0.0/poi-ooxml-5.0.0.pom from central
  475. Retrieving org/apache/poi/poi-ooxml-lite/5.0.0/poi-ooxml-lite-5.0.0.pom from central
  476. Retrieving org/apache/xmlbeans/xmlbeans/4.0.0/xmlbeans-4.0.0.pom from central
  477. Retrieving com/github/virtuald/curvesapi/1.06/curvesapi-1.06.pom from central
  478. Retrieving org/apache/santuario/xmlsec/2.2.1/xmlsec-2.2.1.pom from central
  479. Retrieving com/fasterxml/woodstox/woodstox-core/5.2.1/woodstox-core-5.2.1.pom from central
  480. Retrieving com/fasterxml/oss-parent/35/oss-parent-35.pom from central
  481. Retrieving org/codehaus/woodstox/stax2-api/4.2/stax2-api-4.2.pom from central
  482. Retrieving org/apache/xmlgraphics/batik-all/1.13/batik-all-1.13.pom from central
  483. Retrieving org/apache/xmlgraphics/batik/1.13/batik-1.13.pom from central
  484. Retrieving org/apache/xmlgraphics/batik-anim/1.13/batik-anim-1.13.pom from central
  485. Retrieving org/apache/xmlgraphics/batik-awt-util/1.13/batik-awt-util-1.13.pom from central
  486. Retrieving org/apache/xmlgraphics/batik-shared-resources/1.13/batik-shared-resources-1.13.pom from central
  487. Retrieving org/apache/xmlgraphics/batik-util/1.13/batik-util-1.13.pom from central
  488. Retrieving org/apache/xmlgraphics/batik-constants/1.13/batik-constants-1.13.pom from central
  489. Retrieving org/apache/xmlgraphics/batik-i18n/1.13/batik-i18n-1.13.pom from central
  490. Retrieving org/apache/xmlgraphics/xmlgraphics-commons/2.4/xmlgraphics-commons-2.4.pom from central
  491. Retrieving org/apache/apache/7/apache-7.pom from central
  492. Retrieving commons-io/commons-io/1.3.1/commons-io-1.3.1.pom from central
  493. Retrieving org/apache/xmlgraphics/batik-css/1.13/batik-css-1.13.pom from central
  494. Retrieving xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom from central
  495. Retrieving org/apache/apache/3/apache-3.pom from central
  496. Retrieving org/apache/xmlgraphics/batik-dom/1.13/batik-dom-1.13.pom from central
  497. Retrieving org/apache/xmlgraphics/batik-ext/1.13/batik-ext-1.13.pom from central
  498. Retrieving org/apache/xmlgraphics/batik-xml/1.13/batik-xml-1.13.pom from central
  499. Retrieving xalan/xalan/2.7.2/xalan-2.7.2.pom from central
  500. Retrieving xalan/serializer/2.7.2/serializer-2.7.2.pom from central
  501. Retrieving xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom from central
  502. Retrieving org/apache/xmlgraphics/batik-parser/1.13/batik-parser-1.13.pom from central
  503. Retrieving org/apache/xmlgraphics/batik-svg-dom/1.13/batik-svg-dom-1.13.pom from central
  504. Retrieving org/apache/xmlgraphics/batik-bridge/1.13/batik-bridge-1.13.pom from central
  505. Retrieving org/apache/xmlgraphics/batik-gvt/1.13/batik-gvt-1.13.pom from central
  506. Retrieving org/apache/xmlgraphics/batik-script/1.13/batik-script-1.13.pom from central
  507. Retrieving org/apache/xmlgraphics/batik-codec/1.13/batik-codec-1.13.pom from central
  508. Retrieving org/apache/xmlgraphics/batik-transcoder/1.13/batik-transcoder-1.13.pom from central
  509. Retrieving org/apache/xmlgraphics/batik-svggen/1.13/batik-svggen-1.13.pom from central
  510. Retrieving org/apache/xmlgraphics/batik-extension/1.13/batik-extension-1.13.pom from central
  511. Retrieving org/apache/xmlgraphics/batik-gui-util/1.13/batik-gui-util-1.13.pom from central
  512. Retrieving org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-rasterizer-ext-1.13.pom from central
  513. Retrieving org/apache/xmlgraphics/batik-svgrasterizer/1.13/batik-svgrasterizer-1.13.pom from central
  514. Retrieving org/apache/xmlgraphics/batik-rasterizer/1.13/batik-rasterizer-1.13.pom from central
  515. Retrieving org/apache/xmlgraphics/batik-slideshow/1.13/batik-slideshow-1.13.pom from central
  516. Retrieving org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-squiggle-ext-1.13.pom from central
  517. Retrieving org/apache/xmlgraphics/batik-svgbrowser/1.13/batik-svgbrowser-1.13.pom from central
  518. Retrieving org/apache/xmlgraphics/batik-swing/1.13/batik-swing-1.13.pom from central
  519. Retrieving org/apache/xmlgraphics/batik-squiggle/1.13/batik-squiggle-1.13.pom from central
  520. Retrieving org/apache/xmlgraphics/batik-svgpp/1.13/batik-svgpp-1.13.pom from central
  521. Retrieving org/apache/xmlgraphics/batik-ttf2svg/1.13/batik-ttf2svg-1.13.pom from central
  522. Retrieving de/rototor/pdfbox/graphics2d/0.30/graphics2d-0.30.pom from central
  523. Retrieving de/rototor/pdfbox/pdfboxgraphics2d-parent/0.30/pdfboxgraphics2d-parent-0.30.pom from central
  524. Retrieving org/apache/pdfbox/pdfbox/2.0.22/pdfbox-2.0.22.pom from central
  525. Retrieving org/apache/pdfbox/pdfbox-parent/2.0.22/pdfbox-parent-2.0.22.pom from central
  526. Retrieving org/apache/pdfbox/fontbox/2.0.22/fontbox-2.0.22.pom from central
  527. Retrieving org/apache/sshd/sshd-core/2.4.0/sshd-core-2.4.0.pom from central
  528. Retrieving org/apache/sshd/sshd/2.4.0/sshd-2.4.0.pom from central
  529. Retrieving org/springframework/spring-framework-bom/5.2.2.RELEASE/spring-framework-bom-5.2.2.RELEASE.pom from central
  530. Retrieving org/apache/sshd/sshd-common/2.4.0/sshd-common-2.4.0.pom from central
  531. Retrieving org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom from central
  532. Retrieving org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom from central
  533. Retrieving org/bouncycastle/bcprov-jdk15on/1.68/bcprov-jdk15on-1.68.pom from central
  534. Retrieving org/bouncycastle/bcpkix-jdk15on/1.68/bcpkix-jdk15on-1.68.pom from central
  535. Retrieving org/clojars/pntblnk/clj-ldap/0.0.16/clj-ldap-0.0.16.pom from clojars
  536. Retrieving com/unboundid/unboundid-ldapsdk/4.0.4/unboundid-ldapsdk-4.0.4.pom from central
  537. Retrieving org/eclipse/jetty/jetty-server/9.4.32.v20200930/jetty-server-9.4.32.v20200930.pom from central
  538. Retrieving org/eclipse/jetty/jetty-project/9.4.32.v20200930/jetty-project-9.4.32.v20200930.pom from central
  539. Retrieving javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom from central
  540. Retrieving net/java/jvnet-parent/3/jvnet-parent-3.pom from central
  541. Retrieving org/eclipse/jetty/jetty-http/9.4.32.v20200930/jetty-http-9.4.32.v20200930.pom from central
  542. Retrieving org/eclipse/jetty/jetty-util/9.4.32.v20200930/jetty-util-9.4.32.v20200930.pom from central
  543. Retrieving org/eclipse/jetty/jetty-io/9.4.32.v20200930/jetty-io-9.4.32.v20200930.pom from central
  544. Retrieving org/flatland/ordered/1.5.9/ordered-1.5.9.pom from clojars
  545. Retrieving org/liquibase/liquibase-core/3.6.3/liquibase-core-3.6.3.pom from central
  546. Retrieving org/liquibase/liquibase-parent/3.6.3/liquibase-parent-3.6.3.pom from central
  547. Retrieving org/yaml/snakeyaml/1.18/snakeyaml-1.18.pom from central
  548. Retrieving org/mariadb/jdbc/mariadb-java-client/2.6.2/mariadb-java-client-2.6.2.pom from central
  549. Retrieving org/postgresql/postgresql/42.2.18/postgresql-42.2.18.pom from central
  550. Retrieving org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom from central
  551. Retrieving org/tcrawley/dynapath/1.1.0/dynapath-1.1.0.pom from central
  552. Retrieving org/threeten/threeten-extra/1.5.0/threeten-extra-1.5.0.pom from central
  553. Retrieving org/yaml/snakeyaml/1.23/snakeyaml-1.23.pom from central
  554. Retrieving prismatic/schema/1.1.12/schema-1.1.12.pom from clojars
  555. Retrieving redux/redux/0.1.4/redux-0.1.4.pom from clojars
  556. Retrieving riddley/riddley/0.2.0/riddley-0.2.0.pom from clojars
  557. Retrieving ring/ring-core/1.8.1/ring-core-1.8.1.pom from clojars
  558. Retrieving commons-io/commons-io/2.6/commons-io-2.6.pom from central
  559. Retrieving commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.pom from central
  560. Retrieving ring/ring-jetty-adapter/1.8.1/ring-jetty-adapter-1.8.1.pom from clojars
  561. Retrieving ring/ring-servlet/1.8.1/ring-servlet-1.8.1.pom from clojars
  562. Retrieving org/eclipse/jetty/jetty-server/9.4.28.v20200408/jetty-server-9.4.28.v20200408.pom from central
  563. Retrieving org/eclipse/jetty/jetty-project/9.4.28.v20200408/jetty-project-9.4.28.v20200408.pom from central
  564. Retrieving org/eclipse/jetty/jetty-http/9.4.28.v20200408/jetty-http-9.4.28.v20200408.pom from central
  565. Retrieving org/eclipse/jetty/jetty-util/9.4.28.v20200408/jetty-util-9.4.28.v20200408.pom from central
  566. Retrieving org/eclipse/jetty/jetty-io/9.4.28.v20200408/jetty-io-9.4.28.v20200408.pom from central
  567. Retrieving ring/ring-json/0.5.0/ring-json-0.5.0.pom from clojars
  568. Retrieving cheshire/cheshire/5.9.0/cheshire-5.9.0.pom from clojars
  569. Retrieving com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom from central
  570. Retrieving com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom from central
  571. Retrieving com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom from central
  572. Retrieving com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom from central
  573. Retrieving com/fasterxml/oss-parent/34/oss-parent-34.pom from central
  574. Retrieving com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.9.9/jackson-dataformat-smile-2.9.9.pom from central
  575. Retrieving com/fasterxml/jackson/dataformat/jackson-dataformats-binary/2.9.9/jackson-dataformats-binary-2.9.9.pom from central
  576. Retrieving com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.9.9/jackson-dataformat-cbor-2.9.9.pom from central
  577. Retrieving ring/ring-core/1.7.1/ring-core-1.7.1.pom from clojars
  578. Retrieving ring/ring-codec/1.1.1/ring-codec-1.1.1.pom from clojars
  579. Retrieving clj-time/clj-time/0.14.3/clj-time-0.14.3.pom from clojars
  580. Retrieving joda-time/joda-time/2.9.9/joda-time-2.9.9.pom from central
  581. Retrieving stencil/stencil/0.5.0/stencil-0.5.0.pom from clojars
  582. Retrieving scout/scout/0.1.0/scout-0.1.0.pom from clojars
  583. Retrieving quoin/quoin/0.1.2/quoin-0.1.2.pom from clojars
  584. Retrieving toucan/toucan/1.15.3/toucan-1.15.3.pom from clojars
  585. Retrieving org/clojure/java.classpath/0.3.0/java.classpath-0.3.0.pom from central
  586. Retrieving user-agent/user-agent/0.1.0/user-agent-0.1.0.pom from clojars
  587. Retrieving net/sf/uadetector/uadetector-core/0.9.10/uadetector-core-0.9.10.pom from central
  588. Retrieving net/sf/uadetector/uadetector-parent/0.2.17/uadetector-parent-0.2.17.pom from central
  589. Retrieving net/sf/qualitycheck/quality-check/1.3/quality-check-1.3.pom from central
  590. Retrieving net/sf/qualitycheck/quality-parent/1.3/quality-parent-1.3.pom from central
  591. Retrieving com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom from central
  592. Retrieving javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom from central
  593. Retrieving org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom from central
  594. Retrieving org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom from central
  595. Retrieving net/sf/uadetector/uadetector-resources/2014.10/uadetector-resources-2014.10.pom from central
  596. Retrieving net/sf/uadetector/uadetector-parent/2014.10/uadetector-parent-2014.10.pom from central
  597. Retrieving net/sf/uadetector/uadetector-core/0.9.22/uadetector-core-0.9.22.pom from central
  598. Retrieving com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom from central
  599. Retrieving weavejester/dependency/0.2.1/dependency-0.2.1.pom from clojars
  600. Retrieving nrepl/nrepl/0.8.3/nrepl-0.8.3.pom from clojars
  601. Retrieving clojure-complete/clojure-complete/0.2.5/clojure-complete-0.2.5.pom from clojars
  602. Retrieving clj-http-fake/clj-http-fake/1.0.3/clj-http-fake-1.0.3.pom from clojars
  603. Retrieving org/clojure/math.combinatorics/0.1.3/math.combinatorics-0.1.3.pom from central
  604. Retrieving robert/hooke/1.3.0/hooke-1.3.0.pom from clojars
  605. Retrieving clj-http/clj-http/3.1.0/clj-http-3.1.0.pom from clojars
  606. Retrieving org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom from central
  607. Retrieving org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom from central
  608. Retrieving org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom from central
  609. Retrieving org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom from central
  610. Retrieving org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom from central
  611. Retrieving commons-io/commons-io/2.4/commons-io-2.4.pom from central
  612. Retrieving org/apache/commons/commons-parent/25/commons-parent-25.pom from central
  613. Retrieving potemkin/potemkin/0.4.3/potemkin-0.4.3.pom from clojars
  614. Retrieving ring/ring-codec/1.0.1/ring-codec-1.0.1.pom from clojars
  615. Retrieving jonase/eastwood/0.3.11/eastwood-0.3.11.pom from clojars
  616. Retrieving org/clojars/brenton/google-diff-match-patch/0.1/google-diff-match-patch-0.1.pom from clojars
  617. Retrieving org/ow2/asm/asm-all/5.2/asm-all-5.2.pom from central
  618. Retrieving org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom from central
  619. Retrieving methodical/methodical/0.9.4-alpha/methodical-0.9.4-alpha.pom from clojars
  620. Retrieving pretty/pretty/1.0.0/pretty-1.0.0.pom from clojars
  621. Retrieving pjstadig/humane-test-output/0.10.0/humane-test-output-0.10.0.pom from clojars
  622. Retrieving reifyhealth/specmonstah/2.0.0/specmonstah-2.0.0.pom from clojars
  623. Retrieving better-cond/better-cond/2.0.1-SNAPSHOT/better-cond-2.0.1-20170618.063731-4.pom from clojars
  624. Retrieving org/clojure/clojure/1.9.0-alpha17/clojure-1.9.0-alpha17.pom from central
  625. Retrieving org/clojure/spec.alpha/0.1.123/spec.alpha-0.1.123.pom from central
  626. Retrieving org/clojure/core.specs.alpha/0.1.10/core.specs.alpha-0.1.10.pom from central
  627. Retrieving aysylu/loom/1.0.2/loom-1.0.2.pom from clojars
  628. Retrieving org/clojure/data.priority-map/0.0.5/data.priority-map-0.0.5.pom from central
  629. Retrieving tailrecursion/cljs-priority-map/1.2.1/cljs-priority-map-1.2.1.pom from clojars
  630. Retrieving org/clojure/clojurescript/1.7.170/clojurescript-1.7.170.pom from central
  631. Retrieving com/google/javascript/closure-compiler/v20151015/closure-compiler-v20151015.pom from central
  632. Retrieving com/google/javascript/closure-compiler-parent/v20151015/closure-compiler-parent-v20151015.pom from central
  633. Retrieving org/clojure/google-closure-library/0.0-20151016-61277aea/google-closure-library-0.0-20151016-61277aea.pom from central
  634. Retrieving org/clojure/google-closure-library-third-party/0.0-20151016-61277aea/google-closure-library-third-party-0.0-20151016-61277aea.pom from central
  635. Retrieving org/clojure/data.json/0.2.6/data.json-0.2.6.pom from central
  636. Retrieving org/mozilla/rhino/1.7R5/rhino-1.7R5.pom from central
  637. Retrieving org/clojure/tools.reader/0.10.0-alpha3/tools.reader-0.10.0-alpha3.pom from central
  638. Retrieving medley/medley/0.8.3/medley-0.8.3.pom from clojars
  639. Retrieving ring/ring-mock/0.4.0/ring-mock-0.4.0.pom from clojars
  640. Retrieving cheshire/cheshire/5.8.1/cheshire-5.8.1.pom from clojars
  641. Retrieving com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom from central
  642. Retrieving com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom from central
  643. Retrieving com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom from central
  644. Retrieving com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom from central
  645. Retrieving com/fasterxml/oss-parent/33/oss-parent-33.pom from central
  646. Retrieving com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.9.6/jackson-dataformat-smile-2.9.6.pom from central
  647. Retrieving com/fasterxml/jackson/dataformat/jackson-dataformats-binary/2.9.6/jackson-dataformats-binary-2.9.6.pom from central
  648. Retrieving com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.9.6/jackson-dataformat-cbor-2.9.6.pom from central
  649. Retrieving talltale/talltale/0.5.4/talltale-0.5.4.pom from clojars
  650. Retrieving org/clojure/clojure/1.11.0-alpha1/clojure-1.11.0-alpha1.pom from central
  651. Retrieving org/clojure/spec.alpha/0.2.194/spec.alpha-0.2.194.pom from central
  652. Retrieving org/clojure/core.specs.alpha/0.2.56/core.specs.alpha-0.2.56.pom from central
  653. Retrieving org/clojure/core.async/0.4.490/core.async-0.4.490.pom from central
  654. Retrieving org/clojure/tools.reader/1.0.0-beta4/tools.reader-1.0.0-beta4.pom from central
  655. Retrieving tick/tick/0.4.14-alpha/tick-0.4.14-alpha.pom from clojars
  656. Retrieving cljc/java-time/cljc.java-time/0.1.1/cljc.java-time-0.1.1.pom from clojars
  657. Retrieving cljs/java-time/cljs.java-time/0.1.9/cljs.java-time-0.1.9.pom from clojars
  658. Retrieving cljsjs/js-joda/1.10.1-0/js-joda-1.10.1-0.pom from clojars
  659. Retrieving net/cgrand/macrovich/0.2.0/macrovich-0.2.0.pom from clojars
  660. Retrieving cljsjs/js-joda-timezone/2.0.1-0/js-joda-timezone-2.0.1-0.pom from clojars
  661. Retrieving cljsjs/js-joda-locale-en-us/2.0.0-0/js-joda-locale-en-us-2.0.0-0.pom from clojars
  662. Retrieving time-literals/time-literals/0.1.2/time-literals-0.1.2.pom from clojars
  663. Retrieving com/lucasbradstreet/cljs-uuid-utils/1.0.2/cljs-uuid-utils-1.0.2.pom from clojars
  664. Retrieving tongue/tongue/0.2.6/tongue-0.2.6.pom from clojars
  665. Retrieving clojure-future-spec/clojure-future-spec/1.9.0/clojure-future-spec-1.9.0.pom from clojars
  666. Retrieving org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom from central
  667. Retrieving org/apache/maven/maven/3.6.0/maven-3.6.0.pom from central
  668. Retrieving org/apache/maven/maven-parent/33/maven-parent-33.pom from central
  669. Retrieving org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom from central
  670. Retrieving org/codehaus/plexus/plexus/4.0/plexus-4.0.pom from central
  671. Retrieving org/sonatype/forge/forge-parent/10/forge-parent-10.pom from central
  672. Retrieving org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom from central
  673. Retrieving org/clojure/test.check/0.10.0-alpha4/test.check-0.10.0-alpha4.pom from central
  674. Retrieving org/clojure/clojure/1.10.1/clojure-1.10.1.jar from central
  675. Retrieving org/clojure/core.specs.alpha/0.2.44/core.specs.alpha-0.2.44.jar from central
  676. Retrieving org/clojure/spec.alpha/0.2.176/spec.alpha-0.2.176.jar from central
  677. Retrieving org/clojure/core.async/0.4.500/core.async-0.4.500.jar from central
  678. Retrieving org/clojure/tools.analyzer/0.6.9/tools.analyzer-0.6.9.jar from central
  679. Retrieving org/clojure/tools.analyzer.jvm/0.7.2/tools.analyzer.jvm-0.7.2.jar from central
  680. Retrieving joda-time/joda-time/2.10.8/joda-time-2.10.8.jar from central
  681. Retrieving org/clojure/core.logic/1.0.0/core.logic-1.0.0.jar from central
  682. Retrieving org/clojure/core.match/0.3.0/core.match-0.3.0.jar from central
  683. Retrieving org/clojure/core.memoize/1.0.236/core.memoize-1.0.236.jar from central
  684. Retrieving org/clojure/core.cache/1.0.207/core.cache-1.0.207.jar from central
  685. Retrieving org/clojure/data.priority-map/1.0.0/data.priority-map-1.0.0.jar from central
  686. Retrieving org/clojure/data.csv/0.1.4/data.csv-0.1.4.jar from central
  687. Retrieving org/clojure/java.classpath/1.0.0/java.classpath-1.0.0.jar from central
  688. Retrieving org/clojure/java.jdbc/0.7.11/java.jdbc-0.7.11.jar from central
  689. Retrieving org/clojure/math.combinatorics/0.1.4/math.combinatorics-0.1.4.jar from central
  690. Retrieving org/clojure/math.numeric-tower/0.0.4/math.numeric-tower-0.0.4.jar from central
  691. Retrieving org/clojure/tools.logging/1.1.0/tools.logging-1.1.0.jar from central
  692. Retrieving org/clojure/tools.namespace/1.0.0/tools.namespace-1.0.0.jar from central
  693. Retrieving org/clojure/tools.reader/1.3.2/tools.reader-1.3.2.jar from central
  694. Retrieving org/clojure/tools.trace/0.7.10/tools.trace-0.7.10.jar from central
  695. Retrieving io/aleph/dirigiste/0.1.5/dirigiste-0.1.5.jar from central
  696. Retrieving io/netty/netty-transport/4.1.25.Final/netty-transport-4.1.25.Final.jar from central
  697. Retrieving io/netty/netty-buffer/4.1.25.Final/netty-buffer-4.1.25.Final.jar from central
  698. Retrieving io/netty/netty-common/4.1.25.Final/netty-common-4.1.25.Final.jar from central
  699. Retrieving io/netty/netty-transport-native-epoll/4.1.25.Final/netty-transport-native-epoll-4.1.25.Final.jar from central
  700. Retrieving io/netty/netty-transport-native-unix-common/4.1.25.Final/netty-transport-native-unix-common-4.1.25.Final.jar from central
  701. Retrieving io/netty/netty-handler/4.1.25.Final/netty-handler-4.1.25.Final.jar from central
  702. Retrieving io/netty/netty-codec-http/4.1.25.Final/netty-codec-http-4.1.25.Final.jar from central
  703. Retrieving io/netty/netty-codec/4.1.25.Final/netty-codec-4.1.25.Final.jar from central
  704. Retrieving io/netty/netty-handler-proxy/4.1.25.Final/netty-handler-proxy-4.1.25.Final.jar from central
  705. Retrieving io/netty/netty-resolver/4.1.25.Final/netty-resolver-4.1.25.Final.jar from central
  706. Retrieving io/netty/netty-resolver-dns/4.1.25.Final/netty-resolver-dns-4.1.25.Final.jar from central
  707. Retrieving io/netty/netty-codec-socks/4.1.25.Final/netty-codec-socks-4.1.25.Final.jar from central
  708. Retrieving io/netty/netty-codec-dns/4.1.25.Final/netty-codec-dns-4.1.25.Final.jar from central
  709. Retrieving junit/junit/4.10/junit-4.10.jar from central
  710. Retrieving com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar from central
  711. Retrieving org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar from central
  712. Retrieving com/fasterxml/jackson/core/jackson-core/2.10.2/jackson-core-2.10.2.jar from central
  713. Retrieving com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.10.2/jackson-dataformat-smile-2.10.2.jar from central
  714. Retrieving net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar from central
  715. Retrieving com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.10.2/jackson-dataformat-cbor-2.10.2.jar from central
  716. Retrieving org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.jar from central
  717. Retrieving org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.jar from central
  718. Retrieving org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.jar from central
  719. Retrieving org/apache/httpcomponents/httpclient-cache/4.5.10/httpclient-cache-4.5.10.jar from central
  720. Retrieving org/apache/httpcomponents/httpcore-nio/4.4.10/httpcore-nio-4.4.10.jar from central
  721. Retrieving org/apache/httpcomponents/httpmime/4.5.10/httpmime-4.5.10.jar from central
  722. Retrieving org/quartz-scheduler/quartz/2.1.7/quartz-2.1.7.jar from central
  723. Retrieving org/openid4java/openid4java-nodeps/0.9.6/openid4java-nodeps-0.9.6.jar from central
  724. Retrieving org/mindrot/jbcrypt/0.3m/jbcrypt-0.3m.jar from central
  725. Retrieving com/google/inject/guice/2.0/guice-2.0.jar from central
  726. Retrieving net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar from central
  727. Retrieving com/clearspring/analytics/stream/2.9.6/stream-2.9.6.jar from central
  728. Retrieving aopalliance/aopalliance/1.0/aopalliance-1.0.jar from central
  729. Retrieving com/sun/mail/javax.mail/1.5.5/javax.mail-1.5.5.jar from central
  730. Retrieving javax/mail/javax.mail-api/1.5.5/javax.mail-api-1.5.5.jar from central
  731. Retrieving javax/activation/activation/1.1/activation-1.1.jar from central
  732. Retrieving com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar from central
  733. Retrieving com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar from central
  734. Retrieving com/google/guava/guava/28.2-jre/guava-28.2-jre.jar from central
  735. Retrieving com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar from central
  736. Retrieving org/checkerframework/checker-qual/2.10.0/checker-qual-2.10.0.jar from central
  737. Retrieving com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar from central
  738. Retrieving com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar from central
  739. Retrieving com/h2database/h2/1.4.197/h2-1.4.197.jar from central
  740. Retrieving org/iq80/snappy/snappy/0.4/snappy-0.4.jar from central
  741. Retrieving org/tukaani/xz/1.6/xz-1.6.jar from central
  742. Retrieving net/jpountz/lz4/lz4/1.3/lz4-1.3.jar from central
  743. Retrieving commons-codec/commons-codec/1.15/commons-codec-1.15.jar from central
  744. Retrieving commons-io/commons-io/2.8.0/commons-io-2.8.0.jar from central
  745. Retrieving commons-validator/commons-validator/1.6/commons-validator-1.6.jar from central
  746. Retrieving commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar from central
  747. Retrieving org/clojure/tools.macro/0.1.5/tools.macro-0.1.5.jar from central
  748. Retrieving javax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.jar from central
  749. Retrieving javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar from central
  750. Retrieving com/tdunning/t-digest/3.2/t-digest-3.2.jar from central
  751. Retrieving org/clojure/test.check/0.9.0/test.check-0.9.0.jar from central
  752. Retrieving com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar from central
  753. Retrieving com/mchange/c3p0/0.9.5.4/c3p0-0.9.5.4.jar from central
  754. Retrieving com/onelogin/java-saml/2.5.0/java-saml-2.5.0.jar from central
  755. Retrieving com/onelogin/java-saml-core/2.5.0/java-saml-core-2.5.0.jar from central
  756. Retrieving org/opensaml/opensaml-core/3.4.5/opensaml-core-3.4.5.jar from central
  757. Retrieving io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2.jar from central
  758. Retrieving net/shibboleth/utilities/java-support/7.5.1/java-support-7.5.1.jar from central
  759. Retrieving org/opensaml/opensaml-saml-api/3.4.5/opensaml-saml-api-3.4.5.jar from central
  760. Retrieving org/opensaml/opensaml-soap-api/3.4.5/opensaml-soap-api-3.4.5.jar from central
  761. Retrieving org/opensaml/opensaml-messaging-api/3.4.5/opensaml-messaging-api-3.4.5.jar from central
  762. Retrieving org/opensaml/opensaml-storage-api/3.4.5/opensaml-storage-api-3.4.5.jar from central
  763. Retrieving org/opensaml/opensaml-profile-api/3.4.5/opensaml-profile-api-3.4.5.jar from central
  764. Retrieving org/opensaml/opensaml-security-impl/3.4.5/opensaml-security-impl-3.4.5.jar from central
  765. Retrieving org/opensaml/opensaml-saml-impl/3.4.5/opensaml-saml-impl-3.4.5.jar from central
  766. Retrieving org/opensaml/opensaml-soap-impl/3.4.5/opensaml-soap-impl-3.4.5.jar from central
  767. Retrieving org/apache/velocity/velocity/1.7/velocity-1.7.jar from central
  768. Retrieving commons-lang/commons-lang/2.4/commons-lang-2.4.jar from central
  769. Retrieving org/opensaml/opensaml-xmlsec-api/3.4.5/opensaml-xmlsec-api-3.4.5.jar from central
  770. Retrieving org/opensaml/opensaml-security-api/3.4.5/opensaml-security-api-3.4.5.jar from central
  771. Retrieving org/opensaml/opensaml-xmlsec-impl/3.4.5/opensaml-xmlsec-impl-3.4.5.jar from central
  772. Retrieving org/cryptacular/cryptacular/1.1.3/cryptacular-1.1.3.jar from central
  773. Retrieving net/redhogs/cronparser/cron-parser-core/3.4/cron-parser-core-3.4.jar from central
  774. Retrieving net/sf/cssbox/cssbox/4.12/cssbox-4.12.jar from central
  775. Retrieving xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar from central
  776. Retrieving net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22.jar from central
  777. Retrieving xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar from central
  778. Retrieving net/sf/cssbox/jstyleparser/1.23/jstyleparser-1.23.jar from central
  779. Retrieving org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar from central
  780. Retrieving org/unbescape/unbescape/1.1.3.RELEASE/unbescape-1.1.3.RELEASE.jar from central
  781. Retrieving org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar from central
  782. Retrieving org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar from central
  783. Retrieving org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.jar from central
  784. Retrieving org/apache/logging/log4j/log4j-1.2-api/2.13.3/log4j-1.2-api-2.13.3.jar from central
  785. Retrieving org/apache/logging/log4j/log4j-jcl/2.13.3/log4j-jcl-2.13.3.jar from central
  786. Retrieving org/apache/logging/log4j/log4j-core/2.13.3/log4j-core-2.13.3.jar from central
  787. Retrieving commons-logging/commons-logging/1.2/commons-logging-1.2.jar from central
  788. Retrieving org/apache/logging/log4j/log4j-liquibase/2.13.3/log4j-liquibase-2.13.3.jar from central
  789. Retrieving org/apache/logging/log4j/log4j-slf4j-impl/2.13.3/log4j-slf4j-impl-2.13.3.jar from central
  790. Retrieving org/apache/poi/poi/5.0.0/poi-5.0.0.jar from central
  791. Retrieving org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar from central
  792. Retrieving org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar from central
  793. Retrieving org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar from central
  794. Retrieving com/zaxxer/SparseBitSet/1.2/SparseBitSet-1.2.jar from central
  795. Retrieving org/apache/poi/poi-ooxml/5.0.0/poi-ooxml-5.0.0.jar from central
  796. Retrieving org/apache/poi/poi-ooxml-lite/5.0.0/poi-ooxml-lite-5.0.0.jar from central
  797. Retrieving org/apache/xmlbeans/xmlbeans/4.0.0/xmlbeans-4.0.0.jar from central
  798. Retrieving com/github/virtuald/curvesapi/1.06/curvesapi-1.06.jar from central
  799. Retrieving org/apache/santuario/xmlsec/2.2.1/xmlsec-2.2.1.jar from central
  800. Retrieving com/fasterxml/woodstox/woodstox-core/5.2.1/woodstox-core-5.2.1.jar from central
  801. Retrieving org/codehaus/woodstox/stax2-api/4.2/stax2-api-4.2.jar from central
  802. Retrieving jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar from central
  803. Retrieving jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar from central
  804. Retrieving org/apache/xmlgraphics/batik-anim/1.13/batik-anim-1.13.jar from central
  805. Retrieving org/apache/xmlgraphics/batik-all/1.13/batik-all-1.13.jar from central
  806. Retrieving org/apache/xmlgraphics/batik-shared-resources/1.13/batik-shared-resources-1.13.jar from central
  807. Retrieving xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar from central
  808. Retrieving org/apache/xmlgraphics/batik-awt-util/1.13/batik-awt-util-1.13.jar from central
  809. Retrieving org/apache/xmlgraphics/xmlgraphics-commons/2.4/xmlgraphics-commons-2.4.jar from central
  810. Retrieving org/apache/xmlgraphics/batik-bridge/1.13/batik-bridge-1.13.jar from central
  811. Retrieving org/apache/xmlgraphics/batik-codec/1.13/batik-codec-1.13.jar from central
  812. Retrieving org/apache/xmlgraphics/batik-constants/1.13/batik-constants-1.13.jar from central
  813. Retrieving org/apache/xmlgraphics/batik-css/1.13/batik-css-1.13.jar from central
  814. Retrieving org/apache/xmlgraphics/batik-dom/1.13/batik-dom-1.13.jar from central
  815. Retrieving xalan/xalan/2.7.2/xalan-2.7.2.jar from central
  816. Retrieving xalan/serializer/2.7.2/serializer-2.7.2.jar from central
  817. Retrieving org/apache/xmlgraphics/batik-ext/1.13/batik-ext-1.13.jar from central
  818. Retrieving org/apache/xmlgraphics/batik-extension/1.13/batik-extension-1.13.jar from central
  819. Retrieving org/apache/xmlgraphics/batik-gui-util/1.13/batik-gui-util-1.13.jar from central
  820. Retrieving org/apache/xmlgraphics/batik-gvt/1.13/batik-gvt-1.13.jar from central
  821. Retrieving org/apache/xmlgraphics/batik-i18n/1.13/batik-i18n-1.13.jar from central
  822. Retrieving org/apache/xmlgraphics/batik-parser/1.13/batik-parser-1.13.jar from central
  823. Retrieving org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-rasterizer-ext-1.13.jar from central
  824. Retrieving org/apache/xmlgraphics/batik-rasterizer/1.13/batik-rasterizer-1.13.jar from central
  825. Retrieving org/apache/xmlgraphics/batik-script/1.13/batik-script-1.13.jar from central
  826. Retrieving org/apache/xmlgraphics/batik-slideshow/1.13/batik-slideshow-1.13.jar from central
  827. Retrieving org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-squiggle-ext-1.13.jar from central
  828. Retrieving org/apache/xmlgraphics/batik-squiggle/1.13/batik-squiggle-1.13.jar from central
  829. Retrieving org/apache/xmlgraphics/batik-svg-dom/1.13/batik-svg-dom-1.13.jar from central
  830. Retrieving org/apache/xmlgraphics/batik-svgbrowser/1.13/batik-svgbrowser-1.13.jar from central
  831. Retrieving org/apache/xmlgraphics/batik-svggen/1.13/batik-svggen-1.13.jar from central
  832. Retrieving org/apache/xmlgraphics/batik-svgpp/1.13/batik-svgpp-1.13.jar from central
  833. Retrieving org/apache/xmlgraphics/batik-svgrasterizer/1.13/batik-svgrasterizer-1.13.jar from central
  834. Retrieving org/apache/xmlgraphics/batik-swing/1.13/batik-swing-1.13.jar from central
  835. Retrieving org/apache/xmlgraphics/batik-transcoder/1.13/batik-transcoder-1.13.jar from central
  836. Retrieving org/apache/xmlgraphics/batik-util/1.13/batik-util-1.13.jar from central
  837. Retrieving org/apache/xmlgraphics/batik-ttf2svg/1.13/batik-ttf2svg-1.13.jar from central
  838. Retrieving org/apache/xmlgraphics/batik-xml/1.13/batik-xml-1.13.jar from central
  839. Retrieving de/rototor/pdfbox/graphics2d/0.30/graphics2d-0.30.jar from central
  840. Retrieving org/apache/pdfbox/pdfbox/2.0.22/pdfbox-2.0.22.jar from central
  841. Retrieving org/apache/pdfbox/fontbox/2.0.22/fontbox-2.0.22.jar from central
  842. Retrieving org/apache/sshd/sshd-core/2.4.0/sshd-core-2.4.0.jar from central
  843. Retrieving org/apache/sshd/sshd-common/2.4.0/sshd-common-2.4.0.jar from central
  844. Retrieving org/bouncycastle/bcprov-jdk15on/1.68/bcprov-jdk15on-1.68.jar from central
  845. Retrieving org/bouncycastle/bcpkix-jdk15on/1.68/bcpkix-jdk15on-1.68.jar from central
  846. Retrieving com/unboundid/unboundid-ldapsdk/4.0.4/unboundid-ldapsdk-4.0.4.jar from central
  847. Retrieving org/eclipse/jetty/jetty-server/9.4.32.v20200930/jetty-server-9.4.32.v20200930.jar from central
  848. Retrieving javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar from central
  849. Retrieving org/eclipse/jetty/jetty-http/9.4.32.v20200930/jetty-http-9.4.32.v20200930.jar from central
  850. Retrieving org/eclipse/jetty/jetty-util/9.4.32.v20200930/jetty-util-9.4.32.v20200930.jar from central
  851. Retrieving org/eclipse/jetty/jetty-io/9.4.32.v20200930/jetty-io-9.4.32.v20200930.jar from central
  852. Retrieving org/liquibase/liquibase-core/3.6.3/liquibase-core-3.6.3.jar from central
  853. Retrieving org/mariadb/jdbc/mariadb-java-client/2.6.2/mariadb-java-client-2.6.2.jar from central
  854. Retrieving org/postgresql/postgresql/42.2.18/postgresql-42.2.18.jar from central
  855. Retrieving org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar from central
  856. Retrieving org/tcrawley/dynapath/1.1.0/dynapath-1.1.0.jar from central
  857. Retrieving org/threeten/threeten-extra/1.5.0/threeten-extra-1.5.0.jar from central
  858. Retrieving org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar from central
  859. Retrieving commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar from central
  860. Retrieving net/sf/uadetector/uadetector-core/0.9.10/uadetector-core-0.9.10.jar from central
  861. Retrieving net/sf/uadetector/uadetector-resources/2014.10/uadetector-resources-2014.10.jar from central
  862. Retrieving net/sf/qualitycheck/quality-check/1.3/quality-check-1.3.jar from central
  863. Retrieving javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar from central
  864. Retrieving org/ow2/asm/asm-all/5.2/asm-all-5.2.jar from central
  865. Retrieving org/clojure/google-closure-library/0.0-20151016-61277aea/google-closure-library-0.0-20151016-61277aea.jar from central
  866. Retrieving org/clojure/clojurescript/1.7.170/clojurescript-1.7.170.jar from central
  867. Retrieving com/google/javascript/closure-compiler/v20151015/closure-compiler-v20151015.jar from central
  868. Retrieving org/clojure/google-closure-library-third-party/0.0-20151016-61277aea/google-closure-library-third-party-0.0-20151016-61277aea.jar from central
  869. Retrieving org/clojure/data.json/0.2.6/data.json-0.2.6.jar from central
  870. Retrieving org/mozilla/rhino/1.7R5/rhino-1.7R5.jar from central
  871. Retrieving org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar from central
  872. Retrieving org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar from central
  873. Retrieving amalloy/ring-buffer/1.2.2/ring-buffer-1.2.2.jar from clojars
  874. Retrieving amalloy/ring-gzip-middleware/0.1.4/ring-gzip-middleware-0.1.4.jar from clojars
  875. Retrieving primitive-math/primitive-math/0.1.6/primitive-math-0.1.6.jar from clojars
  876. Retrieving byte-streams/byte-streams/0.2.4/byte-streams-0.2.4.jar from clojars
  877. Retrieving manifold/manifold/0.1.8/manifold-0.1.8.jar from clojars
  878. Retrieving bigml/histogram/4.1.3/histogram-4.1.3.jar from clojars
  879. Retrieving aleph/aleph/0.4.6/aleph-0.4.6.jar from clojars
  880. Retrieving buddy/buddy-sign/3.0.0/buddy-sign-3.0.0.jar from clojars
  881. Retrieving tigris/tigris/0.1.2/tigris-0.1.2.jar from clojars
  882. Retrieving clj-http/clj-http/3.10.3/clj-http-3.10.3.jar from clojars
  883. Retrieving cheshire/cheshire/5.10.0/cheshire-5.10.0.jar from clojars
  884. Retrieving robdaemon/clojure.java-time/0.3.3-SNAPSHOT/clojure.java-time-0.3.3-20200813.224557-3.jar from clojars
  885. Retrieving buddy/buddy-core/1.5.0/buddy-core-1.5.0.jar from clojars
  886. Retrieving clj-tuple/clj-tuple/0.2.2/clj-tuple-0.2.2.jar from clojars
  887. Retrieving clojurewerkz/quartzite/2.1.0/quartzite-2.1.0.jar from clojars
  888. Retrieving colorize/colorize/0.1.1/colorize-0.1.1.jar from clojars
  889. Retrieving clj-time/clj-time/0.14.0/clj-time-0.14.0.jar from clojars
  890. Retrieving com/cemerick/friend/0.2.3/friend-0.2.3.jar from clojars
  891. Retrieving slingshot/slingshot/0.10.2/slingshot-0.10.2.jar from clojars
  892. Retrieving com/draines/postal/2.0.3/postal-2.0.3.jar from clojars
  893. Retrieving com/taoensso/nippy/2.14.0/nippy-2.14.0.jar from clojars
  894. Retrieving com/taoensso/encore/2.93.0/encore-2.93.0.jar from clojars
  895. Retrieving compojure/compojure/1.6.1/compojure-1.6.1.jar from clojars
  896. Retrieving clout/clout/2.2.1/clout-2.2.1.jar from clojars
  897. Retrieving com/taoensso/truss/1.5.0/truss-1.5.0.jar from clojars
  898. Retrieving crypto-random/crypto-random/1.2.0/crypto-random-1.2.0.jar from clojars
  899. Retrieving dk/ative/docjure/1.14.0/docjure-1.14.0.jar from clojars
  900. Retrieving honeysql/honeysql/1.0.461/honeysql-1.0.461.jar from clojars
  901. Retrieving hiccup/hiccup/1.0.5/hiccup-1.0.5.jar from clojars
  902. Retrieving environ/environ/1.2.0/environ-1.2.0.jar from clojars
  903. Retrieving instaparse/instaparse/1.4.10/instaparse-1.4.10.jar from clojars
  904. Retrieving io/forward/yaml/1.0.9/yaml-1.0.9.jar from clojars
  905. Retrieving kixi/stats/0.4.4/stats-0.4.4.jar from clojars
  906. Retrieving medley/medley/1.3.0/medley-1.3.0.jar from clojars
  907. Retrieving me/raynes/fs/1.4.6/fs-1.4.6.jar from clojars
  908. Retrieving metabase/connection-pool/1.1.1/connection-pool-1.1.1.jar from clojars
  909. Retrieving metabase/saml20-clj/2.0.0/saml20-clj-2.0.0.jar from clojars
  910. Retrieving clojure/java-time/clojure.java-time/0.3.2/clojure.java-time-0.3.2.jar from clojars
  911. Retrieving ring/ring-codec/1.1.2/ring-codec-1.1.2.jar from clojars
  912. Retrieving metabase/throttle/1.0.2/throttle-1.0.2.jar from clojars
  913. Retrieving org/clojars/pntblnk/clj-ldap/0.0.16/clj-ldap-0.0.16.jar from clojars
  914. Retrieving net/cgrand/macrovich/0.2.1/macrovich-0.2.1.jar from clojars
  915. Retrieving org/flatland/ordered/1.5.9/ordered-1.5.9.jar from clojars
  916. Retrieving potemkin/potemkin/0.4.5/potemkin-0.4.5.jar from clojars
  917. Retrieving pretty/pretty/1.0.4/pretty-1.0.4.jar from clojars
  918. Retrieving prismatic/schema/1.1.12/schema-1.1.12.jar from clojars
  919. Retrieving riddley/riddley/0.2.0/riddley-0.2.0.jar from clojars
  920. Retrieving redux/redux/0.1.4/redux-0.1.4.jar from clojars
  921. Retrieving ring/ring-core/1.8.1/ring-core-1.8.1.jar from clojars
  922. Retrieving ring/ring-jetty-adapter/1.8.1/ring-jetty-adapter-1.8.1.jar from clojars
  923. Retrieving crypto-equality/crypto-equality/1.0.0/crypto-equality-1.0.0.jar from clojars
  924. Retrieving ring/ring-servlet/1.8.1/ring-servlet-1.8.1.jar from clojars
  925. Retrieving stencil/stencil/0.5.0/stencil-0.5.0.jar from clojars
  926. Retrieving ring/ring-json/0.5.0/ring-json-0.5.0.jar from clojars
  927. Retrieving scout/scout/0.1.0/scout-0.1.0.jar from clojars
  928. Retrieving toucan/toucan/1.15.3/toucan-1.15.3.jar from clojars
  929. Retrieving user-agent/user-agent/0.1.0/user-agent-0.1.0.jar from clojars
  930. Retrieving quoin/quoin/0.1.2/quoin-0.1.2.jar from clojars
  931. Retrieving weavejester/dependency/0.2.1/dependency-0.2.1.jar from clojars
  932. Retrieving nrepl/nrepl/0.8.3/nrepl-0.8.3.jar from clojars
  933. Retrieving clojure-complete/clojure-complete/0.2.5/clojure-complete-0.2.5.jar from clojars
  934. Retrieving clj-http-fake/clj-http-fake/1.0.3/clj-http-fake-1.0.3.jar from clojars
  935. Retrieving jonase/eastwood/0.3.11/eastwood-0.3.11.jar from clojars
  936. Retrieving org/clojars/brenton/google-diff-match-patch/0.1/google-diff-match-patch-0.1.jar from clojars
  937. Retrieving pjstadig/humane-test-output/0.10.0/humane-test-output-0.10.0.jar from clojars
  938. Retrieving robert/hooke/1.3.0/hooke-1.3.0.jar from clojars
  939. Retrieving reifyhealth/specmonstah/2.0.0/specmonstah-2.0.0.jar from clojars
  940. Retrieving better-cond/better-cond/2.0.1-SNAPSHOT/better-cond-2.0.1-20170618.063731-4.jar from clojars
  941. Retrieving tailrecursion/cljs-priority-map/1.2.1/cljs-priority-map-1.2.1.jar from clojars
  942. Retrieving aysylu/loom/1.0.2/loom-1.0.2.jar from clojars
  943. Retrieving ring/ring-mock/0.4.0/ring-mock-0.4.0.jar from clojars
  944. Retrieving talltale/talltale/0.5.4/talltale-0.5.4.jar from clojars
  945. Retrieving tick/tick/0.4.14-alpha/tick-0.4.14-alpha.jar from clojars
  946. Retrieving cljs/java-time/cljs.java-time/0.1.9/cljs.java-time-0.1.9.jar from clojars
  947. Retrieving cljc/java-time/cljc.java-time/0.1.1/cljc.java-time-0.1.1.jar from clojars
  948. Retrieving cljsjs/js-joda/1.10.1-0/js-joda-1.10.1-0.jar from clojars
  949. Retrieving cljsjs/js-joda-timezone/2.0.1-0/js-joda-timezone-2.0.1-0.jar from clojars
  950. Retrieving cljsjs/js-joda-locale-en-us/2.0.0-0/js-joda-locale-en-us-2.0.0-0.jar from clojars
  951. Retrieving time-literals/time-literals/0.1.2/time-literals-0.1.2.jar from clojars
  952. Retrieving com/lucasbradstreet/cljs-uuid-utils/1.0.2/cljs-uuid-utils-1.0.2.jar from clojars
  953. Retrieving tongue/tongue/0.2.6/tongue-0.2.6.jar from clojars
  954. Retrieving clojure-future-spec/clojure-future-spec/1.9.0/clojure-future-spec-1.9.0.jar from clojars
  955. Retrieving methodical/methodical/0.9.4-alpha/methodical-0.9.4-alpha.jar from clojars
  956. Removing intermediate container d4a1a0014912
  957. ---> 45eba4fb9636
  958. Step 13/34 : FROM adoptopenjdk/openjdk11:alpine as builder
  959. ---> a2ae574d01e3
  960. Step 14/34 : ARG MB_EDITION=oss
  961. ---> Running in be869ea1625f
  962. Removing intermediate container be869ea1625f
  963. ---> 483117cd8264
  964. Step 15/34 : WORKDIR /app/source
  965. ---> Running in bdf6e7499171
  966. Removing intermediate container bdf6e7499171
  967. ---> 9c8981c1257e
  968. Step 16/34 : ENV FC_LANG en-US LC_CTYPE en_US.UTF-8
  969. ---> Running in 3e8871533c49
  970. Removing intermediate container 3e8871533c49
  971. ---> eeb0d6e56890
  972. Step 17/34 : RUN apk add --no-cache coreutils bash yarn git curl java-cacerts
  973. ---> Running in f2af75e30a10
  974. fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
  975. fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
  976. (1/24) Installing ncurses-terminfo-base (6.2_p20200523-r0)
  977. (2/24) Installing ncurses-libs (6.2_p20200523-r0)
  978. (3/24) Installing readline (8.0.4-r0)
  979. (4/24) Installing bash (5.0.17-r0)
  980. Executing bash-5.0.17-r0.post-install
  981. (5/24) Installing libacl (2.2.53-r0)
  982. (6/24) Installing libattr (2.4.48-r0)
  983. (7/24) Installing coreutils (8.32-r0)
  984. (8/24) Installing ca-certificates (20191127-r4)
  985. (9/24) Installing nghttp2-libs (1.41.0-r0)
  986. (10/24) Installing libcurl (7.76.1-r0)
  987. (11/24) Installing curl (7.76.1-r0)
  988. (12/24) Installing expat (2.2.9-r1)
  989. (13/24) Installing pcre2 (10.35-r0)
  990. (14/24) Installing git (2.26.3-r0)
  991. (15/24) Installing libffi (3.3-r2)
  992. (16/24) Installing p11-kit (0.23.22-r0)
  993. (17/24) Installing libtasn1 (4.16.0-r1)
  994. (18/24) Installing p11-kit-trust (0.23.22-r0)
  995. (19/24) Installing java-cacerts (1.0-r0)
  996. (20/24) Installing brotli-libs (1.0.9-r1)
  997. (21/24) Installing c-ares (1.16.1-r0)
  998. (22/24) Installing libstdc++ (9.3.0-r2)
  999. (23/24) Installing nodejs (12.22.1-r0)
  1000. (24/24) Installing yarn (1.22.4-r0)
  1001. Executing busybox-1.31.1-r20.trigger
  1002. Executing ca-certificates-20191127-r4.trigger
  1003. Executing glibc-bin-2.31-r0.trigger
  1004. /usr/glibc-compat/sbin/ldconfig: /usr/glibc-compat/lib/ld-linux-x86-64.so.2 is not a symbolic link
  1005. OK: 75 MiB in 41 packages
  1006. Removing intermediate container f2af75e30a10
  1007. ---> 4a120d8d15b6
  1008. Step 18/34 : RUN curl https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein -o /usr/local/bin/lein && chmod +x /usr/local/bin/lein && /usr/local/bin/lein upgrade
  1009. ---> Running in 90eb5db446de
  1010.  % Total % Received % Xferd Average Speed Time Time Time Current
  1011. Dload Upload Total Spent Left Speed
  1012. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13541 100 13541 0 0 629k 0 --:--:-- --:--:-- --:--:-- 629k
  1013. Downloading Leiningen to /root/.lein/self-installs/leiningen-2.9.6-standalone.jar now...
  1014.  % Total % Received % Xferd Average Speed Time Time Time Current
  1015. Dload Upload Total Spent Left Speed
  1016. 0 0  0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100  632 100 632 0 0 6652 0 --:--:-- --:--:-- --:--:-- 6583
  1017.  100 12.1M 100 12.1M 0  0 49.6M 0 --:--:-- --:--:-- --:--:-- 49.6M
  1018. /root/.lein/self-installs/leiningen-2.9.6-standalone.jar.pending: OK
  1019. The script at /usr/local/bin/lein will be upgraded to the latest stable version.
  1020. Do you want to continue [Y/n]?
  1021. Upgrading...
  1022.  % Total % Received % Xferd Average Speed Time Time Time Current
  1023. Dload Upload Total Spent Left Speed
  1024. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 137 100 137 0 0 1593     0 --:--:-- --:--:-- --:--:--  1593
  1025.  100 13541 100 13541 0 0  124k 0 --:--:-- --:--:-- --:--:-- 124k
  1026. Leiningen is already up-to-date.
  1027. Leiningen 2.9.6 on Java 11.0.10 OpenJDK 64-Bit Server VM
  1028. Removing intermediate container 90eb5db446de
  1029. ---> dad93cff942a
  1030. Step 19/34 : RUN curl https://download.clojure.org/install/linux-install-1.10.1.708.sh -o /tmp/linux-install-1.10.1.708.sh && chmod +x /tmp/linux-install-1.10.1.708.sh && sh /tmp/linux-install-1.10.1.708.sh
  1031. ---> Running in e9dde5eabdad
  1032.  % Total % Received % Xferd Average Speed Time Time Time Current
  1033. Dload Upload Total Spent Left Speed
  1034. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1658 100 1658 0 0 17452 0 --:--:-- --:--:-- --:--:-- 17452
  1035. Downloading and expanding tar
  1036.  % Total  % Received % Xferd Average Speed   Time Time  Time  Current
  1037.                   Dload  Upload   Total  Spent   Left Speed
  1038.   0     0    0     0   0   0    0     0 --:--:-- --:--:-- --:--:--     0 0 16.7M 0 85242 0 0 2685k 0 0:00:06 --:--:-- 0:00:06 2601k 100 16.7M 100 16.7M 0 0 57.3M 0 --:--:-- --:--:-- --:--:-- 57.1M
  1039. Installing libs into /usr/local/lib/clojure
  1040. Installing clojure and clj into /usr/local/bin
  1041. Installing man pages into /usr/local/share/man/man1
  1042. Removing download
  1043. Use clj -h for help.
  1044. Removing intermediate container e9dde5eabdad
  1045. ---> 8a454f2fc322
  1046. Step 20/34 : COPY --from=frontend /app/source/. .
  1047. ---> dcc73c157836
  1048. Step 21/34 : COPY --from=backend /app/source/. .
  1049. ---> 197278fed6ab
  1050. Step 22/34 : COPY --from=backend /root/. /root/
  1051. ---> d3023ab764ff
  1052. Step 23/34 : COPY . .
  1053. ---> ea740d8b1818
  1054. Step 24/34 : RUN INTERACTIVE=false MB_EDITION=$MB_EDITION bin/build
  1055. ---> Running in c5b24c1b8b50
  1056. Downloading: org/flatland/ordered/1.5.7/ordered-1.5.7.pom from clojars
  1057. Downloading: environ/environ/1.1.0/environ-1.1.0.pom from clojars
  1058. Downloading: commons-codec/commons-codec/1.14/commons-codec-1.14.pom from central
  1059. Downloading: leiningen/leiningen/2.9.5/leiningen-2.9.5.pom from clojars
  1060. Downloading: org/fedorahosted/tennera/jgettext/0.15.1/jgettext-0.15.1.pom from central
  1061. Downloading: clj-http/clj-http/3.9.1/clj-http-3.9.1.pom from clojars
  1062. Downloading: org/flatland/useful/0.11.6/useful-0.11.6.pom from clojars
  1063. Downloading: leiningen-core/leiningen-core/2.9.5/leiningen-core-2.9.5.pom from clojars
  1064. Downloading: org/clojure/data.xml/0.2.0-alpha5/data.xml-0.2.0-alpha5.pom from central
  1065. Downloading: timofreiberg/bultitude/0.3.0/bultitude-0.3.0.pom from clojars
  1066. Downloading: commons-lang/commons-lang/2.6/commons-lang-2.6.pom from central
  1067. Downloading: org/apache/commons/commons-parent/17/commons-parent-17.pom from central
  1068. Downloading: org/clojars/trptcolin/sjacket/0.1.1.1/sjacket-0.1.1.1.pom from clojars
  1069. Downloading: net/cgrand/parsley/0.9.3/parsley-0.9.3.pom from clojars
  1070. Downloading: scout/scout/0.1.1/scout-0.1.1.pom from clojars
  1071. Downloading: org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom from central
  1072. Downloading: org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom from central
  1073. Downloading: org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom from central
  1074. Downloading: org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom from central
  1075. Downloading: org/yaml/snakeyaml/1.19/snakeyaml-1.19.pom from central
  1076. Downloading: org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.pom from central
  1077. Downloading: org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom from central
  1078. Downloading: org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.pom from central
  1079. Downloading: org/apache/httpcomponents/httpmime/4.5.5/httpmime-4.5.5.pom from central
  1080. Downloading: org/apache/httpcomponents/httpcomponents-asyncclient/4.1.3/httpcomponents-asyncclient-4.1.3.pom from central
  1081. Downloading: slingshot/slingshot/0.12.2/slingshot-0.12.2.pom from clojars
  1082. Downloading: antlr/antlr/2.7.7/antlr-2.7.7.pom from central
  1083. Downloading: org/clojure/tools.macro/0.1.1/tools.macro-0.1.1.pom from central
  1084. Downloading: org/clojure/tools.reader/0.7.2/tools.reader-0.7.2.pom from central
  1085. Downloading: org/clojure/pom.contrib/0.0.20/pom.contrib-0.0.20.pom from central
  1086. Downloading: org/flatland/classlojure/0.7.1/classlojure-0.7.1.pom from clojars
  1087. Downloading: clj-commons/pomegranate/1.2.0/pomegranate-1.2.0.pom from clojars
  1088. Downloading: org/slf4j/slf4j-nop/1.7.25/slf4j-nop-1.7.25.pom from central
  1089. Downloading: com/hypirion/io/0.3.1/io-0.3.1.pom from clojars
  1090. Downloading: org/clojure/data.codec/0.1.0/data.codec-0.1.0.pom from central
  1091. Downloading: org/tcrawley/dynapath/1.0.0/dynapath-1.0.0.pom from central
  1092. Downloading: net/cgrand/regex/1.1.0/regex-1.1.0.pom from clojars
  1093. Downloading: org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.pom from central
  1094. Downloading: org/apache/maven/maven-resolver-provider/3.6.1/maven-resolver-provider-3.6.1.pom from central
  1095. Downloading: org/apache/maven/maven/3.6.1/maven-3.6.1.pom from central
  1096. Downloading: org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.pom from central
  1097. Downloading: org/apache/maven/resolver/maven-resolver/1.3.3/maven-resolver-1.3.3.pom from central
  1098. Downloading: org/apache/maven/resolver/maven-resolver-spi/1.3.3/maven-resolver-spi-1.3.3.pom from central
  1099. Downloading: org/apache/maven/resolver/maven-resolver-util/1.3.3/maven-resolver-util-1.3.3.pom from central
  1100. Downloading: org/apache/maven/resolver/maven-resolver-impl/1.3.3/maven-resolver-impl-1.3.3.pom from central
  1101. Downloading: org/apache/maven/resolver/maven-resolver-transport-file/1.3.3/maven-resolver-transport-file-1.3.3.pom from central
  1102. Downloading: org/apache/maven/resolver/maven-resolver-transport-http/1.3.3/maven-resolver-transport-http-1.3.3.pom from central
  1103. Downloading: org/apache/maven/resolver/maven-resolver-transport-wagon/1.3.3/maven-resolver-transport-wagon-1.3.3.pom from central
  1104. Downloading: org/apache/maven/resolver/maven-resolver-connector-basic/1.3.3/maven-resolver-connector-basic-1.3.3.pom from central
  1105. Downloading: org/apache/maven/wagon/wagon-provider-api/3.3.2/wagon-provider-api-3.3.2.pom from central
  1106. Downloading: org/apache/maven/wagon/wagon/3.3.2/wagon-3.3.2.pom from central
  1107. Downloading: org/apache/maven/wagon/wagon-http/3.3.2/wagon-http-3.3.2.pom from central
  1108. Downloading: org/apache/maven/wagon/wagon-providers/3.3.2/wagon-providers-3.3.2.pom from central
  1109. Downloading: org/apache/maven/maven-model/3.6.1/maven-model-3.6.1.pom from central
  1110. Downloading: org/apache/maven/maven-model-builder/3.6.1/maven-model-builder-3.6.1.pom from central
  1111. Downloading: org/apache/maven/maven-repository-metadata/3.6.1/maven-repository-metadata-3.6.1.pom from central
  1112. Downloading: org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom from central
  1113. Downloading: javax/inject/javax.inject/1/javax.inject-1.pom from central
  1114. Downloading: org/codehaus/plexus/plexus/5.1/plexus-5.1.pom from central
  1115. Downloading: org/apache/maven/wagon/wagon-http-shared/3.3.2/wagon-http-shared-3.3.2.pom from central
  1116. Downloading: org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom from central
  1117. Downloading: org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom from central
  1118. Downloading: org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom from central
  1119. Downloading: org/apache/maven/maven-artifact/3.6.1/maven-artifact-3.6.1.pom from central
  1120. Downloading: org/apache/maven/maven-builder-support/3.6.1/maven-builder-support-3.6.1.pom from central
  1121. Downloading: org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom from central
  1122. Downloading: javax/inject/javax.inject/1/javax.inject-1.jar from central
  1123. Downloading: leiningen-core/leiningen-core/2.9.5/leiningen-core-2.9.5.jar from clojars
  1124. Downloading: commons-codec/commons-codec/1.14/commons-codec-1.14.jar from central
  1125. Downloading: org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar from central
  1126. Downloading: org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar from central
  1127. Downloading: timofreiberg/bultitude/0.3.0/bultitude-0.3.0.jar from clojars
  1128. Downloading: org/apache/maven/resolver/maven-resolver-transport-wagon/1.3.3/maven-resolver-transport-wagon-1.3.3.jar from central
  1129. Downloading: org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.jar from central
  1130. Downloading: org/apache/maven/wagon/wagon-provider-api/3.3.2/wagon-provider-api-3.3.2.jar from central
  1131. Downloading: com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.9.6/jackson-dataformat-cbor-2.9.6.jar from central
  1132. Downloading: org/flatland/useful/0.11.6/useful-0.11.6.jar from clojars
  1133. Downloading: org/apache/maven/resolver/maven-resolver-transport-http/1.3.3/maven-resolver-transport-http-1.3.3.jar from central
  1134. Downloading: org/apache/maven/maven-model-builder/3.6.1/maven-model-builder-3.6.1.jar from central
  1135. Downloading: net/cgrand/parsley/0.9.3/parsley-0.9.3.jar from clojars
  1136. Downloading: commons-lang/commons-lang/2.6/commons-lang-2.6.jar from central
  1137. Downloading: org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar from central
  1138. Downloading: org/apache/maven/resolver/maven-resolver-transport-file/1.3.3/maven-resolver-transport-file-1.3.3.jar from central
  1139. Downloading: org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.jar from central
  1140. Downloading: slingshot/slingshot/0.12.2/slingshot-0.12.2.jar from clojars
  1141. Downloading: org/flatland/ordered/1.5.7/ordered-1.5.7.jar from clojars
  1142. Downloading: com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar from central
  1143. Downloading: org/apache/maven/wagon/wagon-http-shared/3.3.2/wagon-http-shared-3.3.2.jar from central
  1144. Downloading: org/yaml/snakeyaml/1.19/snakeyaml-1.19.jar from central
  1145. Downloading: clj-http/clj-http/3.9.1/clj-http-3.9.1.jar from clojars
  1146. Downloading: org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar from central
  1147. Downloading: org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.jar from central
  1148. Downloading: org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.jar from central
  1149. Downloading: leiningen/leiningen/2.9.5/leiningen-2.9.5.jar from clojars
  1150. Downloading: org/clojars/trptcolin/sjacket/0.1.1.1/sjacket-0.1.1.1.jar from clojars
  1151. Downloading: riddley/riddley/0.1.12/riddley-0.1.12.jar from clojars
  1152. Downloading: org/apache/maven/maven-resolver-provider/3.6.1/maven-resolver-provider-3.6.1.jar from central
  1153. Downloading: org/clojure/data.xml/0.2.0-alpha5/data.xml-0.2.0-alpha5.jar from central
  1154. Downloading: environ/environ/1.1.0/environ-1.1.0.jar from clojars
  1155. Downloading: org/apache/maven/resolver/maven-resolver-spi/1.3.3/maven-resolver-spi-1.3.3.jar from central
  1156. Downloading: org/slf4j/slf4j-nop/1.7.25/slf4j-nop-1.7.25.jar from central
  1157. Downloading: org/apache/maven/wagon/wagon-http/3.3.2/wagon-http-3.3.2.jar from central
  1158. Downloading: net/cgrand/regex/1.1.0/regex-1.1.0.jar from clojars
  1159. Downloading: org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar from central
  1160. Downloading: org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar from central
  1161. Downloading: scout/scout/0.1.1/scout-0.1.1.jar from clojars
  1162. Downloading: cheshire/cheshire/5.8.1/cheshire-5.8.1.jar from clojars
  1163. Downloading: tigris/tigris/0.1.1/tigris-0.1.1.jar from clojars
  1164. Downloading: org/clojure/tools.reader/0.7.2/tools.reader-0.7.2.jar from central
  1165. Downloading: org/tcrawley/dynapath/1.0.0/dynapath-1.0.0.jar from central
  1166. Downloading: org/fedorahosted/tennera/jgettext/0.15.1/jgettext-0.15.1.jar from central
  1167. Downloading: org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar from central
  1168. Downloading: org/apache/maven/resolver/maven-resolver-connector-basic/1.3.3/maven-resolver-connector-basic-1.3.3.jar from central
  1169. Downloading: org/apache/maven/resolver/maven-resolver-impl/1.3.3/maven-resolver-impl-1.3.3.jar from central
  1170. Downloading: org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar from central
  1171. Downloading: org/apache/maven/maven-model/3.6.1/maven-model-3.6.1.jar from central
  1172. Downloading: org/apache/maven/resolver/maven-resolver-util/1.3.3/maven-resolver-util-1.3.3.jar from central
  1173. Downloading: antlr/antlr/2.7.7/antlr-2.7.7.jar from central
  1174. Downloading: clj-commons/pomegranate/1.2.0/pomegranate-1.2.0.jar from clojars
  1175. Downloading: org/apache/maven/maven-repository-metadata/3.6.1/maven-repository-metadata-3.6.1.jar from central
  1176. Downloading: org/clojure/data.priority-map/0.0.2/data.priority-map-0.0.2.jar from central
  1177. Downloading: org/flatland/classlojure/0.7.1/classlojure-0.7.1.jar from clojars
  1178. Downloading: org/apache/httpcomponents/httpmime/4.5.5/httpmime-4.5.5.jar from central
  1179. Downloading: org/apache/maven/maven-builder-support/3.6.1/maven-builder-support-3.6.1.jar from central
  1180. Downloading: org/clojure/core.cache/0.6.3/core.cache-0.6.3.jar from central
  1181. Downloading: com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.9.6/jackson-dataformat-smile-2.9.6.jar from central
  1182. Downloading: org/apache/maven/maven-artifact/3.6.1/maven-artifact-3.6.1.jar from central
  1183. Downloading: org/clojure/data.codec/0.1.0/data.codec-0.1.0.jar from central
  1184. Downloading: com/hypirion/io/0.3.1/io-0.3.1.jar from clojars
  1185. Step failed: No matching clause: 
  1186. {:via
  1187. [{:type java.lang.IllegalArgumentException,
  1188. :message "No matching clause: ",
  1189. :at [build$edition_from_env_var invokeStatic "build.clj" 11]}],
  1190. :trace
  1191. [[build$edition_from_env_var invokeStatic "build.clj" 11]
  1192. [build$edition_from_env_var invoke "build.clj" 10]
  1193. [build$_main$fn__5461 invoke "build.clj" 94]
  1194. [metabuild_common.entrypoint$do_exit_when_finished_nonzero_on_exception invokeStatic "entrypoint.clj" 8]
  1195. [metabuild_common.entrypoint$do_exit_when_finished_nonzero_on_exception invoke "entrypoint.clj" 6]
  1196. [build$_main invokeStatic "build.clj" 93]
  1197. [build$_main doInvoke "build.clj" 92]
  1198. [clojure.lang.RestFn invoke "RestFn.java" 397]
  1199. [clojure.lang.AFn applyToHelper "AFn.java" 152]
  1200. [clojure.lang.RestFn applyTo "RestFn.java" 132]
  1201. [clojure.lang.Var applyTo "Var.java" 705]
  1202. [clojure.core$apply invokeStatic "core.clj" 665]
  1203. [clojure.main$main_opt invokeStatic "main.clj" 514]
  1204. [clojure.main$main_opt invoke "main.clj" 510]
  1205. [clojure.main$main invokeStatic "main.clj" 664]
  1206. [clojure.main$main doInvoke "main.clj" 616]
  1207. [clojure.lang.RestFn applyTo "RestFn.java" 137]
  1208. [clojure.lang.Var applyTo "Var.java" 705]
  1209. [clojure.main main "main.java" 40]],
  1210. :cause "No matching clause: "}
  1211. The command '/bin/sh -c INTERACTIVE=false MB_EDITION=$MB_EDITION bin/build' returned a non-zero code: 255
  1212. build hook failed! (255)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement