Build:
  1. 0
2023-03-17 17:34.32: New job: Build Dockerfile.web using linux-x86_64 in
                                [https://github.com/ocurrent/ocaml-ci.git#refs/heads/http-opam-pin (f9b383475fb914e9721bb162158098d1ce695185)]
2023-03-17 17:34.32: Using cache hint "https://github.com/ocurrent/ocaml-ci.git-Dockerfile.web"
2023-03-17 17:34.32: Waiting for resource in pool OCluster
2023-03-17 17:34.32: Waiting for worker…
2023-03-17 17:48.47: Got resource from pool OCluster
Building on c2-2.ocamllabs.io
Submodule path 'ocaml-dockerfile': checked out '60eb31dbea462ca993fa971ae62dc00443027eac'
Submodule path 'ocaml-gitlab': checked out 'f320f7f25cd26152082380edbf6063e01427014d'
Submodule path 'ocluster': checked out '513c17095fa97f3418970180cd72de880869c292'
Submodule path 'ocurrent': checked out '53fd3263d04407df6b7a627abe85667d011c0060'
Submodule path 'solver-service': checked out 'bea632588e4cff9b38fa66d6182cc9b0380e789d'
HEAD is now at 9781988 Update to latest dream (#789)
Synchronizing submodule url for 'ocaml-dockerfile'
Synchronizing submodule url for 'ocaml-gitlab'
Synchronizing submodule url for 'ocluster'
Synchronizing submodule url for 'ocurrent'
Synchronizing submodule url for 'solver-service'
Cleared directory 'ocaml-dockerfile'
Submodule 'ocaml-dockerfile' (https://github.com/ocurrent/ocaml-dockerfile.git) unregistered for path 'ocaml-dockerfile'
Cleared directory 'ocaml-gitlab'
Submodule 'ocaml-gitlab' (https://github.com/tmcgilchrist/ocaml-gitlab.git) unregistered for path 'ocaml-gitlab'
Cleared directory 'ocluster'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) unregistered for path 'ocluster'
Cleared directory 'ocurrent'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) unregistered for path 'ocurrent'
Cleared directory 'solver-service'
Submodule 'solver-service' (https://github.com/ocurrent/solver-service.git) unregistered for path 'solver-service'
HEAD is now at f9b3834 Allow using tar.gz archives from GitHub in opam pin-depends
warning: Could not unset core.worktree setting in submodule 'ocaml-dockerfile'
Cleared directory 'ocaml-dockerfile'
warning: Could not unset core.worktree setting in submodule 'ocaml-gitlab'
Cleared directory 'ocaml-gitlab'
warning: Could not unset core.worktree setting in submodule 'ocluster'
Cleared directory 'ocluster'
warning: Could not unset core.worktree setting in submodule 'ocurrent'
Cleared directory 'ocurrent'
warning: Could not unset core.worktree setting in submodule 'solver-service'
Cleared directory 'solver-service'
Submodule 'ocaml-dockerfile' (https://github.com/ocurrent/ocaml-dockerfile.git) registered for path 'ocaml-dockerfile'
Submodule 'ocaml-gitlab' (https://github.com/tmcgilchrist/ocaml-gitlab.git) registered for path 'ocaml-gitlab'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) registered for path 'ocluster'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) registered for path 'ocurrent'
Submodule 'solver-service' (https://github.com/ocurrent/solver-service.git) registered for path 'solver-service'
Submodule path 'ocaml-dockerfile': checked out '60eb31dbea462ca993fa971ae62dc00443027eac'
Submodule path 'ocaml-gitlab': checked out 'f320f7f25cd26152082380edbf6063e01427014d'
Submodule path 'ocluster': checked out '513c17095fa97f3418970180cd72de880869c292'
Submodule path 'ocluster/obuilder': checked out '6e05d0f2c34ff87d2bebdb960ba20ad1ac62d770'
Submodule path 'ocurrent': checked out '53fd3263d04407df6b7a627abe85667d011c0060'
Submodule path 'solver-service': checked out 'bea632588e4cff9b38fa66d6182cc9b0380e789d'
Sending build context to Docker daemon   12.2MB

Step 1/25 : FROM ocaml/opam:debian-11-ocaml-4.14@sha256:bc7e053abdfca481d15f49291f8151a63207d843d3065b4b5a2f6f68681cbd4b AS build
docker.io/ocaml/opam:debian-11-ocaml-4.14@sha256:bc7e053abdfca481d15f49291f8151a63207d843d3065b4b5a2f6f68681cbd4b: Pulling from ocaml/opam
Digest: sha256:bc7e053abdfca481d15f49291f8151a63207d843d3065b4b5a2f6f68681cbd4b
Status: Image is up to date for ocaml/opam:debian-11-ocaml-4.14@sha256:bc7e053abdfca481d15f49291f8151a63207d843d3065b4b5a2f6f68681cbd4b
 ---> baaf656acb54
Step 2/25 : RUN sudo apt-get update && sudo apt-get install libev-dev capnproto m4 pkg-config libgmp-dev libssl-dev libffi-dev libsqlite3-dev -y --no-install-recommends
 ---> Using cache
 ---> 12a2244cd669
Step 3/25 : RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard c59aec93bab15c48f633a83cea5344ddbfbf5556 && opam update
 ---> Using cache
 ---> 517bd1cc176f
Step 4/25 : COPY --chown=opam     ocurrent/current_rpc.opam     /src/ocurrent/
 ---> Using cache
 ---> 2b2a7336e260
Step 5/25 : COPY --chown=opam     solver-service/solver-service.opam     solver-service/solver-worker.opam     solver-service/solver-service-api.opam     /src/solver-service/
 ---> Using cache
 ---> 46d90668f2dd
Step 6/25 : WORKDIR /src
 ---> Using cache
 ---> 10cd0555f466
Step 7/25 : RUN opam pin -yn add ./ocurrent
 ---> Using cache
 ---> e73cc1054015
Step 8/25 : RUN opam pin -yn add ./solver-service
 ---> Using cache
 ---> f1e86ed25c90
Step 9/25 : COPY --chown=opam ocaml-ci-api.opam ocaml-ci-web.opam ocaml-ci.opam /src/
 ---> c6174994fd82
Step 10/25 : RUN opam install -y --deps-only .
 ---> Running in 51d3dd6ef7d0
The following additional pinnings are required by ocaml-ci-web.~dev:
  - dream.dev at git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9
  - dream-httpaf.dev at git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9
  - dream-pure.dev at git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9
  - tailwindcss.dev at https://github.com/tmattio/opam-tailwindcss/archive/59f72afbf93f09dfe619b598d0a64ad69be5290a/main.tar.gz
Continue? [Y/n] y
[dream.dev: git]
[dream.dev: git]
[dream.dev: git]
[dream.dev: git]
[dream.dev: git]
[dream.dev: git]
[dream.dev: git]
[dream.dev: git]
[dream.dev: git]
[dream.dev: git]
[dream.dev] synchronised from git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9
dream is now pinned to git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9 (version dev)
[dream-httpaf.dev: git]
[dream-httpaf.dev: git]
[dream-httpaf.dev: git]
[dream-httpaf.dev: git]
[dream-httpaf.dev: git]
[dream-httpaf.dev: git]
[dream-httpaf.dev: git]
[dream-httpaf.dev: git]
[dream-httpaf.dev: git]
[dream-httpaf.dev] synchronised from git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9
dream-httpaf is now pinned to git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9 (version dev)
[dream-pure.dev: git]
[dream-pure.dev: git]
[dream-pure.dev: git]
[dream-pure.dev: git]
[dream-pure.dev: git]
[dream-pure.dev: git]
[dream-pure.dev: git]
[dream-pure.dev: git]
[dream-pure.dev: git]
[dream-pure.dev] synchronised from git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9
dream-pure is now pinned to git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9 (version dev)
Package tailwindcss does not exist, create as a NEW package? [Y/n] y
[tailwindcss.dev: http]
[tailwindcss.dev] downloaded from https://github.com/tmattio/opam-tailwindcss/archive/59f72afbf93f09dfe619b598d0a64ad69be5290a/main.tar.gz
tailwindcss is now pinned to https://github.com/tmattio/opam-tailwindcss/archive/59f72afbf93f09dfe619b598d0a64ad69be5290a/main.tar.gz (version dev)
The following actions will be performed:
  - install tailwindcss           dev*
  - install conf-libev            4-12
  - install seq                   base
  - install ocamlbuild            0.14.2
  - install conf-capnproto        2
  - install conf-pkg-config       2
  - install conf-git              1.1
  - install conf-gmp              4
  - install cmdliner              1.1.1
  - install ocamlfind             1.9.5
  - install dune                  3.7.0
  - install uchar                 0.0.2
  - install conf-sqlite3          1
  - install conf-libssl           4
  - install conf-libffi           2.0.0
  - install conf-gmp-powm-sec     3
  - install zarith                1.12
  - install topkg                 1.0.7
  - install num                   1.4
  - install base-bytes            base
  - install timedesc-tzlocal      1.0.0
  - install timedesc-tzdb         1.0.0
  - install stringext             1.6.0
  - install stdlib-shims          0.3.0
  - install stdint                0.7.2
  - install sexplib0              v0.15.1
  - install result                1.5
  - install res                   5.0.1
  - install re                    1.10.4
  - install psq                   0.2.1
  - install ppx_derivers          1.2.1
  - install pecu                  0.6
  - install optint                0.3.0
  - install opam-file-format      2.1.5
  - install ocaml-version         3.6.1
  - install ocaml-syntax-shims    1.0.0
  - install ocaml-compiler-libs   v0.12.4
  - install mirage-clock          4.2.0
  - install menhirSdk             20220210
  - install menhirLib             20220210
  - install magic-mime            1.3.0
  - install macaddr               5.3.1
  - install lwt-dllist            1.0.1
  - install gmap                  0.3.0
  - install duration              0.2.1
  - install domain-name           0.4.0
  - install current_incr          0.6.1
  - install csexp                 1.5.1
  - install cppo                  1.6.9
  - install camlp-streams         5.0.1
  - install bigstringaf           0.9.0
  - install bigarray-overlap      0.2.1
  - install bigarray-compat       1.1.0
  - install base64                3.5.1
  - install 0install-solver       2.18
  - install ctypes-foreign        0.18.0
  - install uutf                  1.0.3
  - install uuidm                 0.9.8
  - install rresult               0.7.0
  - install ptime                 1.1.0
  - install mtime                 2.0.0
  - install hmap                  0.8.1
  - install fmt                   0.9.0
  - install astring               0.8.5
  - install asetmap               0.8.1
  - install ocamlgraph            2.0.0
  - install integers              0.7.0
  - install lru                   0.3.1
  - install ppxlib                0.29.1
  - install menhir                20220210
  - install ipaddr                5.3.1
  - install dune-configurator     3.7.0
  - install yojson                2.0.2
  - install ocplib-endian         1.2
  - install faraday               0.8.2
  - install angstrom              0.15.0
  - install tyxml                 4.5.0
  - install jsonm                 1.0.1
  - install crunch                3.3.1
  - install metrics               0.4.0
  - install ke                    0.6
  - install functoria-runtime     4.3.4
  - install duff                  0.5
  - install cstruct               6.1.1
  - install fpath                 0.7.3
  - install opam-core             2.1.4
  - install ctypes                0.20.1
  - install ppx_deriving          5.2.1
  - install graphql_parser        0.14.0
  - install ssl                   0.5.13
  - install sqlite3               5.1.0
  - install mirage-clock-unix     4.2.0
  - install extunix               0.4.1
  - install checkseum             0.5.0
  - install base                  v0.15.1
  - install lwt                   5.6.1
  - install uri                   4.2.0
  - install unstrctrd             0.3
  - install timedesc              1.0.0
  - install httpaf                0.7.1
  - install hpack                 0.9.0
  - install encore                0.8
  - install emile                 1.1
  - install ansi                  0.6.0
  - install prettym               0.0.3
  - install randomconv            0.1.3
  - install mirage-random         3.0.0
  - install macaddr-cstruct       5.3.1
  - install hex                   1.5.0
  - install eqaf                  0.9
  - install cstruct-unix          6.1.1
  - install asn1-combinators      0.2.6
  - install opam-format           2.1.4
  - install cf                    0.5.0
  - install ppx_deriving_yojson   3.7.0
  - install graphql               0.14.0
  - install decompress            1.5.2
  - install stdio                 v0.15.0
  - install ppx_sexp_conv         v0.15.1
  - install ppx_compare           v0.15.0
  - install parsexp               v0.15.0
  - install prometheus            1.2
  - install mirage-time           3.0.0
  - install mirage-net            4.0.0
  - install mirage-kv             6.1.0
  - install mirage-flow           3.0.0
  - install lwt_ssl               1.2.0
  - install lwt_ppx               2.1.0
  - install logs                  0.7.0
  - install inotify               2.4.1
  - install hxd                   0.3.2
  - install faraday-lwt           0.8.2
  - install cstruct-lwt           6.1.1
  - install h2                    0.9.0
  - install mirage-crypto         0.11.0
  - install digestif              1.1.3
  - install opam-repository       2.1.4
  - install fsevents              0.3.0
  - install cf-lwt                0.5.0
  - install graphql-lwt           0.14.0
  - install capnp                 3.5.0
  - install uri-sexp              4.2.0
  - install ppx_custom_printf     v0.15.0
  - install ipaddr-sexp           5.3.1
  - install sexplib               v0.15.1
  - install dream-pure            dev*
  - install multipart_form        0.4.1
  - install mirage-runtime        4.3.4
  - install mimic                 0.0.6
  - install happy-eyeballs        0.5.0
  - install dns                   7.0.1
  - install caqti                 1.9.0
  - install capnp-rpc             1.2.3
  - install bos                   0.2.1
  - install faraday-lwt-unix      0.8.2
  - install pbkdf                 1.2.0
  - install mirage-crypto-rng     0.11.0
  - install hkdf                  1.0.4
  - install opam-state            2.1.4
  - install fsevents-lwt          0.3.0
  - install cohttp                5.0.0
  - install pgx                   2.2
  - install ppx_cstruct           6.1.1
  - install obuilder-spec         0.5.1
  - install cstruct-sexp          6.1.1
  - install conduit               6.2.0
  - install multipart_form-lwt    0.4.1
  - install mirage-unix           5.0.1
  - install caqti-lwt             1.9.0
  - install capnp-rpc-lwt         1.2.3
  - install current               0.6.4
  - install carton                0.6.0
  - install dream-httpaf          dev*
  - install mirage-crypto-rng-lwt 0.11.0
  - install mirage-crypto-pk      0.11.0
  - install mirage-crypto-ec      0.11.0
  - install dns-client            7.0.1
  - install opam-0install         0.4.3
  - install irmin-watcher         0.5.0
  - install cohttp-lwt            5.0.0
  - install pgx_lwt               2.2
  - install mirage-profile        0.9.1
  - install conduit-lwt           6.2.0
  - install ocluster-api          0.2.1
  - install current_rpc           0.6.4*
  - install carton-lwt            0.6.0
  - install dream                 dev*
  - install x509                  0.16.4
  - install current_git           0.6.4
  - install pgx_lwt_unix          2.2
  - install ethernet              3.0.0
  - install solver-service-api    ~dev*
  - install carton-git            0.6.0
  - install tls                   0.17.0
  - install ca-certs-nss          3.86
  - install ca-certs              0.2.3
  - install awa                   0.1.2
  - install current_docker        0.6.4
  - install omigrate              0.3.2
  - install arp                   3.0.0
  - install git                   3.12.0
  - install tls-mirage            0.17.0
  - install tls-lwt               0.17.0
  - install awa-mirage            0.1.2
  - install tcpip                 7.1.2
  - install capnp-rpc-net         1.2.3
  - install dns-client-lwt        7.0.1
  - install conduit-lwt-unix      6.2.0
  - install paf                   0.4.0
  - install dns-client-mirage     7.0.1
  - install capnp-rpc-unix        1.2.3
  - install happy-eyeballs-lwt    0.5.0
  - install cohttp-lwt-unix       5.0.0
  - install git-paf               3.12.0
  - install happy-eyeballs-mirage 0.5.0
  - install current_ocluster      0.2.1
  - install prometheus-app        1.2
  - install mimic-happy-eyeballs  0.0.6
  - install git-mirage            3.12.0
  - install git-unix              3.12.0
  - install solver-service        ~dev*
===== 221 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ansi.0.6.0] downloaded from https://github.com/ocurrent/ansi/releases/download/0.6.0/ansi-0.6.0.tbz
[0install-solver.2.18] downloaded from https://github.com/0install/0install/releases/download/v2.18/0install-2.18.tbz
[angstrom.0.15.0] downloaded from https://github.com/inhabitedtype/angstrom/archive/0.15.0.tar.gz
[arp.3.0.0] downloaded from https://github.com/mirage/arp/releases/download/v3.0.0/arp-v3.0.0.tbz
[asn1-combinators.0.2.6] downloaded from https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v0.2.6/asn1-combinators-v0.2.6.tbz
[asetmap.0.8.1] downloaded from http://erratique.ch/software/asetmap/releases/asetmap-0.8.1.tbz
[astring.0.8.5] downloaded from https://erratique.ch/software/astring/releases/astring-0.8.5.tbz
[awa.0.1.2] downloaded from https://github.com/mirage/awa-ssh/releases/download/v0.1.2/awa-0.1.2.tbz
[awa-mirage.0.1.2] downloaded from https://github.com/mirage/awa-ssh/releases/download/v0.1.2/awa-0.1.2.tbz
[base64.3.5.1] downloaded from https://github.com/mirage/ocaml-base64/releases/download/v3.5.1/base64-3.5.1.tbz
[base.v0.15.1] downloaded from https://github.com/janestreet/base/archive/refs/tags/v0.15.1.tar.gz
[bigarray-compat.1.1.0] downloaded from https://github.com/mirage/bigarray-compat/releases/download/v1.1.0/bigarray-compat-1.1.0.tbz
[bigarray-overlap.0.2.1] downloaded from https://github.com/dinosaure/overlap/releases/download/v0.2.1/bigarray-overlap-0.2.1.tbz
[bigstringaf.0.9.0] downloaded from https://github.com/inhabitedtype/bigstringaf/archive/0.9.0.tar.gz
[ca-certs.0.2.3] downloaded from https://github.com/mirage/ca-certs/releases/download/v0.2.3/ca-certs-0.2.3.tbz
[bos.0.2.1] downloaded from https://erratique.ch/software/bos/releases/bos-0.2.1.tbz
[ca-certs-nss.3.86] downloaded from https://github.com/mirage/ca-certs-nss/releases/download/v3.86/ca-certs-nss-3.86.tbz
[camlp-streams.5.0.1] downloaded from https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz
[capnp.3.5.0] downloaded from https://github.com/capnproto/capnp-ocaml/releases/download/v3.5.0/capnp-3.5.0.tbz
[capnp-rpc.1.2.3] downloaded from https://github.com/mirage/capnp-rpc/releases/download/v1.2.3/capnp-rpc-1.2.3.tbz
[capnp-rpc-lwt.1.2.3] downloaded from https://github.com/mirage/capnp-rpc/releases/download/v1.2.3/capnp-rpc-1.2.3.tbz
[capnp-rpc-unix.1.2.3] found in cache
[capnp-rpc-net.1.2.3] downloaded from https://github.com/mirage/capnp-rpc/releases/download/v1.2.3/capnp-rpc-1.2.3.tbz
[caqti.1.9.0] downloaded from https://github.com/paurkedal/ocaml-caqti/releases/download/v1.9.0/caqti-v1.9.0.tbz
[caqti-lwt.1.9.0] downloaded from https://github.com/paurkedal/ocaml-caqti/releases/download/v1.9.0/caqti-v1.9.0.tbz
[carton-git.0.6.0] downloaded from https://github.com/mirage/ocaml-git/releases/download/carton-v0.6.0/git-carton-v0.6.0.tbz
[carton.0.6.0] downloaded from https://github.com/mirage/ocaml-git/releases/download/carton-v0.6.0/git-carton-v0.6.0.tbz
[carton-lwt.0.6.0] downloaded from https://github.com/mirage/ocaml-git/releases/download/carton-v0.6.0/git-carton-v0.6.0.tbz
[checkseum.0.5.0] downloaded from https://github.com/mirage/checkseum/releases/download/v0.5.0/checkseum-0.5.0.tbz
[cf.0.5.0] downloaded from https://github.com/mirage/ocaml-cf/releases/download/0.5.0/cf-lwt-0.5.0.tbz
[cf-lwt.0.5.0] downloaded from https://github.com/mirage/ocaml-cf/releases/download/0.5.0/cf-lwt-0.5.0.tbz
[cohttp-lwt.5.0.0] downloaded from https://github.com/mirage/ocaml-cohttp/releases/download/v5.0.0/cohttp-5.0.0.tbz
[cohttp.5.0.0] downloaded from https://github.com/mirage/ocaml-cohttp/releases/download/v5.0.0/cohttp-5.0.0.tbz
[cohttp-lwt-unix.5.0.0] found in cache
[cmdliner.1.1.1] downloaded from https://erratique.ch/software/cmdliner/releases/cmdliner-1.1.1.tbz
[conduit.6.2.0] downloaded from https://github.com/mirage/ocaml-conduit/releases/download/v6.2.0/conduit-6.2.0.tbz
[conduit-lwt.6.2.0] downloaded from https://github.com/mirage/ocaml-conduit/releases/download/v6.2.0/conduit-6.2.0.tbz
[conduit-lwt-unix.6.2.0] downloaded from https://github.com/mirage/ocaml-conduit/releases/download/v6.2.0/conduit-6.2.0.tbz
[cppo.1.6.9] downloaded from https://github.com/ocaml-community/cppo/archive/v1.6.9.tar.gz
[csexp.1.5.1] downloaded from https://github.com/ocaml-dune/csexp/releases/download/1.5.1/csexp-1.5.1.tbz
[crunch.3.3.1] downloaded from https://github.com/mirage/ocaml-crunch/releases/download/v3.3.1/crunch-3.3.1.tbz
[cstruct.6.1.1] downloaded from https://github.com/mirage/ocaml-cstruct/releases/download/v6.1.1/cstruct-6.1.1.tbz
[cstruct-lwt.6.1.1] downloaded from https://github.com/mirage/ocaml-cstruct/releases/download/v6.1.1/cstruct-6.1.1.tbz
[cstruct-sexp.6.1.1] downloaded from https://github.com/mirage/ocaml-cstruct/releases/download/v6.1.1/cstruct-6.1.1.tbz
[cstruct-unix.6.1.1] found in cache
[current.0.6.4] downloaded from https://github.com/ocurrent/ocurrent/releases/download/0.6.4/current-0.6.4.tbz
[ctypes.0.20.1] downloaded from https://github.com/yallop/ocaml-ctypes/archive/0.20.1.tar.gz
[current_docker.0.6.4] downloaded from https://github.com/ocurrent/ocurrent/releases/download/0.6.4/current-0.6.4.tbz
[current_git.0.6.4] found in cache
[current_rpc.0.6.4] synchronised from file:///src/ocurrent
[current_incr.0.6.1] downloaded from https://github.com/ocurrent/current_incr/releases/download/0.6.1/current_incr-0.6.1.tbz
[current_ocluster.0.2.1] downloaded from https://github.com/ocurrent/ocluster/releases/download/v0.2.1/ocluster-0.2.1.tbz
[decompress.1.5.2] downloaded from https://github.com/mirage/decompress/releases/download/v1.5.2/decompress-1.5.2.tbz
[digestif.1.1.3] downloaded from https://github.com/mirage/digestif/releases/download/v1.1.3/digestif-1.1.3.tbz
[dns.7.0.1] downloaded from https://github.com/mirage/ocaml-dns/releases/download/v7.0.1/dns-7.0.1.tbz
[dns-client-lwt.7.0.1] found in cache
[dns-client.7.0.1] downloaded from https://github.com/mirage/ocaml-dns/releases/download/v7.0.1/dns-7.0.1.tbz
[dns-client-mirage.7.0.1] found in cache
[domain-name.0.4.0] downloaded from https://github.com/hannesm/domain-name/releases/download/v0.4.0/domain-name-0.4.0.tbz
[dream.dev] synchronised from git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9
[duff.0.5] downloaded from https://github.com/mirage/duff/releases/download/v0.5/duff-0.5.tbz
[dream-httpaf.dev] synchronised from git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9
[dune-configurator.3.7.0] downloaded from https://github.com/ocaml/dune/releases/download/3.7.0/dune-3.7.0.tbz
[dune.3.7.0] downloaded from https://github.com/ocaml/dune/releases/download/3.7.0/dune-3.7.0.tbz
[dream-pure.dev] synchronised from git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9
[duration.0.2.1] downloaded from https://github.com/hannesm/duration/releases/download/v0.2.1/duration-0.2.1.tbz
[emile.1.1] downloaded from https://github.com/dinosaure/emile/releases/download/v1.1/emile-v1.1.tbz
[encore.0.8] downloaded from https://github.com/mirage/encore/releases/download/v0.8/encore-v0.8.tbz
[eqaf.0.9] downloaded from https://github.com/mirage/eqaf/releases/download/v0.9/eqaf-0.9.tbz
[ethernet.3.0.0] downloaded from https://github.com/mirage/ethernet/releases/download/v3.0.0/ethernet-v3.0.0.tbz
[extunix.0.4.1] downloaded from https://github.com/ygrek/extunix/releases/download/v0.4.1/extunix-0.4.1.tbz
[faraday.0.8.2] downloaded from https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz
[faraday-lwt.0.8.2] downloaded from https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz
[faraday-lwt-unix.0.8.2] downloaded from https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz
[fsevents.0.3.0] downloaded from https://github.com/mirage/ocaml-fsevents/releases/download/0.3.0/fsevents-lwt-0.3.0.tbz
[fsevents-lwt.0.3.0] found in cache
[fmt.0.9.0] downloaded from https://erratique.ch/software/fmt/releases/fmt-0.9.0.tbz
[fpath.0.7.3] downloaded from https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz
[functoria-runtime.4.3.4] downloaded from https://github.com/mirage/mirage/releases/download/v4.3.4/mirage-4.3.4.tbz
[git.3.12.0] downloaded from https://github.com/mirage/ocaml-git/releases/download/3.12.0/git-3.12.0.tbz
[git-paf.3.12.0] found in cache
[git-mirage.3.12.0] downloaded from https://github.com/mirage/ocaml-git/releases/download/3.12.0/git-3.12.0.tbz
[git-unix.3.12.0] found in cache
[gmap.0.3.0] downloaded from https://github.com/hannesm/gmap/releases/download/0.3.0/gmap-0.3.0.tbz
[graphql.0.14.0] downloaded from https://github.com/andreas/ocaml-graphql-server/releases/download/0.14.0/graphql-0.14.0.tbz
[graphql-lwt.0.14.0] downloaded from https://github.com/andreas/ocaml-graphql-server/releases/download/0.14.0/graphql-0.14.0.tbz
[graphql_parser.0.14.0] downloaded from https://github.com/andreas/ocaml-graphql-server/releases/download/0.14.0/graphql-0.14.0.tbz
[happy-eyeballs.0.5.0] downloaded from https://github.com/roburio/happy-eyeballs/releases/download/v0.5.0/happy-eyeballs-0.5.0.tbz
[happy-eyeballs-mirage.0.5.0] found in cache
[h2.0.9.0] downloaded from https://github.com/anmonteiro/ocaml-h2/releases/download/0.9.0/h2-0.9.0.tbz
[happy-eyeballs-lwt.0.5.0] downloaded from https://github.com/roburio/happy-eyeballs/releases/download/v0.5.0/happy-eyeballs-0.5.0.tbz
[hkdf.1.0.4] downloaded from https://github.com/hannesm/ocaml-hkdf/releases/download/v1.0.4/hkdf-v1.0.4.tbz
[hpack.0.9.0] found in cache
[hex.1.5.0] downloaded from https://github.com/mirage/ocaml-hex/releases/download/v1.5.0/hex-1.5.0.tbz
[hmap.0.8.1] downloaded from http://erratique.ch/software/hmap/releases/hmap-0.8.1.tbz
[httpaf.0.7.1] downloaded from https://github.com/inhabitedtype/httpaf/archive/0.7.1.tar.gz
[inotify.2.4.1] downloaded from https://github.com/whitequark/ocaml-inotify/archive/v2.4.1.tar.gz
[integers.0.7.0] downloaded from https://github.com/yallop/ocaml-integers/archive/0.7.0.tar.gz
[hxd.0.3.2] downloaded from https://github.com/dinosaure/hxd/releases/download/v0.3.2/hxd-0.3.2.tbz
[ipaddr.5.3.1] downloaded from https://github.com/mirage/ocaml-ipaddr/releases/download/v5.3.1/ipaddr-5.3.1.tbz
[ipaddr-sexp.5.3.1] downloaded from https://github.com/mirage/ocaml-ipaddr/releases/download/v5.3.1/ipaddr-5.3.1.tbz
[irmin-watcher.0.5.0] downloaded from https://github.com/mirage/irmin-watcher/releases/download/0.5.0/irmin-watcher-0.5.0.tbz
[ke.0.6] downloaded from https://github.com/mirage/ke/releases/download/v0.6/ke-0.6.tbz
[lru.0.3.1] downloaded from https://github.com/pqwy/lru/releases/download/v0.3.1/lru-0.3.1.tbz
[logs.0.7.0] downloaded from https://erratique.ch/software/logs/releases/logs-0.7.0.tbz
[jsonm.1.0.1] downloaded from http://erratique.ch/software/jsonm/releases/jsonm-1.0.1.tbz
[lwt-dllist.1.0.1] downloaded from https://github.com/mirage/lwt-dllist/releases/download/v1.0.1/lwt-dllist-v1.0.1.tbz
[lwt.5.6.1] downloaded from https://github.com/ocsigen/lwt/archive/5.6.1.tar.gz
[macaddr.5.3.1] found in cache
[macaddr-cstruct.5.3.1] found in cache
[lwt_ppx.2.1.0] downloaded from https://github.com/ocsigen/lwt/archive/5.6.0.tar.gz
[lwt_ssl.1.2.0] downloaded from https://github.com/ocsigen/lwt_ssl/releases/download/1.2.0/lwt_ssl-1.2.0.tbz
[magic-mime.1.3.0] downloaded from https://github.com/mirage/ocaml-magic-mime/releases/download/v1.3.0/magic-mime-1.3.0.tbz
[menhirLib.20220210] downloaded from https://gitlab.inria.fr/fpottier/menhir/-/archive/20220210/archive.tar.gz
[menhir.20220210] downloaded from https://gitlab.inria.fr/fpottier/menhir/-/archive/20220210/archive.tar.gz
[menhirSdk.20220210] downloaded from https://gitlab.inria.fr/fpottier/menhir/-/archive/20220210/archive.tar.gz
[metrics.0.4.0] downloaded from https://github.com/mirage/metrics/releases/download/v0.4.0/metrics-0.4.0.tbz
[mimic.0.0.6] downloaded from https://github.com/dinosaure/mimic/releases/download/0.0.6/mimic-0.0.6.tbz
[mimic-happy-eyeballs.0.0.6] found in cache
[mirage-clock-unix.4.2.0] downloaded from https://github.com/mirage/mirage-clock/releases/download/v4.2.0/mirage-clock-4.2.0.tbz
[mirage-clock.4.2.0] downloaded from https://github.com/mirage/mirage-clock/releases/download/v4.2.0/mirage-clock-4.2.0.tbz
[mirage-crypto.0.11.0] downloaded from https://github.com/mirage/mirage-crypto/releases/download/v0.11.0/mirage-crypto-0.11.0.tbz
[mirage-crypto-pk.0.11.0] found in cache
[mirage-crypto-ec.0.11.0] downloaded from https://github.com/mirage/mirage-crypto/releases/download/v0.11.0/mirage-crypto-0.11.0.tbz
[mirage-crypto-rng.0.11.0] found in cache
[mirage-crypto-rng-lwt.0.11.0] found in cache
[mirage-flow.3.0.0] downloaded from https://github.com/mirage/mirage-flow/releases/download/v3.0.0/mirage-flow-v3.0.0.tbz
[mirage-kv.6.1.0] downloaded from https://github.com/mirage/mirage-kv/releases/download/v6.1.0/mirage-kv-6.1.0.tbz
[mirage-profile.0.9.1] downloaded from https://github.com/mirage/mirage-profile/releases/download/v0.9.1/mirage-profile-v0.9.1.tbz
[mirage-runtime.4.3.4] found in cache
[mirage-net.4.0.0] downloaded from https://github.com/mirage/mirage-net/releases/download/v4.0.0/mirage-net-v4.0.0.tbz
[mirage-random.3.0.0] downloaded from https://github.com/mirage/mirage-random/releases/download/v3.0.0/mirage-random-v3.0.0.tbz
[mirage-time.3.0.0] downloaded from https://github.com/mirage/mirage-time/releases/download/v3.0.0/mirage-time-v3.0.0.tbz
[mirage-unix.5.0.1] downloaded from https://github.com/mirage/mirage-unix/releases/download/v5.0.1/mirage-unix-5.0.1.tbz
[mtime.2.0.0] downloaded from https://erratique.ch/software/mtime/releases/mtime-2.0.0.tbz
[multipart_form-lwt.0.4.1] downloaded from https://github.com/dinosaure/multipart_form/releases/download/v0.4.1/multipart_form-0.4.1.tbz
[multipart_form.0.4.1] downloaded from https://github.com/dinosaure/multipart_form/releases/download/v0.4.1/multipart_form-0.4.1.tbz
[num.1.4] downloaded from https://github.com/ocaml/num/archive/v1.4.tar.gz
[ocaml-compiler-libs.v0.12.4] downloaded from https://github.com/janestreet/ocaml-compiler-libs/releases/download/v0.12.4/ocaml-compiler-libs-v0.12.4.tbz
[obuilder-spec.0.5.1] downloaded from https://github.com/ocurrent/obuilder/releases/download/v0.5.1/obuilder-0.5.1.tbz
[ocaml-syntax-shims.1.0.0] downloaded from https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz
[ocaml-version.3.6.1] downloaded from https://github.com/ocurrent/ocaml-version/releases/download/v3.6.1/ocaml-version-3.6.1.tbz
[ocamlbuild.0.14.2] downloaded from https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.14.2.tar.gz
[ocluster-api.0.2.1] found in cache
[ocamlgraph.2.0.0] downloaded from https://github.com/backtracking/ocamlgraph/releases/download/2.0.0/ocamlgraph-2.0.0.tbz
[ocplib-endian.1.2] downloaded from https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz
[omigrate.0.3.2] downloaded from https://github.com/tmattio/omigrate/releases/download/0.3.2/omigrate-0.3.2.tbz
[opam-0install.0.4.3] downloaded from https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.3/opam-0install-cudf-0.4.3.tbz
[opam-file-format.2.1.5] downloaded from https://github.com/ocaml/opam-file-format/archive/refs/tags/2.1.5.tar.gz
[ocamlfind.1.9.5] downloaded from http://download.camlcity.org/download/findlib-1.9.5.tar.gz
[opam-core.2.1.4] downloaded from https://github.com/ocaml/opam/archive/refs/tags/2.1.4.tar.gz
[opam-repository.2.1.4] found in cache
[opam-state.2.1.4] found in cache
[opam-format.2.1.4] downloaded from https://github.com/ocaml/opam/archive/refs/tags/2.1.4.tar.gz
[paf.0.4.0] downloaded from https://github.com/dinosaure/paf-le-chien/releases/download/0.4.0/paf-0.4.0.tbz
[optint.0.3.0] downloaded from https://github.com/mirage/optint/releases/download/v0.3.0/optint-0.3.0.tbz
[parsexp.v0.15.0] downloaded from https://ocaml.janestreet.com/ocaml-core/v0.15/files/parsexp-v0.15.0.tar.gz
[pecu.0.6] downloaded from https://github.com/mirage/pecu/releases/download/v0.6/pecu-v0.6.tbz
[pbkdf.1.2.0] downloaded from https://github.com/abeaumont/ocaml-pbkdf/archive/1.2.0.tar.gz
[pgx_lwt.2.2] downloaded from https://github.com/arenadotio/pgx/releases/download/2.2/pgx-2.2.tbz
[pgx.2.2] downloaded from https://github.com/arenadotio/pgx/releases/download/2.2/pgx-2.2.tbz
[pgx_lwt_unix.2.2] downloaded from https://github.com/arenadotio/pgx/releases/download/2.2/pgx-2.2.tbz
[ppx_cstruct.6.1.1] found in cache
[ppx_compare.v0.15.0] downloaded from https://ocaml.janestreet.com/ocaml-core/v0.15/files/ppx_compare-v0.15.0.tar.gz
[ppx_custom_printf.v0.15.0] downloaded from https://ocaml.janestreet.com/ocaml-core/v0.15/files/ppx_custom_printf-v0.15.0.tar.gz
[ppx_deriving.5.2.1] downloaded from https://github.com/ocaml-ppx/ppx_deriving/releases/download/v5.2.1/ppx_deriving-v5.2.1.tbz
[ppx_derivers.1.2.1] downloaded from https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz
[ppx_deriving_yojson.3.7.0] downloaded from https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.7.0/ppx_deriving_yojson-3.7.0.tar.gz
[ppx_sexp_conv.v0.15.1] downloaded from https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/v0.15.1.tar.gz
[prettym.0.0.3] downloaded from https://github.com/dinosaure/prettym/releases/download/0.0.3/prettym-0.0.3.tbz
[ppxlib.0.29.1] downloaded from https://github.com/ocaml-ppx/ppxlib/releases/download/0.29.1/ppxlib-0.29.1.tbz
[prometheus-app.1.2] downloaded from https://github.com/mirage/prometheus/releases/download/v1.2/prometheus-1.2.tbz
[prometheus.1.2] downloaded from https://github.com/mirage/prometheus/releases/download/v1.2/prometheus-1.2.tbz
[psq.0.2.1] downloaded from https://github.com/pqwy/psq/releases/download/v0.2.1/psq-0.2.1.tbz
[randomconv.0.1.3] downloaded from https://github.com/hannesm/randomconv/releases/download/v0.1.3/randomconv-v0.1.3.tbz
[re.1.10.4] downloaded from https://github.com/ocaml/ocaml-re/releases/download/1.10.4/re-1.10.4.tbz
[ptime.1.1.0] downloaded from https://erratique.ch/software/ptime/releases/ptime-1.1.0.tbz
[res.5.0.1] downloaded from https://github.com/mmottl/res/releases/download/5.0.1/res-5.0.1.tbz
[result.1.5] downloaded from https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz
[rresult.0.7.0] downloaded from https://erratique.ch/software/rresult/releases/rresult-0.7.0.tbz
[sexplib.v0.15.1] downloaded from https://github.com/janestreet/sexplib/archive/refs/tags/v0.15.1.tar.gz
[solver-service.~dev] synchronised from file:///src/solver-service
[sexplib0.v0.15.1] downloaded from https://github.com/janestreet/sexplib0/archive/refs/tags/v0.15.1.tar.gz
[solver-service-api.~dev] synchronised from file:///src/solver-service
[sqlite3.5.1.0] downloaded from https://github.com/mmottl/sqlite3-ocaml/releases/download/5.1.0/sqlite3-5.1.0.tbz
[ssl.0.5.13] downloaded from https://github.com/savonet/ocaml-ssl/releases/download/0.5.13/ssl-0.5.13.tbz
[stdint.0.7.2] downloaded from https://github.com/andrenth/ocaml-stdint/releases/download/0.7.2/stdint-0.7.2.tbz
[stdio.v0.15.0] downloaded from https://ocaml.janestreet.com/ocaml-core/v0.15/files/stdio-v0.15.0.tar.gz
[stdlib-shims.0.3.0] downloaded from https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz
[stringext.1.6.0] downloaded from https://github.com/rgrinberg/stringext/releases/download/1.6.0/stringext-1.6.0.tbz
[timedesc.1.0.0] downloaded from https://github.com/daypack-dev/timere/releases/download/timedesc-1.0.0/timedesc-1.0.0.tar.gz
[tcpip.7.1.2] downloaded from https://github.com/mirage/mirage-tcpip/releases/download/v7.1.2/tcpip-7.1.2.tbz
[timedesc-tzdb.1.0.0] found in cache
[timedesc-tzlocal.1.0.0] found in cache
[tls-lwt.0.17.0] downloaded from https://github.com/mirleft/ocaml-tls/releases/download/v0.17.0/tls-0.17.0.tbz
[tls.0.17.0] downloaded from https://github.com/mirleft/ocaml-tls/releases/download/v0.17.0/tls-0.17.0.tbz
[tls-mirage.0.17.0] found in cache
[tyxml.4.5.0] downloaded from https://github.com/ocsigen/tyxml/releases/download/4.5.0/tyxml-4.5.0.tbz
[topkg.1.0.7] downloaded from https://erratique.ch/software/topkg/releases/topkg-1.0.7.tbz
[uchar.0.0.2] downloaded from https://github.com/ocaml/uchar/releases/download/v0.0.2/uchar-0.0.2.tbz
[unstrctrd.0.3] downloaded from https://github.com/dinosaure/unstrctrd/releases/download/v0.3/unstrctrd-v0.3.tbz
[uri.4.2.0] downloaded from https://github.com/mirage/ocaml-uri/releases/download/v4.2.0/uri-v4.2.0.tbz
[uri-sexp.4.2.0] downloaded from https://github.com/mirage/ocaml-uri/releases/download/v4.2.0/uri-v4.2.0.tbz
[uuidm.0.9.8] downloaded from https://erratique.ch/software/uuidm/releases/uuidm-0.9.8.tbz
[uutf.1.0.3] downloaded from https://erratique.ch/software/uutf/releases/uutf-1.0.3.tbz
[x509.0.16.4] downloaded from https://github.com/mirleft/ocaml-x509/releases/download/v0.16.4/x509-0.16.4.tbz
[yojson.2.0.2] downloaded from https://github.com/ocaml-community/yojson/releases/download/2.0.2/yojson-2.0.2.tbz
[zarith.1.12] downloaded from https://github.com/ocaml/Zarith/archive/release-1.12.tar.gz
[tailwindcss.dev] downloaded from https://github.com/tmattio/opam-tailwindcss/archive/59f72afbf93f09dfe619b598d0a64ad69be5290a/main.tar.gz

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed tailwindcss.dev
-> installed cmdliner.1.1.1
-> installed conf-capnproto.2
-> installed conf-git.1.1
-> installed conf-gmp.4
-> installed conf-libev.4-12
-> installed conf-pkg-config.2
-> installed conf-gmp-powm-sec.3
-> installed conf-libffi.2.0.0
-> installed ctypes-foreign.0.18.0
-> installed conf-libssl.4
-> installed conf-sqlite3.1
-> installed ocamlfind.1.9.5
-> installed base-bytes.base
-> installed num.1.4
-> installed zarith.1.12
-> installed ocamlbuild.0.14.2
-> installed uchar.0.0.2
-> installed topkg.1.0.7
-> installed hmap.0.8.1
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed uuidm.0.9.8
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed dune.3.7.0
-> installed base64.3.5.1
-> installed bigarray-compat.1.1.0
-> installed bigarray-overlap.0.2.1
-> installed bigstringaf.0.9.0
-> installed 0install-solver.2.18
-> installed camlp-streams.5.0.1
-> installed crunch.3.3.1
-> installed csexp.1.5.1
-> installed cppo.1.6.9
-> installed cstruct.6.1.1
-> installed current_incr.0.6.1
-> installed domain-name.0.4.0
-> installed duff.0.5
-> installed duration.0.2.1
-> installed fpath.0.7.3
-> installed functoria-runtime.4.3.4
-> installed gmap.0.3.0
-> installed jsonm.1.0.1
-> installed ke.0.6
-> installed lwt-dllist.1.0.1
-> installed macaddr.5.3.1
-> installed magic-mime.1.3.0
-> installed menhirLib.20220210
-> installed menhirSdk.20220210
-> installed metrics.0.4.0
-> installed mirage-clock.4.2.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.3.6.1
-> installed opam-file-format.2.1.5
-> installed optint.0.3.0
-> installed pecu.0.6
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed re.1.10.4
-> installed res.5.0.1
-> installed result.1.5
-> installed sexplib0.v0.15.1
-> installed stdint.0.7.2
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed faraday.0.8.2
-> installed ocplib-endian.1.2
-> installed yojson.2.0.2
-> installed asn1-combinators.0.2.6
-> installed cstruct-unix.6.1.1
-> installed eqaf.0.9
-> installed hex.1.5.0
-> installed mirage-random.3.0.0
-> installed randomconv.0.1.3
-> installed prettym.0.0.3
-> installed ipaddr.5.3.1
-> installed macaddr-cstruct.5.3.1
-> installed lru.0.3.1
-> installed tyxml.4.5.0
-> installed angstrom.0.15.0
-> installed integers.0.7.0
-> installed ocamlgraph.2.0.0
-> installed timedesc-tzdb.1.0.0
-> installed timedesc-tzlocal.1.0.0
-> installed digestif.1.1.3
-> installed ansi.0.6.0
-> installed emile.1.1
-> installed encore.0.8
-> installed hpack.0.9.0
-> installed httpaf.0.7.1
-> installed unstrctrd.0.3
-> installed uri.4.2.0
-> installed dune-configurator.3.7.0
-> installed h2.0.9.0
-> installed timedesc.1.0.0
-> installed menhir.20220210
-> installed checkseum.0.5.0
-> installed opam-core.2.1.4
-> installed mirage-clock-unix.4.2.0
-> installed mirage-crypto.0.11.0
-> installed sqlite3.5.1.0
-> installed ssl.0.5.13
-> installed graphql_parser.0.14.0
-> installed decompress.1.5.2
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed graphql.0.14.0
-> installed lwt.5.6.1
-> installed ppxlib.0.29.1
-> installed base.v0.15.1
-> installed opam-format.2.1.4
-> installed cstruct-lwt.6.1.1
-> installed faraday-lwt.0.8.2
-> installed graphql-lwt.0.14.0
-> installed hxd.0.3.2
-> installed logs.0.7.0
-> installed lwt_ssl.1.2.0
-> installed mirage-flow.3.0.0
-> installed mirage-kv.6.1.0
-> installed mirage-net.4.0.0
-> installed mirage-time.3.0.0
-> installed prometheus.1.2
-> installed extunix.0.4.1
-> installed lwt_ppx.2.1.0
-> installed ppx_deriving.5.2.1
-> installed parsexp.v0.15.0
-> installed ppx_compare.v0.15.0
-> installed ppx_sexp_conv.v0.15.1
-> installed stdio.v0.15.0
-> installed ctypes.0.20.1
-> installed bos.0.2.1
-> installed capnp-rpc.1.2.3
-> installed caqti.1.9.0
-> installed dns.7.0.1
-> installed dream-pure.dev
-> installed faraday-lwt-unix.0.8.2
-> installed happy-eyeballs.0.5.0
-> installed inotify.2.4.1
-> installed mimic.0.0.6
-> installed mirage-crypto-rng.0.11.0
-> installed mirage-runtime.4.3.4
-> installed multipart_form.0.4.1
-> installed sexplib.v0.15.1
-> installed ppx_deriving_yojson.3.7.0
-> installed ipaddr-sexp.5.3.1
-> installed ppx_custom_printf.v0.15.0
-> installed uri-sexp.4.2.0
-> installed capnp.3.5.0
-> installed opam-repository.2.1.4
-> installed carton.0.6.0
-> installed current.0.6.4
-> installed caqti-lwt.1.9.0
-> installed dream-httpaf.dev
-> installed dns-client.7.0.1
-> installed mirage-crypto-ec.0.11.0
-> installed mirage-crypto-pk.0.11.0
-> installed mirage-crypto-rng-lwt.0.11.0
-> installed mirage-unix.5.0.1
-> installed multipart_form-lwt.0.4.1
-> installed cstruct-sexp.6.1.1
-> installed obuilder-spec.0.5.1
-> installed ppx_cstruct.6.1.1
-> installed conduit.6.2.0
-> installed pgx.2.2
-> installed cohttp.5.0.0
-> installed capnp-rpc-lwt.1.2.3
-> installed cf.0.5.0
-> installed carton-lwt.0.6.0
-> installed x509.0.16.4
-> installed dream.dev
-> installed mirage-profile.0.9.1
-> installed conduit-lwt.6.2.0
-> installed pgx_lwt.2.2
-> installed cohttp-lwt.5.0.0
-> installed ocluster-api.0.2.1
-> installed opam-state.2.1.4
-> installed fsevents.0.3.0
-> installed carton-git.0.6.0
-> installed awa.0.1.2
-> installed ca-certs.0.2.3
-> installed ca-certs-nss.3.86
-> installed tls.0.17.0
-> installed ethernet.3.0.0
-> installed pgx_lwt_unix.2.2
-> installed current_rpc.0.6.4
-> installed opam-0install.0.4.3
-> installed cf-lwt.0.5.0
-> installed git.3.12.0
-> installed awa-mirage.0.1.2
-> installed tls-lwt.0.17.0
-> installed tls-mirage.0.17.0
-> installed arp.3.0.0
-> installed omigrate.0.3.2
-> installed fsevents-lwt.0.3.0
-> installed dns-client-lwt.7.0.1
-> installed capnp-rpc-net.1.2.3
-> installed conduit-lwt-unix.6.2.0
-> installed solver-service-api.~dev
-> installed irmin-watcher.0.5.0
-> installed happy-eyeballs-lwt.0.5.0
-> installed tcpip.7.1.2
-> installed capnp-rpc-unix.1.2.3
-> installed current_git.0.6.4
-> installed cohttp-lwt-unix.5.0.0
-> installed dns-client-mirage.7.0.1
-> installed paf.0.4.0
-> installed prometheus-app.1.2
-> installed current_docker.0.6.4
-> installed current_ocluster.0.2.1
-> installed happy-eyeballs-mirage.0.5.0
-> installed git-paf.3.12.0
-> installed mimic-happy-eyeballs.0.0.6
-> installed git-mirage.3.12.0
-> installed git-unix.3.12.0
-> installed solver-service.~dev
Done.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container 51d3dd6ef7d0
 ---> cacd77748697
Step 11/25 : ADD --chown=opam . .
 ---> e50d38a60d54
Step 12/25 : RUN opam config exec -- dune build ./_build/install/default/bin/ocaml-ci-web
 ---> Running in d4f3d7232142
File "lib/dune", line 30, characters 2-8:
30 |   tar.gz))
       ^^^^^^
Error: Library "tar.gz" not found.
-> required by library "ocaml-ci" in _build/default/lib
-> required by executable main in web-ui/dune:10
-> required by _build/default/web-ui/main.exe
-> required by _build/install/default/bin/ocaml-ci-web

Rebuilding...

Done in 1478ms.
Generating static.ml
Skipping generation of .mli
The command '/bin/sh -c opam config exec -- dune build ./_build/install/default/bin/ocaml-ci-web' returned a non-zero code: 1
docker-build failed with exit-code 1
2023-03-17 17:53.31: Job failed: Failed: Build failed