Build:
- 0
2026-05-28 12:03.44: New job: Build Dockerfile using linux-arm64 in
[https://github.com/ocurrent/ocaml-ci.git#refs/heads/live-engine (41e5ec20b4e59e281e1d8b32e5c5db91c6167d10)]
2026-05-28 12:03.44: Will push staging image to ocurrentbuilder/staging:live-ocurrent-ocaml-ci-service-linux-arm64
2026-05-28 12:03.44: Using cache hint "https://github.com/ocurrent/ocaml-ci.git-Dockerfile"
2026-05-28 12:03.44: Connecting to build cluster…
2026-05-28 12:03.44: Waiting for resource in pool OCluster
2026-05-28 12:03.44: Waiting for worker…
2026-05-28 12:03.44: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
HEAD is now at be70fcb Remove leftover GitLab references
HEAD is now at 41e5ec2 use ocurrent without filter
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.74kB done
#1 DONE 0.0s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.7s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 CACHED
#4 [internal] load metadata for docker.io/library/debian:13
#4 DONE 0.0s
#5 [internal] load metadata for docker.io/ocaml/opam:debian-13-ocaml-4.14
#5 DONE 0.5s
#6 [internal] load .dockerignore
#6 transferring context: 114B done
#6 DONE 0.0s
#7 [build 1/12] FROM docker.io/ocaml/opam:debian-13-ocaml-4.14@sha256:94d90b83ead2c47fab6036b98829ba949972b5e647f6d71f95468ad08168cd34
#7 DONE 0.0s
#8 [internal] setting cache mount permissions
#8 DONE 0.0s
#9 [build 4/12] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked sudo apt update && sudo apt-get --no-install-recommends install -y capnproto graphviz libev-dev libffi-dev libgmp-dev libsqlite3-dev m4 pkg-config libcapnp-dev
#9 CACHED
#10 [build 2/12] RUN sudo ln -sf /usr/bin/opam-2.5 /usr/bin/opam && opam init --reinit -ni
#10 CACHED
#11 [build 3/12] RUN sudo rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' | sudo tee /etc/apt/apt.conf.d/keep-cache
#11 CACHED
#12 [build 5/12] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 94c943996066236b7203cad4027522be61e33f45 && opam update
#12 CACHED
#13 [internal] load build context
#13 transferring context: 9.19MB 0.1s done
#13 DONE 0.1s
#8 [internal] setting cache mount permissions
#8 CACHED
#14 [build 6/12] RUN opam option --global solver=builtin-0install
#14 0.177 Set to 'builtin-0install' the field solver in global configuration
#14 DONE 0.5s
#15 [stage-1 1/6] FROM docker.io/library/debian:13
#15 resolve docker.io/library/debian:13
#15 resolve docker.io/library/debian:13 0.6s done
#15 DONE 0.6s
#16 [build 7/12] RUN opam pin add -yn current.dev https://github.com/ocurrent/ocurrent.git#remove-filter && opam pin add -yn current_web.dev https://github.com/ocurrent/ocurrent.git#remove-filter && opam pin add -yn current_git.dev https://github.com/ocurrent/ocurrent.git#remove-filter && opam pin add -yn current_github.dev https://github.com/ocurrent/ocurrent.git#remove-filter && opam pin add -yn current_docker.dev https://github.com/ocurrent/ocurrent.git#remove-filter && opam pin add -yn current_slack.dev https://github.com/ocurrent/ocurrent.git#remove-filter && opam pin add -yn current_rpc.dev https://github.com/ocurrent/ocurrent.git#remove-filter
#16 2.555 [current.dev] synchronised (git+https://github.com/ocurrent/ocurrent.git#remove-filter)
#16 2.562 current is now pinned to git+https://github.com/ocurrent/ocurrent.git#remove-filter (version dev)
#16 4.510 [current_web.dev] synchronised (git+https://github.com/ocurrent/ocurrent.git#remove-filter)
#16 4.516 current_web is now pinned to git+https://github.com/ocurrent/ocurrent.git#remove-filter (version dev)
#16 6.415 [current_git.dev] synchronised (git+https://github.com/ocurrent/ocurrent.git#remove-filter)
#16 6.421 current_git is now pinned to git+https://github.com/ocurrent/ocurrent.git#remove-filter (version dev)
#16 8.316 [current_github.dev] synchronised (git+https://github.com/ocurrent/ocurrent.git#remove-filter)
#16 8.322 current_github is now pinned to git+https://github.com/ocurrent/ocurrent.git#remove-filter (version dev)
#16 10.28 [current_docker.dev] synchronised (git+https://github.com/ocurrent/ocurrent.git#remove-filter)
#16 10.29 current_docker is now pinned to git+https://github.com/ocurrent/ocurrent.git#remove-filter (version dev)
#16 12.25 [current_slack.dev] synchronised (git+https://github.com/ocurrent/ocurrent.git#remove-filter)
#16 12.25 current_slack is now pinned to git+https://github.com/ocurrent/ocurrent.git#remove-filter (version dev)
#16 14.19 [current_rpc.dev] synchronised (git+https://github.com/ocurrent/ocurrent.git#remove-filter)
#16 14.19 current_rpc is now pinned to git+https://github.com/ocurrent/ocurrent.git#remove-filter (version dev)
#16 DONE 14.3s
#17 [build 8/12] COPY --chown=opam --link ocaml-ci.opam ocaml-ci-service.opam ocaml-ci-api.opam /src/
#17 DONE 0.0s
#18 [build 9/12] WORKDIR /src
#18 DONE 0.0s
#19 [build 10/12] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#19 1.403 The following additional pinnings are required by ocaml-ci.dev:
#19 1.403 - solver-service.dev at git+https://github.com/ocurrent/solver-service.git#98c04705bdd5511094364ba2549c1192bdd94c1c
#19 1.403 - solver-service-api.dev at git+https://github.com/ocurrent/solver-service.git#98c04705bdd5511094364ba2549c1192bdd94c1c
#19 1.403 - solver-worker.dev at git+https://github.com/ocurrent/solver-service.git#98c04705bdd5511094364ba2549c1192bdd94c1c
#19 1.403 Pin and install them? [Y/n] y
#19 2.470 [NOTE] Package solver-service does not exist in opam repositories registered in the current switch.
#19 2.939 [solver-service.dev] synchronised (no changes)
#19 2.940 [WARNING] Failed checks on solver-service package definition from source at git+https://github.com/ocurrent/solver-service.git#98c04705bdd5511094364ba2549c1192bdd94c1c:
#19 2.940 warning 68: Missing field 'license'
#19 2.985 solver-service is now pinned to git+https://github.com/ocurrent/solver-service.git#98c04705bdd5511094364ba2549c1192bdd94c1c (version dev)
#19 2.986 [NOTE] Package solver-service-api does not exist in opam repositories registered in the current switch.
#19 3.614 [solver-service-api.dev] synchronised (no changes)
#19 3.615 [WARNING] Failed checks on solver-service-api package definition from source at git+https://github.com/ocurrent/solver-service.git#98c04705bdd5511094364ba2549c1192bdd94c1c:
#19 3.615 warning 68: Missing field 'license'
#19 3.617 solver-service-api is now pinned to git+https://github.com/ocurrent/solver-service.git#98c04705bdd5511094364ba2549c1192bdd94c1c (version dev)
#19 3.619 [NOTE] Package solver-worker does not exist in opam repositories registered in the current switch.
#19 4.094 [solver-worker.dev] synchronised (no changes)
#19 4.095 [WARNING] Failed checks on solver-worker package definition from source at git+https://github.com/ocurrent/solver-service.git#98c04705bdd5511094364ba2549c1192bdd94c1c:
#19 4.095 warning 68: Missing field 'license'
#19 4.112 solver-worker is now pinned to git+https://github.com/ocurrent/solver-service.git#98c04705bdd5511094364ba2549c1192bdd94c1c (version dev)
#19 6.960 The following actions will be performed:
#19 6.966 === install 232 packages
#19 6.966 - install 0install-solver 2.18 [required by opam-0install]
#19 6.966 - install angstrom 0.16.1 [required by timedesc]
#19 6.966 - install ansi 0.7.0 [required by ocaml-ci-service]
#19 6.966 - install arp 3.1.1 [required by tcpip]
#19 6.966 - install asetmap 0.8.1 [required by capnp-rpc-net, prometheus-app]
#19 6.966 - install asn1-combinators 0.2.6 [required by capnp-rpc-net]
#19 6.966 - install astring 0.8.5 [required by ocaml-ci-service]
#19 6.966 - install atd 4.2.0 [required by atdgen]
#19 6.966 - install atdgen 4.2.0 [required by github-data]
#19 6.966 - install atdgen-runtime 4.2.0 [required by github-data]
#19 6.966 - install awa 0.3.0 [required by git-unix]
#19 6.966 - install awa-mirage 0.3.0 [required by git-unix]
#19 6.966 - install base v0.16.5 [required by ppx_compare, capnp, ppx_sexp_conv, ppx_custom_printf]
#19 6.966 - install base-bytes base [required by extunix]
#19 6.966 - install base64 3.5.2 [required by capnp-rpc-unix, current_github]
#19 6.966 - install bigstringaf 0.10.0 [required by git-unix]
#19 6.966 - install biniou 1.2.2 [required by atdgen]
#19 6.966 - install bos 0.3.0 [required by ocaml-ci, ocaml-ci-service]
#19 6.966 - install bstr 0.0.4 [required by prettym]
#19 6.966 - install ca-certs 0.2.3 [required by conduit-lwt-unix]
#19 6.966 - install ca-certs-nss 3.101 [required by git-unix]
#19 6.966 - install camlp-streams 5.0.1 [required by tar]
#19 6.966 - install capnp 3.6.0 [required by ocaml-ci-api]
#19 6.966 - install capnp-rpc 1.2.3 [required by current_rpc]
#19 6.966 - install capnp-rpc-lwt 1.2.3 [required by ocaml-ci-api]
#19 6.966 - install capnp-rpc-net 1.2.3 [required by capnp-rpc-unix]
#19 6.966 - install capnp-rpc-unix 1.2.3 [required by ocaml-ci, ocaml-ci-service]
#19 6.966 - install carton 0.7.2 [required by git]
#19 6.966 - install carton-git 0.7.2 [required by git]
#19 6.966 - install carton-lwt 0.7.2 [required by git]
#19 6.966 - install cf 0.5.0 [required by cf-lwt]
#19 6.966 - install cf-lwt 0.5.0 [required by irmin-watcher]
#19 6.966 - install checkseum 0.5.3 [required by decompress, git]
#19 6.966 - install cmdliner 1.3.0 [required by ocaml-ci-service]
#19 6.966 - install cohttp 6.0.0 [required by cohttp-lwt-unix]
#19 6.966 - install cohttp-lwt 6.0.0 [required by cohttp-lwt-unix]
#19 6.966 - install cohttp-lwt-unix 6.0.0 [required by ocaml-ci]
#19 6.966 - install conduit 6.2.3 [required by conduit-lwt]
#19 6.966 - install conduit-lwt 6.2.3 [required by cohttp-lwt-unix]
#19 6.966 - install conduit-lwt-unix 6.2.3 [required by cohttp-lwt-unix]
#19 6.966 - install conf-capnproto 2 [required by capnp-rpc-net]
#19 6.966 - install conf-git 1.1 [required by current_git]
#19 6.966 - install conf-gmp 5 [required by zarith]
#19 6.966 - install conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
#19 6.966 - install conf-graphviz 0.1 [required by current_web]
#19 6.966 - install conf-libev 4-13 [required by ocaml-ci-service]
#19 6.966 - install conf-libffi 2.0.0 [required by ctypes-foreign]
#19 6.966 - install conf-pkg-config 4 [required by conf-sqlite3]
#19 6.966 - install conf-sqlite3 1 [required by sqlite3]
#19 6.966 - install cppo 1.8.0 [required by ppx_deriving]
#19 6.966 - install crunch 4.0.0 [required by current_web]
#19 6.966 - install csexp 1.5.2 [required by dune-configurator]
#19 6.966 - install cstruct 6.2.0 [required by tar-unix, tar, current_github]
#19 6.966 - install cstruct-lwt 6.2.0 [required by capnp-rpc-unix, tar-unix]
#19 6.966 - install cstruct-unix 6.2.0 [required by awa]
#19 6.966 - install csv 2.4 [required by current_web]
#19 6.966 - install ctypes 0.24.0 [required by cf, fsevents]
#19 6.966 - install ctypes-foreign 0.24.0 [required by cf]
#19 6.966 - install current dev (pinned) [required by ocaml-ci]
#19 6.966 - install current_docker dev (pinned) [required by ocaml-ci, ocaml-ci-service]
#19 6.967 - install current_git dev (pinned) [required by ocaml-ci-service]
#19 6.967 - install current_github dev (pinned) [required by ocaml-ci-service]
#19 6.967 - install current_incr 0.6.1 [required by current]
#19 6.967 - install current_ocluster 0.3.0 [required by ocaml-ci, ocaml-ci-service]
#19 6.967 - install current_rpc dev (pinned) [required by ocaml-ci-api, ocaml-ci, ocaml-ci-service]
#19 6.967 - install current_web dev (pinned) [required by ocaml-ci-service]
#19 6.967 - install decompress 1.5.3 [required by tar]
#19 6.967 - install digestif 1.3.0 [required by git-unix]
#19 6.967 - install dns 7.0.3 [required by git-mirage]
#19 6.967 - install dns-client 7.0.3 [required by git-mirage]
#19 6.967 - install dns-client-lwt 7.0.3 [required by happy-eyeballs-lwt]
#19 6.967 - install dns-client-mirage 7.0.3 [required by happy-eyeballs-mirage]
#19 6.967 - install dockerfile 8.3.6 [required by dockerfile-opam]
#19 6.967 - install dockerfile-opam 8.3.6 [required by ocaml-ci, ocaml-ci-service]
#19 6.967 - install domain-name 0.5.0 [required by git-unix]
#19 6.967 - install duff 0.5 [required by carton]
#19 6.967 - install dune 3.22.2 [required by ocaml-ci-api, ocaml-ci, ocaml-ci-service]
#19 6.967 - install dune-build-info 3.22.2 [required by solver-service, solver-worker]
#19 6.967 - install dune-compiledb 0.6.0 [required by sqlite3]
#19 6.967 - install dune-configurator 3.22.2 [required by extunix, sqlite3]
#19 6.967 - install duration 0.3.1 [required by current_ocluster, current, current_docker, current_github]
#19 6.967 - install easy-format 1.3.4 [required by atd]
#19 6.967 - install emile 1.1 [required by git]
#19 6.967 - install encore 0.8.1 [required by git]
#19 6.967 - install eqaf 0.9 [required by awa, mirage-crypto, digestif]
#19 6.967 - install ethernet 3.2.0 [required by tcpip]
#19 6.967 - install extunix 0.4.3 [required by capnp-rpc-unix]
#19 6.967 - install ezjsonm 1.3.0 [required by dune-compiledb]
#19 6.967 - install faraday 0.8.2 [required by httpaf, paf]
#19 6.967 - install fmt 0.11.0 [required by ocaml-ci-service]
#19 6.967 - install fpath 0.7.3 [required by current_docker, bos, current, current_rpc]
#19 6.967 - install fsevents 0.3.0 [required by fsevents-lwt]
#19 6.967 - install fsevents-lwt 0.3.0 [required by irmin-watcher]
#19 6.967 - install git 3.15.0 [required by git-unix]
#19 6.967 - install git-mirage 3.15.0 [required by git-unix]
#19 6.967 - install git-paf 3.15.0 [required by git-mirage]
#19 6.967 - install git-unix 3.15.0 [required by solver-service]
#19 6.967 - install github 4.5.1 [required by github-unix]
#19 6.967 - install github-data 4.5.1 [required by github]
#19 6.967 - install github-unix 4.5.1 [required by current_github]
#19 6.967 - install gmap 0.3.0 [required by x509, dns]
#19 6.967 - install h2 0.13.0 [required by paf]
#19 6.967 - install happy-eyeballs 0.6.0 [required by git-mirage, happy-eyeballs-lwt]
#19 6.967 - install happy-eyeballs-lwt 0.6.0 [required by git-unix]
#19 6.967 - install happy-eyeballs-mirage 0.6.0 [required by git-mirage]
#19 6.967 - install hex 1.5.0 [required by current_github]
#19 6.967 - install hkdf 1.0.4 (deprecated) [required by tls]
#19 6.967 - install hpack 0.13.0 [required by h2]
#19 6.967 - install http 6.0.0 [required by cohttp-lwt-unix]
#19 6.967 - install httpaf 0.7.1 [required by git-paf]
#19 6.967 - install httpun-types 0.2.0 [required by h2]
#19 6.967 - install hxd 0.4.0 [required by git]
#19 6.967 - install inotify 2.6 [required by irmin-watcher]
#19 6.967 - install integers 0.7.0 [required by ctypes]
#19 6.967 - install ipaddr 5.6.2 [required by pgx, conduit-lwt-unix, git-unix]
#19 6.967 - install ipaddr-cstruct 5.6.2 [required by tcpip]
#19 6.967 - install ipaddr-sexp 5.6.2 [required by conduit-lwt-unix]
#19 6.967 - install irmin-watcher 0.5.0 [required by current_git]
#19 6.967 - install jsonm 1.0.2 [required by opam-core]
#19 6.967 - install ke 0.6 [required by git, multipart_form-lwt]
#19 6.967 - install logs 0.10.0 [required by ocaml-ci, ocaml-ci-service]
#19 6.967 - install lru 0.3.1 [required by dns]
#19 6.967 - install lwt 6.1.1 [required by tar-unix, omigrate, current_ocluster, etc.]
#19 6.967 - install lwt-dllist 1.1.0 [required by current]
#19 6.967 - install macaddr 5.6.2 [required by ipaddr]
#19 6.967 - install macaddr-cstruct 5.6.2 [required by tcpip]
#19 6.967 - install magic-mime 1.3.1 [required by cohttp-lwt-unix]
#19 6.967 - install menhir 20260209 [required by opam-file-format]
#19 6.967 - install menhirCST 20260209 [required by menhir]
#19 6.967 - install menhirGLR 20260209 [required by menhir]
#19 6.967 - install menhirLib 20260209 [required by menhir]
#19 6.967 - install menhirSdk 20260209 [required by menhir]
#19 6.967 - install metrics 0.5.0 [required by dns]
#19 6.967 - install mimic 0.0.6 [required by git-unix]
#19 6.967 - install mimic-happy-eyeballs 0.0.6 [required by git-mirage]
#19 6.967 - install mirage-clock 4.2.0 [required by git-unix]
#19 6.967 - install mirage-clock-unix 4.2.0 [required by git-unix]
#19 6.967 - install mirage-crypto 0.11.3 [required by current_github]
#19 6.967 - install mirage-crypto-ec 0.11.3 [required by tls, awa]
#19 6.967 - install mirage-crypto-pk 0.11.3 [required by current_github]
#19 6.967 - install mirage-crypto-rng 0.11.3 [required by ocaml-ci-service]
#19 6.967 - install mirage-crypto-rng-lwt 0.11.3 [required by capnp-rpc-unix]
#19 6.967 - install mirage-flow 3.0.0 [required by capnp-rpc-unix]
#19 6.967 - install mirage-kv 6.1.1 [required by tls-mirage]
#19 6.967 - install mirage-net 4.0.0 [required by tcpip]
#19 6.967 - install mirage-random 3.0.0 (deprecated) [required by git-mirage]
#19 6.967 - install mirage-runtime 4.10.6 [required by mirage-unix]
#19 6.967 - install mirage-time 3.0.0 [required by git-unix]
#19 6.967 - install mirage-unix 5.0.1 [required by git-unix]
#19 6.967 - install mtime 2.1.0 [required by mirage-crypto-rng-lwt, git-unix]
#19 6.967 - install multipart_form 0.8.0 [required by multipart_form-lwt]
#19 6.967 - install multipart_form-lwt 0.8.0 [required by current_web]
#19 6.967 - install num 1.6 [required by sexplib]
#19 6.967 - install obuilder-spec 0.6.0 [required by ocaml-ci, ocaml-ci-service]
#19 6.967 - install ocaml-compiler-libs v0.12.4 [required by ppxlib]
#19 6.967 - install ocaml-syntax-shims 1.0.0 [required by angstrom]
#19 6.967 - install ocaml-version 4.1.0 [required by ocaml-ci, ocaml-ci-service]
#19 6.967 - install ocamlbuild 0.16.1 [required by bos]
#19 6.967 - install ocamlfind 1.9.8 [required by bos]
#19 6.967 - install ocamlgraph 2.2.0 [required by opam-core, git]
#19 6.967 - install ocluster-api 0.3.0 [required by ocaml-ci, ocaml-ci-service]
#19 6.967 - install ocplib-endian 1.2 [required by lwt, capnp]
#19 6.967 - install omigrate 0.3.2 [required by ocaml-ci]
#19 6.967 - install opam-0install 0.5.1 [required by ocaml-ci, ocaml-ci-service]
#19 6.967 - install opam-core 2.5.1 [required by opam-format]
#19 6.967 - install opam-file-format 2.2.0 [required by opam-0install]
#19 6.967 - install opam-format 2.5.1 [required by opam-0install]
#19 6.967 - install opam-repository 2.5.1 [required by opam-state]
#19 6.967 - install opam-state 2.5.1 [required by opam-0install]
#19 6.967 - install optint 0.3.0 [required by decompress, git]
#19 6.967 - install paf 0.5.0 [required by git-paf]
#19 6.967 - install parsexp v0.16.0 [required by sexplib]
#19 6.967 - install patch 3.1.0 [required by opam-state]
#19 6.967 - install pbkdf 1.2.0 [required by x509]
#19 6.967 - install pecu 0.7 [required by emile, multipart_form]
#19 6.967 - install pgx 2.2 [required by omigrate]
#19 6.967 - install pgx_lwt 2.2 [required by pgx_lwt_unix]
#19 6.967 - install pgx_lwt_unix 2.2 [required by omigrate]
#19 6.967 - install ppx_compare v0.16.0 [required by pgx]
#19 6.967 - install ppx_custom_printf v0.16.0 [required by pgx]
#19 6.967 - install ppx_derivers 1.2.1 [required by ppx_deriving]
#19 6.967 - install ppx_deriving 6.0.3 [required by ocaml-ci-api, ocaml-ci, ocaml-ci-service]
#19 6.967 - install ppx_deriving_yojson 3.9.1 [required by ocaml-ci-api, ocaml-ci, ocaml-ci-service]
#19 6.967 - install ppx_sexp_conv v0.16.0 [required by ocaml-ci-service]
#19 6.967 - install ppxlib 0.35.0 [required by extunix, ppx_deriving]
#19 6.967 - install prettym 0.0.5 [required by multipart_form]
#19 6.967 - install prometheus 1.3 [required by current_ocluster, current, current_github]
#19 6.967 - install prometheus-app 1.3 [required by ocaml-ci-service]
#19 6.967 - install psq 0.2.1 [required by git]
#19 6.967 - install ptime 1.2.0 [required by timedesc, current_github]
#19 6.967 - install randomconv 0.1.3 [required by dns-client]
#19 6.967 - install re 1.14.0 [required by current]
#19 6.967 - install res 5.0.2 [required by capnp]
#19 6.967 - install result 1.5 [required by timedesc, current_rpc, current, etc.]
#19 6.967 - install routes 2.0.0 [required by current_web]
#19 6.967 - install rresult 0.7.0 [required by bos, current_github]
#19 6.967 - install seq base [required by timedesc]
#19 6.967 - install session 0.5.0 [required by current_web]
#19 6.967 - install session-cohttp 0.5.0 [required by session-cohttp-lwt]
#19 6.967 - install session-cohttp-lwt 0.5.0 [required by current_web]
#19 6.967 - install sexplib v0.16.0 [required by obuilder-spec]
#19 6.967 - install sexplib0 v0.16.0 [required by dockerfile-opam]
#19 6.967 - install sha 1.15.4 [required by opam-core]
#19 6.967 - install solver-service dev (pinned) [required by ocaml-ci, ocaml-ci-service]
#19 6.967 - install solver-service-api dev (pinned) [required by ocaml-ci]
#19 6.967 - install solver-worker dev (pinned) [required by ocaml-ci]
#19 6.967 - install spdx_licenses 1.4.0 [required by opam-state]
#19 6.967 - install sqlite3 5.4.1 [required by current, omigrate]
#19 6.967 - install stdint 0.7.2 [required by current_rpc]
#19 6.967 - install stdio v0.16.0 [required by capnp]
#19 6.967 - install stdlib-shims 0.3.0 [required by ppxlib]
#19 6.967 - install stringext 1.6.0 [required by cohttp, github-unix]
#19 6.967 - install swhid_core 0.1 [required by opam-core]
#19 6.967 - install tar 2.6.0 [required by ocaml-ci]
#19 6.967 - install tar-unix 2.6.0 [required by ocaml-ci]
#19 6.967 - install tcpip 8.0.0 [required by git-unix]
#19 6.967 - install timedesc 3.1.0 [required by ocaml-ci, ocaml-ci-service]
#19 6.967 - install timedesc-tzdb 3.1.0 [required by timedesc]
#19 6.967 - install timedesc-tzlocal 3.1.0 [required by timedesc]
#19 6.967 - install tls 0.17.3 [required by capnp-rpc-net, git-unix]
#19 6.967 - install tls-lwt 0.17.3 [required by current_github]
#19 6.967 - install tls-mirage 0.17.3 [required by capnp-rpc-net, git-unix]
#19 6.967 - install topkg 1.1.1 [required by bos]
#19 6.967 - install tyxml 4.6.0 [required by ansi, current_github]
#19 6.967 - install unstrctrd 0.4 [required by multipart_form]
#19 6.967 - install uri 4.4.0 [required by omigrate, current_github]
#19 6.967 - install uri-sexp 4.4.0 [required by cohttp]
#19 6.967 - install uuidm 0.9.10 [required by pgx]
#19 6.967 - install uutf 1.0.4 [required by tyxml]
#19 6.967 - install x509 0.16.5 [required by current_github]
#19 6.967 - install yojson 3.0.0 [required by solver-service, current_docker, current_github]
#19 6.967 - install zarith 1.14 [required by asn1-combinators, awa]
#19 7.704
#19 7.704 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#19 8.475 -> retrieved 0install-solver.2.18 (cached)
#19 8.485 -> retrieved angstrom.0.16.1 (cached)
#19 8.490 -> retrieved ansi.0.7.0 (cached)
#19 8.501 -> retrieved arp.3.1.1 (cached)
#19 8.507 -> retrieved asetmap.0.8.1 (cached)
#19 8.542 -> retrieved asn1-combinators.0.2.6 (cached)
#19 8.550 -> retrieved astring.0.8.5 (cached)
#19 8.583 -> retrieved awa.0.3.0, awa-mirage.0.3.0 (cached)
#19 8.721 -> retrieved base.v0.16.5 (cached)
#19 8.726 -> retrieved base64.3.5.2 (cached)
#19 8.733 -> retrieved bigstringaf.0.10.0 (cached)
#19 8.745 -> retrieved biniou.1.2.2 (cached)
#19 8.758 -> retrieved bos.0.3.0 (cached)
#19 8.772 -> retrieved bstr.0.0.4 (cached)
#19 8.779 -> retrieved ca-certs.0.2.3 (cached)
#19 8.791 -> retrieved camlp-streams.5.0.1 (cached)
#19 8.835 -> retrieved capnp.3.6.0 (cached)
#19 8.842 -> retrieved ca-certs-nss.3.101 (cached)
#19 8.895 -> retrieved carton.0.7.2, carton-git.0.7.2, carton-lwt.0.7.2 (cached)
#19 9.442 -> retrieved atd.4.2.0, atdgen.4.2.0, atdgen-runtime.4.2.0 (cached)
#19 9.717 -> retrieved capnp-rpc.1.2.3, capnp-rpc-lwt.1.2.3, capnp-rpc-net.1.2.3, capnp-rpc-unix.1.2.3 (cached)
#19 9.726 -> retrieved cf.0.5.0, cf-lwt.0.5.0 (cached)
#19 9.742 -> retrieved checkseum.0.5.3 (cached)
#19 9.755 -> retrieved cmdliner.1.3.0 (cached)
#19 9.757 -> retrieved conf-gmp.5 (cached)
#19 9.757 -> retrieved conf-gmp-powm-sec.4 (cached)
#19 9.759 -> retrieved conf-libev.4-13 (cached)
#19 10.09 -> retrieved cohttp.6.0.0, cohttp-lwt.6.0.0, cohttp-lwt-unix.6.0.0, http.6.0.0 (cached)
#19 10.12 -> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3 (cached)
#19 10.14 -> retrieved cppo.1.8.0 (cached)
#19 10.15 -> installed conf-capnproto.2
#19 10.16 -> installed conf-git.1.1
#19 10.16 -> installed conf-gmp.5
#19 10.17 -> installed conf-graphviz.0.1
#19 10.17 -> installed conf-libev.4-13
#19 10.17 -> installed conf-pkg-config.4
#19 10.18 -> retrieved crunch.4.0.0 (cached)
#19 10.20 -> retrieved csexp.1.5.2 (cached)
#19 10.31 -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0 (cached)
#19 10.31 -> installed conf-gmp-powm-sec.4
#19 10.31 -> installed conf-libffi.2.0.0
#19 10.31 -> installed conf-sqlite3.1
#19 10.32 -> retrieved csv.2.4 (cached)
#19 10.54 -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)
#19 11.21 -> retrieved current.dev (no changes)
#19 11.66 -> retrieved current_github.dev (no changes)
#19 11.67 -> retrieved current_incr.0.6.1 (cached)
#19 11.82 -> retrieved current_ocluster.0.3.0, ocluster-api.0.3.0 (cached)
#19 13.49 -> retrieved current_git.dev (no changes)
#19 13.56 -> retrieved current_docker.dev (no changes)
#19 13.58 -> retrieved current_rpc.dev (no changes)
#19 13.63 -> installed cmdliner.1.3.0
#19 13.74 -> retrieved decompress.1.5.3 (cached)
#19 13.83 -> retrieved dns.7.0.3, dns-client.7.0.3, dns-client-lwt.7.0.3, dns-client-mirage.7.0.3 (cached)
#19 13.94 -> retrieved dockerfile.8.3.6, dockerfile-opam.8.3.6 (cached)
#19 13.97 -> retrieved domain-name.0.5.0 (cached)
#19 13.97 -> retrieved duff.0.5 (cached)
#19 14.02 -> retrieved digestif.1.3.0 (cached)
#19 14.02 -> retrieved current_web.dev (no changes)
#19 14.03 -> retrieved dune-compiledb.0.6.0 (cached)
#19 14.04 -> retrieved duration.0.3.1 (cached)
#19 14.05 -> retrieved easy-format.1.3.4 (cached)
#19 14.05 -> retrieved emile.1.1 (cached)
#19 14.06 -> retrieved encore.0.8.1 (cached)
#19 14.07 -> retrieved ethernet.3.2.0 (cached)
#19 14.08 -> retrieved eqaf.0.9 (cached)
#19 14.10 -> retrieved ezjsonm.1.3.0 (cached)
#19 14.10 -> retrieved extunix.0.4.3 (cached)
#19 14.15 -> retrieved faraday.0.8.2 (cached)
#19 14.17 -> retrieved fmt.0.11.0 (cached)
#19 14.18 -> retrieved fpath.0.7.3 (cached)
#19 14.22 -> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0 (cached)
#19 14.27 -> retrieved github.4.5.1, github-data.4.5.1, github-unix.4.5.1 (cached)
#19 14.49 -> retrieved git.3.15.0, git-mirage.3.15.0, git-paf.3.15.0, git-unix.3.15.0 (cached)
#19 14.50 -> retrieved gmap.0.3.0 (cached)
#19 14.52 -> retrieved happy-eyeballs.0.6.0, happy-eyeballs-lwt.0.6.0, happy-eyeballs-mirage.0.6.0 (cached)
#19 14.53 -> retrieved hex.1.5.0 (cached)
#19 14.54 -> retrieved hkdf.1.0.4 (cached)
#19 14.68 -> retrieved h2.0.13.0, hpack.0.13.0 (cached)
#19 20.70 -> retrieved dune.3.22.2, dune-build-info.3.22.2, dune-configurator.3.22.2 (cached)
#19 22.17 -> retrieved httpaf.0.7.1 (cached)
#19 22.18 -> retrieved httpun-types.0.2.0 (cached)
#19 22.19 -> retrieved hxd.0.4.0 (cached)
#19 22.19 -> retrieved inotify.2.6 (cached)
#19 22.20 -> retrieved integers.0.7.0 (cached)
#19 22.24 -> retrieved ipaddr.5.6.2, ipaddr-cstruct.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2, macaddr-cstruct.5.6.2 (cached)
#19 22.31 -> retrieved irmin-watcher.0.5.0 (cached)
#19 22.32 -> retrieved jsonm.1.0.2 (cached)
#19 22.32 -> retrieved ke.0.6 (cached)
#19 22.34 -> retrieved logs.0.10.0 (cached)
#19 22.35 -> retrieved lru.0.3.1 (cached)
#19 22.35 -> retrieved lwt-dllist.1.1.0 (cached)
#19 22.39 -> retrieved lwt.6.1.1 (cached)
#19 22.40 -> retrieved magic-mime.1.3.1 (cached)
#19 22.41 -> retrieved metrics.0.5.0 (cached)
#19 22.42 -> retrieved mimic.0.0.6, mimic-happy-eyeballs.0.0.6 (cached)
#19 23.35 -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
#19 23.36 -> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (cached)
#19 23.63 -> retrieved mirage-crypto.0.11.3, mirage-crypto-ec.0.11.3, mirage-crypto-pk.0.11.3, mirage-crypto-rng.0.11.3, mirage-crypto-rng-lwt.0.11.3 (cached)
#19 23.64 -> retrieved mirage-flow.3.0.0 (cached)
#19 23.73 -> retrieved mirage-kv.6.1.1 (cached)
#19 23.74 -> retrieved mirage-net.4.0.0 (cached)
#19 23.74 -> retrieved mirage-random.3.0.0 (cached)
#19 23.75 -> retrieved mirage-time.3.0.0 (cached)
#19 23.75 -> retrieved mirage-unix.5.0.1 (cached)
#19 23.76 -> retrieved mtime.2.1.0 (cached)
#19 23.78 -> retrieved multipart_form.0.8.0, multipart_form-lwt.0.8.0 (cached)
#19 23.82 -> retrieved mirage-runtime.4.10.6 (cached)
#19 23.83 -> retrieved num.1.6 (cached)
#19 23.85 -> retrieved obuilder-spec.0.6.0 (cached)
#19 23.92 -> retrieved ocaml-compiler-libs.v0.12.4 (cached)
#19 23.93 -> retrieved ocaml-syntax-shims.1.0.0 (cached)
#19 23.96 -> retrieved ocaml-version.4.1.0 (cached)
#19 23.99 -> retrieved ocamlbuild.0.16.1 (cached)
#19 24.04 -> retrieved ocamlfind.1.9.8 (cached)
#19 24.17 -> retrieved ocamlgraph.2.2.0 (cached)
#19 24.18 -> retrieved ocplib-endian.1.2 (cached)
#19 24.19 -> retrieved omigrate.0.3.2 (cached)
#19 24.20 -> retrieved opam-0install.0.5.1 (cached)
#19 24.21 -> retrieved opam-file-format.2.2.0 (cached)
#19 24.22 -> retrieved optint.0.3.0 (cached)
#19 24.24 -> retrieved paf.0.5.0 (cached)
#19 24.83 -> retrieved opam-core.2.5.1, opam-format.2.5.1, opam-repository.2.5.1, opam-state.2.5.1 (cached)
#19 24.84 -> retrieved parsexp.v0.16.0 (cached)
#19 24.85 -> retrieved patch.3.1.0 (cached)
#19 24.86 -> retrieved pbkdf.1.2.0 (cached)
#19 24.86 -> retrieved pecu.0.7 (cached)
#19 24.87 -> retrieved ppx_compare.v0.16.0 (cached)
#19 24.88 -> retrieved ppx_custom_printf.v0.16.0 (cached)
#19 24.92 -> retrieved pgx.2.2, pgx_lwt.2.2, pgx_lwt_unix.2.2 (cached)
#19 24.92 -> retrieved ppx_derivers.1.2.1 (cached)
#19 24.93 -> retrieved ppx_deriving.6.0.3 (cached)
#19 24.94 -> retrieved ppx_deriving_yojson.3.9.1 (cached)
#19 25.01 -> retrieved ppx_sexp_conv.v0.16.0 (cached)
#19 25.01 -> retrieved prettym.0.0.5 (cached)
#19 25.07 -> retrieved prometheus.1.3, prometheus-app.1.3 (cached)
#19 25.08 -> retrieved psq.0.2.1 (cached)
#19 25.09 -> retrieved randomconv.0.1.3 (cached)
#19 25.10 -> retrieved ptime.1.2.0 (cached)
#19 25.12 -> retrieved re.1.14.0 (cached)
#19 25.17 -> retrieved ppxlib.0.35.0 (cached)
#19 25.18 -> retrieved res.5.0.2 (cached)
#19 25.18 -> retrieved result.1.5 (cached)
#19 25.18 -> retrieved seq.base (cached)
#19 25.21 -> installed seq.base
#19 25.21 -> retrieved routes.2.0.0 (cached)
#19 25.24 -> retrieved rresult.0.7.0 (cached)
#19 25.32 -> retrieved session.0.5.0, session-cohttp.0.5.0, session-cohttp-lwt.0.5.0 (cached)
#19 25.33 -> retrieved sexplib.v0.16.0 (cached)
#19 25.33 -> retrieved sexplib0.v0.16.0 (cached)
#19 25.34 -> retrieved sha.1.15.4 (cached)
#19 25.47 -> installed num.1.6
#19 25.78 -> retrieved solver-service-api.dev (no changes)
#19 25.80 -> retrieved spdx_licenses.1.4.0 (cached)
#19 25.80 -> retrieved solver-service.dev (no changes)
#19 25.80 -> retrieved solver-worker.dev (no changes)
#19 25.81 -> retrieved stdio.v0.16.0 (cached)
#19 25.83 -> retrieved stdint.0.7.2 (cached)
#19 25.83 -> retrieved sqlite3.5.4.1 (cached)
#19 25.90 -> retrieved stdlib-shims.0.3.0 (cached)
#19 25.91 -> retrieved stringext.1.6.0 (cached)
#19 25.93 -> retrieved swhid_core.0.1 (cached)
#19 25.96 -> retrieved tar.2.6.0, tar-unix.2.6.0 (cached)
#19 25.98 -> retrieved tcpip.8.0.0 (cached)
#19 26.56 -> retrieved timedesc.3.1.0, timedesc-tzdb.3.1.0, timedesc-tzlocal.3.1.0 (cached)
#19 26.62 -> retrieved tls.0.17.3, tls-lwt.0.17.3, tls-mirage.0.17.3 (cached)
#19 26.63 -> retrieved topkg.1.1.1 (cached)
#19 26.75 -> retrieved tyxml.4.6.0 (cached)
#19 26.75 -> retrieved unstrctrd.0.4 (cached)
#19 26.77 -> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
#19 26.77 -> retrieved uuidm.0.9.10 (cached)
#19 26.79 -> retrieved uutf.1.0.4 (cached)
#19 26.81 -> retrieved x509.0.16.5 (cached)
#19 26.82 -> retrieved zarith.1.14 (cached)
#19 26.86 -> retrieved yojson.3.0.0 (cached)
#19 27.58 -> installed ocamlfind.1.9.8
#19 27.59 -> installed base-bytes.base
#19 29.70 -> installed ocamlbuild.0.16.1
#19 30.41 -> installed zarith.1.14
#19 34.19 -> installed topkg.1.1.1
#19 34.70 -> installed asetmap.0.8.1
#19 34.79 -> installed rresult.0.7.0
#19 35.09 -> installed uuidm.0.9.10
#19 35.36 -> installed uutf.1.0.4
#19 35.44 -> installed mtime.2.1.0
#19 35.56 -> installed fmt.0.11.0
#19 35.66 -> installed ptime.1.2.0
#19 35.95 -> installed astring.0.8.5
#19 36.47 -> installed jsonm.1.0.2
#19 36.72 -> installed fpath.0.7.3
#19 44.76 -> installed dune.3.22.2
#19 47.81 -> installed 0install-solver.2.18
#19 47.83 -> installed base64.3.5.2
#19 47.84 -> installed bstr.0.0.4
#19 47.85 -> installed camlp-streams.5.0.1
#19 47.87 -> installed cppo.1.8.0
#19 47.90 -> installed crunch.4.0.0
#19 47.94 -> installed csexp.1.5.2
#19 49.54 -> installed cstruct.6.2.0
#19 49.68 -> installed csv.2.4
#19 49.69 -> installed current_incr.0.6.1
#19 49.70 -> installed domain-name.0.5.0
#19 49.71 -> installed duff.0.5
#19 49.72 -> installed dune-build-info.3.22.2
#19 49.73 -> installed duration.0.3.1
#19 49.74 -> installed easy-format.1.3.4
#19 49.75 -> installed gmap.0.3.0
#19 49.77 -> installed http.6.0.0
#19 49.84 -> installed ke.0.6
#19 49.85 -> installed lwt-dllist.1.1.0
#19 49.90 -> installed macaddr.5.6.2
#19 49.93 -> installed magic-mime.1.3.1
#19 49.93 -> installed menhirCST.20260209
#19 49.96 -> installed menhirGLR.20260209
#19 50.06 -> installed menhirLib.20260209
#19 50.07 -> installed menhirSdk.20260209
#19 50.28 -> installed metrics.0.5.0
#19 50.29 -> installed mirage-clock.4.2.0
#19 50.31 -> installed ocaml-compiler-libs.v0.12.4
#19 50.36 -> installed ocaml-syntax-shims.1.0.0
#19 50.37 -> installed ocaml-version.4.1.0
#19 50.55 -> installed ocamlgraph.2.2.0
#19 50.57 -> installed optint.0.3.0
#19 50.63 -> installed patch.3.1.0
#19 50.64 -> installed pecu.0.7
#19 50.64 -> installed ppx_derivers.1.2.1
#19 50.65 -> installed psq.0.2.1
#19 50.75 -> installed re.1.14.0
#19 50.85 -> installed res.5.0.2
#19 50.86 -> installed result.1.5
#19 50.87 -> installed sexplib0.v0.16.0
#19 50.91 -> installed spdx_licenses.1.4.0
#19 50.99 -> installed stdint.0.7.2
#19 51.00 -> installed stdlib-shims.0.3.0
#19 51.11 -> installed stringext.1.6.0
#19 51.12 -> installed swhid_core.0.1
#19 51.18 -> installed yojson.3.0.0
#19 51.19 -> installed ocplib-endian.1.2
#19 51.24 -> installed dune-configurator.3.22.2
#19 51.43 -> installed asn1-combinators.0.2.6
#19 51.45 -> installed cstruct-unix.6.2.0
#19 51.48 -> installed eqaf.0.9
#19 51.62 -> installed hex.1.5.0
#19 51.63 -> installed mirage-random.3.0.0
#19 51.65 -> installed randomconv.0.1.3
#19 51.68 -> installed biniou.1.2.2
#19 51.92 -> installed prettym.0.0.5
#19 51.95 -> installed ipaddr.5.6.2
#19 51.96 -> installed macaddr-cstruct.5.6.2
#19 51.97 -> installed lru.0.3.1
#19 51.98 -> installed routes.2.0.0
#19 52.05 -> installed integers.0.7.0
#19 52.18 -> installed timedesc-tzdb.3.1.0
#19 52.21 -> installed timedesc-tzlocal.3.1.0
#19 52.22 -> installed bigstringaf.0.10.0
#19 52.24 -> installed mirage-clock-unix.4.2.0
#19 52.30 -> installed ezjsonm.1.3.0
#19 52.33 -> installed checkseum.0.5.3
#19 52.43 -> installed atdgen-runtime.4.2.0
#19 52.44 -> installed ipaddr-cstruct.5.6.2
#19 52.45 -> installed sha.1.15.4
#19 52.67 -> installed faraday.0.8.2
#19 52.74 -> installed parsexp.v0.16.0
#19 52.95 -> installed digestif.1.3.0
#19 52.96 -> installed angstrom.0.16.1
#19 53.25 -> installed httpun-types.0.2.0
#19 53.41 -> installed mirage-crypto.0.11.3
#19 53.47 -> installed encore.0.8.1
#19 53.54 -> installed emile.1.1
#19 53.62 -> installed pbkdf.1.2.0
#19 53.64 -> installed hkdf.1.0.4
#19 53.69 -> installed unstrctrd.0.4
#19 53.77 -> installed httpaf.0.7.1
#19 53.80 -> installed hpack.0.13.0
#19 54.03 -> installed sexplib.v0.16.0
#19 54.09 -> installed decompress.1.5.3
#19 54.63 -> installed tar.2.6.0
#19 54.66 -> installed dune-compiledb.0.6.0
#19 54.86 -> installed timedesc.3.1.0
#19 54.91 -> installed h2.0.13.0
#19 55.19 -> installed lwt.6.1.1
#19 55.36 -> installed uri.4.4.0
#19 55.43 -> installed cstruct-lwt.6.2.0
#19 55.49 -> installed mirage-flow.3.0.0
#19 55.58 -> installed tyxml.4.6.0
#19 55.60 -> installed inotify.2.6
#19 55.60 -> installed mirage-kv.6.1.1
#19 55.62 -> installed mirage-net.4.0.0
#19 55.65 -> installed mirage-time.3.0.0
#19 55.66 -> installed prometheus.1.3
#19 55.96 -> installed ansi.0.7.0
#19 56.06 -> installed tar-unix.2.6.0
#19 56.10 -> installed sqlite3.5.4.1
#19 56.44 -> installed hxd.0.4.0
#19 56.64 -> installed logs.0.10.0
#19 57.09 -> installed ethernet.3.2.0
#19 57.14 -> installed happy-eyeballs.0.6.0
#19 57.24 -> installed mimic.0.0.6
#19 57.26 -> installed mirage-runtime.4.10.6
#19 57.44 -> installed mirage-crypto-rng.0.11.3
#19 57.66 -> installed arp.3.1.1
#19 57.70 -> installed mirage-unix.5.0.1
#19 57.78 -> installed mirage-crypto-rng-lwt.0.11.3
#19 57.87 -> installed multipart_form.0.8.0
#19 57.90 -> installed session.0.5.0
#19 58.06 -> installed opam-core.2.5.1
#19 58.07 -> installed mirage-crypto-pk.0.11.3
#19 58.12 -> installed capnp-rpc.1.2.3
#19 58.14 -> installed multipart_form-lwt.0.8.0
#19 58.31 -> installed ctypes.0.24.0
#19 58.66 -> installed menhir.20260209
#19 59.32 -> installed base.v0.16.5
#19 59.36 -> installed dns.7.0.3
#19 59.58 -> installed tcpip.8.0.0
#19 59.60 -> installed opam-file-format.2.2.0
#19 59.79 -> installed bos.0.3.0
#19 59.81 -> installed stdio.v0.16.0
#19 60.13 -> installed ctypes-foreign.0.24.0
#19 60.24 -> installed dns-client.7.0.3
#19 60.28 -> installed cf.0.5.0
#19 60.37 -> installed fsevents.0.3.0
#19 60.41 -> installed cf-lwt.0.5.0
#19 60.47 -> installed fsevents-lwt.0.3.0
#19 60.87 -> installed atd.4.2.0
#19 61.07 -> installed carton.0.7.2
#19 61.16 -> installed irmin-watcher.0.5.0
#19 61.23 -> installed mirage-crypto-ec.0.11.3
#19 61.41 -> installed carton-lwt.0.7.2
#19 61.78 -> installed carton-git.0.7.2
#19 62.54 -> installed atdgen.4.2.0
#19 62.90 -> installed x509.0.16.5
#19 63.18 -> installed ca-certs.0.2.3
#19 64.11 -> installed ca-certs-nss.3.101
#19 64.71 -> installed git.3.15.0
#19 64.86 -> installed awa.0.3.0
#19 65.01 -> installed tls.0.17.3
#19 65.18 -> installed awa-mirage.0.3.0
#19 65.35 -> installed opam-format.2.5.1
#19 65.51 -> installed tls-lwt.0.17.3
#19 65.54 -> installed tls-mirage.0.17.3
#19 65.91 -> installed dns-client-lwt.7.0.3
#19 65.98 -> installed dns-client-mirage.7.0.3
#19 66.13 -> installed capnp.3.6.0
#19 66.17 -> installed paf.0.5.0
#19 66.30 -> installed happy-eyeballs-mirage.0.6.0
#19 66.58 -> installed mimic-happy-eyeballs.0.0.6
#19 66.59 -> installed git-paf.3.15.0
#19 67.01 -> installed happy-eyeballs-lwt.0.6.0
#19 67.02 -> installed git-mirage.3.15.0
#19 68.76 -> installed ppxlib.0.35.0
#19 69.29 -> installed git-unix.3.15.0
#19 69.46 -> installed github-data.4.5.1
#19 69.57 -> installed capnp-rpc-lwt.1.2.3
#19 69.73 -> installed opam-repository.2.5.1
#19 70.64 -> installed capnp-rpc-net.1.2.3
#19 70.94 -> installed current_rpc.dev
#19 70.98 -> installed ppx_compare.v0.16.0
#19 72.26 -> installed ppx_deriving.6.0.3
#19 72.41 -> installed ppx_sexp_conv.v0.16.0
#19 73.95 -> installed ipaddr-sexp.5.6.2
#19 74.04 -> installed uri-sexp.4.4.0
#19 74.26 -> installed dockerfile.8.3.6
#19 74.33 -> installed obuilder-spec.0.6.0
#19 74.35 -> installed ppx_deriving_yojson.3.9.1
#19 75.20 -> installed current.dev
#19 75.40 -> installed opam-state.2.5.1
#19 75.59 -> installed conduit.6.2.3
#19 75.97 -> installed ppx_custom_printf.v0.16.0
#19 76.30 -> installed cohttp.6.0.0
#19 76.47 -> installed solver-service-api.dev
#19 76.53 -> installed dockerfile-opam.8.3.6
#19 76.64 -> installed opam-0install.0.5.1
#19 76.68 -> installed session-cohttp.0.5.0
#19 76.89 -> installed extunix.0.4.3
#19 77.17 -> installed conduit-lwt.6.2.3
#19 77.24 -> installed current_git.dev
#19 77.72 -> installed capnp-rpc-unix.1.2.3
#19 78.27 -> installed pgx.2.2
#19 78.38 -> installed cohttp-lwt.6.0.0
#19 78.65 -> installed session-cohttp-lwt.0.5.0
#19 78.67 -> installed pgx_lwt.2.2
#19 78.90 -> installed ocluster-api.0.3.0
#19 79.08 -> installed pgx_lwt_unix.2.2
#19 79.14 -> installed conduit-lwt-unix.6.2.3
#19 79.28 -> installed current_docker.dev
#19 79.62 -> installed github.4.5.1
#19 80.21 -> installed omigrate.0.3.2
#19 80.53 -> installed current_ocluster.0.3.0
#19 80.99 -> installed cohttp-lwt-unix.6.0.0
#19 81.18 -> installed solver-service.dev
#19 81.38 -> installed prometheus-app.1.3
#19 83.50 -> installed github-unix.4.5.1
#19 84.20 -> installed solver-worker.dev
#19 84.23 -> installed current_web.dev
#19 86.44 -> installed current_github.dev
#19 90.00 Done.
#19 90.00
#19 90.00 <><> mirage-random.3.0.0 installed successfully <><><><><><><><><><><><><><><><>
#19 90.00 => Note: This package is deprecated.
#19 90.00 => mirage-random is deprecated
#19 90.00
#19 90.00 <><> hkdf.1.0.4 installed successfully ><><><><><><><><><><><><><><><><><><><><>
#19 90.00 => Note: This package is deprecated.
#19 90.00 # To update the current shell environment, run: eval $(opam env)
#19 DONE 90.9s
#20 [build 11/12] ADD --chown=opam . .
#20 DONE 0.1s
#21 [build 12/12] RUN opam exec -- dune build ./_build/install/default/bin/ocaml-ci-service
#21 0.851 schema.capnp --> schema.mli schema.ml
#21 0.851 ocurrent.capnp --> ocurrent.mli ocurrent.ml
#21 DONE 6.9s
#22 [stage-1 3/6] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked apt update && apt-get --no-install-recommends install -y ca-certificates curl docker-cli dumb-init git graphviz libev4 libsqlite3-dev netbase openssh-client
#22 CACHED
#23 [stage-1 2/6] RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
#23 CACHED
#24 [stage-1 4/6] WORKDIR /var/lib/ocurrent
#24 CACHED
#25 [stage-1 5/6] COPY --from=build --link /src/_build/install/default/bin/ocaml-ci-service /usr/local/bin/
#25 DONE 0.1s
#26 [stage-1 6/6] COPY --from=build --link /src/migrations /migrations
#26 DONE 0.0s
#27 exporting to image
#27 exporting layers
#27 exporting layers 0.2s done
#27 writing image sha256:2380ef7de85985a8cd8fab13f103d192b98236d567917eee9dd4f9b97c57a76d done
#27 DONE 0.2s
Pushing "sha256:2380ef7de85985a8cd8fab13f103d192b98236d567917eee9dd4f9b97c57a76d" to "ocurrentbuilder/staging:live-ocurrent-ocaml-ci-service-linux-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrentbuilder/staging]
3606a9ef12f3: Preparing
296ea374c5f7: Preparing
ba9ee89a69cf: Preparing
2db63d01b6dc: Preparing
958274e75c21: Preparing
4a486d2d1769: Preparing
4a486d2d1769: Waiting
958274e75c21: Layer already exists
4a486d2d1769: Layer already exists
ba9ee89a69cf: Pushed
3606a9ef12f3: Pushed
296ea374c5f7: Pushed
2db63d01b6dc: Pushed
live-ocurrent-ocaml-ci-service-linux-arm64: digest: sha256:24018693501af561524c4ba64228f5339d99290ff6dc9eb17d35ee9b141824be size: 1574
The push refers to repository [docker.io/ocurrentbuilder/staging]
3606a9ef12f3: Preparing
296ea374c5f7: Preparing
ba9ee89a69cf: Preparing
2db63d01b6dc: Preparing
958274e75c21: Preparing
4a486d2d1769: Preparing
4a486d2d1769: Waiting
958274e75c21: Layer already exists
2db63d01b6dc: Layer already exists
ba9ee89a69cf: Layer already exists
3606a9ef12f3: Layer already exists
296ea374c5f7: Layer already exists
4a486d2d1769: Layer already exists
live-ocurrent-ocaml-ci-service-linux-arm64: digest: sha256:24018693501af561524c4ba64228f5339d99290ff6dc9eb17d35ee9b141824be size: 1574
Job succeeded
2026-05-28 12:08.38: Job succeeded