Build:
  1. 0
2025-12-09 19:12.43: New job: Build Dockerfile.worker using linux-x86_64 in
                                [https://github.com/ocurrent/ocluster.git#refs/pull/257/head (fdf4adeac0a70b57b9f48bf95367a32629762eed)]
2025-12-09 19:12.43: Using cache hint "https://github.com/ocurrent/ocluster.git-Dockerfile.worker"
2025-12-09 19:12.43: Waiting for resource in pool OCluster
2025-12-09 19:12.43: Waiting for worker…
2025-12-09 19:16.59: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
Submodule path 'obuilder': checked out 'c5f2c487976c3547c0e3abdc0d4a55f34f2af9c1'
HEAD is now at a1ac83e Use Debian 13
Synchronizing submodule url for 'obuilder'
Cleared directory 'obuilder'
Submodule 'obuilder' (https://github.com/ocurrent/obuilder.git) unregistered for path 'obuilder'
HEAD is now at fdf4ade revert most things as x86_32 not supported
warning: Could not unset core.worktree setting in submodule 'obuilder'
Cleared directory 'obuilder'
Submodule 'obuilder' (https://github.com/ocurrent/obuilder.git) registered for path 'obuilder'
Submodule path 'obuilder': checked out 'c5f2c487976c3547c0e3abdc0d4a55f34f2af9c1'
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile.worker
#1 transferring dockerfile: 1.22kB done
#1 DONE 0.1s

#2 [internal] load metadata for docker.io/ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:7471c0fed839ffc6c3945a7fbe6d1a5cee5a8d7e89189f1ded78d2081bdadacc
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/ubuntu:noble
#3 DONE 0.7s

#4 [internal] load .dockerignore
#4 transferring context: 159B done
#4 DONE 0.1s

#5 [build  1/12] FROM docker.io/ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:7471c0fed839ffc6c3945a7fbe6d1a5cee5a8d7e89189f1ded78d2081bdadacc
#5 DONE 0.0s

#6 [stage-1 1/4] FROM docker.io/library/ubuntu:noble@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54
#6 DONE 0.0s

#7 [stage-1 2/4] RUN apt-get update && apt-get install docker.io libev4 curl gnupg2 git libsqlite3-dev ca-certificates netbase -y --no-install-recommends
#7 CACHED

#8 [stage-1 3/4] WORKDIR /var/lib/ocluster-worker
#8 CACHED

#9 [internal] load build context
#9 transferring context: 851.52kB 0.0s done
#9 DONE 0.1s

#10 [build  2/12] RUN sudo apt-get update && sudo apt-get install libev-dev capnproto libcapnp-dev m4 pkg-config libsqlite3-dev libgmp-dev -y --no-install-recommends
#10 CACHED

#11 [build  3/12] RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni
#11 CACHED

#12 [build  4/12] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 5d3f0d1d655199e596a1e785e69fae8fad78cad3 && opam update
#12 CACHED

#13 [build  5/12] COPY --chown=opam ocluster-api.opam ocluster-worker.opam ocluster.opam /src/
#13 DONE 0.1s

#14 [build  6/12] COPY --chown=opam obuilder/obuilder.opam obuilder/obuilder-spec.opam /src/obuilder/
#14 DONE 0.1s

#15 [build  7/12] RUN opam pin -yn /src/obuilder/
#15 0.868 This will pin the following packages: obuilder-spec, obuilder. Continue? [Y/n] y
#15 2.039 obuilder-spec is now pinned to file:///src/obuilder (version 0.6.0)
#15 2.040 obuilder is now pinned to file:///src/obuilder (version 0.6.0)
#15 DONE 2.1s

#16 [build  8/12] WORKDIR /src
#16 DONE 0.1s

#17 [build  9/12] RUN opam install -y --deps-only .
#17 10.92 The following actions will be performed:
#17 10.92   - install conf-capnproto        2
#17 10.92   - install conf-bash             1
#17 10.92   - install num                   1.5-1
#17 10.92   - install ocamlfind             1.9.6
#17 10.92   - install conf-libev            4-12
#17 10.92   - install conf-gmp              4
#17 10.92   - install conf-pkg-config       3
#17 10.92   - install ocamlbuild            0.15.0
#17 10.92   - install seq                   base
#17 10.92   - install dune                  3.16.0
#17 10.92   - install cmdliner              1.3.0
#17 10.92   - install base-bytes            base
#17 10.92   - install conf-gmp-powm-sec     3
#17 10.92   - install zarith                1.14
#17 10.92   - install conf-sqlite3          1
#17 10.92   - install topkg                 1.0.7
#17 10.92   - install yojson                2.2.2
#17 10.92   - install stringext             1.6.0
#17 10.92   - install stdlib-shims          0.3.0
#17 10.92   - install stdint                0.7.2
#17 10.92   - install sexplib0              v0.16.0
#17 10.92   - install result                1.5
#17 10.92   - install res                   5.0.1
#17 10.92   - install re                    1.12.0
#17 10.92   - install psq                   0.2.1
#17 10.92   - install ppx_derivers          1.2.1
#17 10.92   - install optint                0.3.0
#17 10.92   - install ocaml-syntax-shims    1.0.0
#17 10.92   - install ocaml-compiler-libs   v0.12.4
#17 10.92   - install mirage-clock          4.2.0
#17 10.92   - install magic-mime            1.3.1
#17 10.92   - install macaddr               5.6.0
#17 10.92   - install lwt-dllist            1.0.1
#17 10.92   - install jane-street-headers   v0.16.0
#17 10.92   - install gmap                  0.3.0
#17 10.92   - install duration              0.2.1
#17 10.92   - install dune-build-info       3.16.0
#17 10.92   - install domain-name           0.4.0
#17 10.92   - install csexp                 1.5.2
#17 10.92   - install cppo                  1.7.0
#17 10.92   - install camlp-streams         5.0.1
#17 10.92   - install base64                3.5.1
#17 10.92   - install uutf                  1.0.3
#17 10.92   - install rresult               0.7.0
#17 10.92   - install ptime                 1.2.0
#17 10.92   - install mtime                 2.1.0
#17 10.92   - install fmt                   0.9.0
#17 10.92   - install astring               0.8.5
#17 10.92   - install asetmap               0.8.1
#17 10.92   - install sha                   1.15.4
#17 10.92   - install parsexp               v0.16.0
#17 10.92   - install ppxlib                0.33.0
#17 10.92   - install ipaddr                5.6.0
#17 10.92   - install dune-configurator     3.16.0
#17 10.92   - install ocplib-endian         1.2
#17 10.92   - install jsonm                 1.0.2
#17 10.92   - install crunch                3.3.1
#17 10.92   - install cstruct               6.2.0
#17 10.92   - install fpath                 0.7.3
#17 10.92   - install sexplib               v0.16.0
#17 10.92   - install ppx_deriving          6.0.3
#17 10.92   - install sqlite3               5.2.0
#17 10.92   - install extunix               0.4.2
#17 10.92   - install checkseum             0.5.2
#17 10.92   - install bigstringaf           0.10.0
#17 10.92   - install base                  v0.16.3
#17 10.92   - install lwt                   5.7.0
#17 10.92   - install eqaf                  0.9
#17 10.92   - install asn1-combinators      0.2.6
#17 10.92   - install ppx_deriving_yojson   3.9.0
#17 10.92   - install decompress            1.5.3
#17 10.92   - install angstrom              0.16.1
#17 10.92   - install stdio                 v0.16.0
#17 10.92   - install ppx_sexp_conv         v0.16.0
#17 10.92   - install ppx_here              v0.16.0
#17 10.92   - install ppx_globalize         v0.16.0
#17 10.92   - install ppx_enumerate         v0.16.0
#17 10.92   - install ppx_compare           v0.16.0
#17 10.92   - install ppx_cold              v0.16.0
#17 10.92   - install prometheus            1.2
#17 10.92   - install mirage-kv             6.1.1
#17 10.92   - install mirage-flow           3.0.0
#17 10.92   - install logs                  0.7.0
#17 10.92   - install cstruct-lwt           6.2.0
#17 10.92   - install mirage-crypto         0.11.3
#17 10.92   - install digestif              1.2.0
#17 10.92   - install tar                   2.6.0
#17 10.92   - install uri                   4.4.0
#17 10.92   - install ppx_optcomp           v0.16.0
#17 10.92   - install capnp                 3.6.0
#17 10.92   - install obuilder-spec         0.6.0*
#17 10.92   - install ipaddr-sexp           5.6.0
#17 10.92   - install ppx_hash              v0.16.0
#17 10.92   - install ppx_assert            v0.16.0
#17 10.92   - install capnp-rpc             1.2.3
#17 10.92   - install bos                   0.2.1
#17 10.92   - install pbkdf                 1.2.0
#17 10.92   - install mirage-crypto-rng     0.11.3
#17 10.92   - install hkdf                  1.0.4
#17 10.92   - install tar-unix              2.6.0
#17 10.92   - install uri-sexp              4.4.0
#17 10.92   - install conduit               7.1.0
#17 10.92   - install ppx_base              v0.16.0
#17 10.92   - install jst-config            v0.16.0
#17 10.92   - install capnp-rpc-lwt         1.2.3
#17 10.92   - install mirage-crypto-rng-lwt 0.11.3
#17 10.92   - install mirage-crypto-pk      0.11.3
#17 10.92   - install mirage-crypto-ec      0.11.3
#17 10.92   - install obuilder              0.6.0*
#17 10.92   - install cohttp                5.3.1
#17 10.92   - install conduit-lwt           7.1.0
#17 10.92   - install time_now              v0.16.0
#17 10.92   - install x509                  0.16.5
#17 10.92   - install cohttp-lwt            5.3.0
#17 10.92   - install ppx_inline_test       v0.16.1
#17 10.92   - install tls                   0.17.3
#17 10.92   - install ca-certs              0.2.3
#17 10.92   - install ppx_expect            v0.16.0
#17 10.92   - install tls-mirage            0.17.3
#17 10.92   - install conduit-lwt-unix      7.1.0
#17 10.92   - install capnp-rpc-net         1.2.3
#17 10.92   - install cohttp-lwt-unix       5.3.0
#17 10.92   - install capnp-rpc-unix        1.2.3
#17 10.92   - install prometheus-app        1.2
#17 10.92 ===== 124 to install =====
#17 10.94 
#17 10.94 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#17 11.26 -> retrieved asetmap.0.8.1  (http://erratique.ch/software/asetmap/releases/asetmap-0.8.1.tbz)
#17 11.38 -> retrieved asn1-combinators.0.2.6  (https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v0.2.6/asn1-combinators-v0.2.6.tbz)
#17 11.55 -> retrieved angstrom.0.16.1  (https://github.com/inhabitedtype/angstrom/archive/0.16.1.tar.gz)
#17 11.71 -> retrieved astring.0.8.5  (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
#17 11.88 -> retrieved base64.3.5.1  (https://github.com/mirage/ocaml-base64/releases/download/v3.5.1/base64-3.5.1.tbz)
#17 11.96 -> retrieved base.v0.16.3  (https://github.com/janestreet/base/archive/refs/tags/v0.16.3.tar.gz)
#17 12.12 -> retrieved bos.0.2.1  (https://erratique.ch/software/bos/releases/bos-0.2.1.tbz)
#17 12.26 -> retrieved bigstringaf.0.10.0  (https://github.com/inhabitedtype/bigstringaf/archive/0.10.0.tar.gz)
#17 12.30 -> retrieved ca-certs.0.2.3  (https://github.com/mirage/ca-certs/releases/download/v0.2.3/ca-certs-0.2.3.tbz)
#17 12.57 -> retrieved capnp.3.6.0  (https://github.com/capnproto/capnp-ocaml/releases/download/v3.6.0/capnp-3.6.0.tbz)
#17 12.66 -> retrieved camlp-streams.5.0.1  (https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz)
#17 12.70 -> retrieved capnp-rpc.1.2.3  (https://github.com/mirage/capnp-rpc/releases/download/v1.2.3/capnp-rpc-1.2.3.tbz)
#17 12.74 -> retrieved capnp-rpc-net.1.2.3  (cached)
#17 12.79 -> retrieved capnp-rpc-unix.1.2.3  (cached)
#17 12.82 -> retrieved capnp-rpc-lwt.1.2.3  (https://github.com/mirage/capnp-rpc/releases/download/v1.2.3/capnp-rpc-1.2.3.tbz)
#17 13.01 -> retrieved cmdliner.1.3.0  (https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz)
#17 24.50 -> retrieved checkseum.0.5.2  (https://github.com/mirage/checkseum/releases/download/v0.5.2/checkseum-0.5.2.tbz)
#17 24.54 -> retrieved cohttp.5.3.1  (https://github.com/mirage/ocaml-cohttp/releases/download/v5.3.1/cohttp-5.3.1.tbz)
#17 24.57 -> retrieved cohttp-lwt.5.3.0  (https://github.com/mirage/ocaml-cohttp/releases/download/v5.3.0/cohttp-5.3.0.tbz)
#17 24.60 -> retrieved cohttp-lwt-unix.5.3.0  (cached)
#17 24.91 -> retrieved conduit.7.1.0  (https://github.com/mirage/ocaml-conduit/releases/download/v7.1.0/conduit-7.1.0.tbz)
#17 24.96 -> retrieved conduit-lwt.7.1.0  (https://github.com/mirage/ocaml-conduit/releases/download/v7.1.0/conduit-7.1.0.tbz)
#17 24.97 -> retrieved conduit-lwt-unix.7.1.0  (https://github.com/mirage/ocaml-conduit/releases/download/v7.1.0/conduit-7.1.0.tbz)
#17 25.04 -> installed conf-bash.1
#17 25.05 -> retrieved conf-gmp.4  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-gmp/test.c.4)
#17 25.06 -> installed conf-capnproto.2
#17 25.07 -> retrieved conf-gmp-powm-sec.3  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-gmp-powm-sec/test.c.3)
#17 25.09 -> installed conf-pkg-config.3
#17 25.09 -> installed conf-sqlite3.1
#17 25.11 -> installed conf-gmp.4
#17 25.14 -> installed conf-gmp-powm-sec.3
#17 25.16 -> retrieved conf-libev.4-12  (2 extra sources)
#17 25.42 -> installed conf-libev.4-12
#17 25.43 -> retrieved crunch.3.3.1  (https://github.com/mirage/ocaml-crunch/releases/download/v3.3.1/crunch-3.3.1.tbz)
#17 25.45 -> retrieved csexp.1.5.2  (https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz)
#17 25.56 -> retrieved cppo.1.7.0  (https://github.com/ocaml-community/cppo/archive/refs/tags/v1.7.0.tar.gz)
#17 25.77 -> retrieved cstruct.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
#17 25.79 -> retrieved cstruct-lwt.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
#17 26.01 -> retrieved decompress.1.5.3  (https://github.com/mirage/decompress/releases/download/v1.5.3/decompress-1.5.3.tbz)
#17 26.05 -> retrieved domain-name.0.4.0  (https://github.com/hannesm/domain-name/releases/download/v0.4.0/domain-name-0.4.0.tbz)
#17 28.02 -> retrieved digestif.1.2.0  (https://github.com/mirage/digestif/releases/download/v1.2.0/digestif-1.2.0.tbz)
#17 29.03 -> retrieved dune.3.16.0  (https://github.com/ocaml/dune/releases/download/3.16.0/dune-3.16.0.tbz)
#17 30.88 -> retrieved dune-build-info.3.16.0  (https://github.com/ocaml/dune/releases/download/3.16.0/dune-3.16.0.tbz)
#17 31.95 -> retrieved dune-configurator.3.16.0  (cached)
#17 32.01 -> installed cmdliner.1.3.0
#17 32.04 -> retrieved duration.0.2.1  (https://github.com/hannesm/duration/releases/download/v0.2.1/duration-0.2.1.tbz)
#17 32.05 -> retrieved eqaf.0.9  (https://github.com/mirage/eqaf/releases/download/v0.9/eqaf-0.9.tbz)
#17 32.22 -> retrieved fmt.0.9.0  (https://erratique.ch/software/fmt/releases/fmt-0.9.0.tbz)
#17 32.25 -> retrieved fpath.0.7.3  (https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz)
#17 32.28 -> retrieved extunix.0.4.2  (https://github.com/ygrek/extunix/releases/download/v0.4.2/extunix-0.4.2.tbz)
#17 32.50 -> retrieved gmap.0.3.0  (https://github.com/hannesm/gmap/releases/download/0.3.0/gmap-0.3.0.tbz)
#17 32.58 -> retrieved ipaddr.5.6.0  (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.6.0/ipaddr-5.6.0.tbz)
#17 32.65 -> retrieved hkdf.1.0.4  (https://github.com/hannesm/ocaml-hkdf/releases/download/v1.0.4/hkdf-v1.0.4.tbz)
#17 32.66 -> retrieved ipaddr-sexp.5.6.0  (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.6.0/ipaddr-5.6.0.tbz)
#17 32.67 -> retrieved jane-street-headers.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jane-street-headers-v0.16.0.tar.gz)
#17 32.75 -> retrieved jst-config.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jst-config-v0.16.0.tar.gz)
#17 32.84 -> retrieved jsonm.1.0.2  (https://erratique.ch/software/jsonm/releases/jsonm-1.0.2.tbz)
#17 32.85 -> retrieved logs.0.7.0  (https://erratique.ch/software/logs/releases/logs-0.7.0.tbz)
#17 32.88 -> retrieved macaddr.5.6.0  (cached)
#17 33.11 -> retrieved lwt-dllist.1.0.1  (https://github.com/mirage/lwt-dllist/releases/download/v1.0.1/lwt-dllist-v1.0.1.tbz)
#17 33.29 -> retrieved lwt.5.7.0  (https://github.com/ocsigen/lwt/archive/refs/tags/5.7.0.tar.gz)
#17 34.21 -> retrieved magic-mime.1.3.1  (https://github.com/mirage/ocaml-magic-mime/releases/download/v1.3.1/magic-mime-1.3.1.tbz)
#17 35.00 -> retrieved mirage-crypto-ec.0.11.3  (https://github.com/mirage/mirage-crypto/releases/download/v0.11.3/mirage-crypto-0.11.3.tbz)
#17 35.44 -> retrieved mirage-crypto-pk.0.11.3  (cached)
#17 35.87 -> retrieved mirage-crypto-rng.0.11.3  (cached)
#17 36.29 -> retrieved mirage-crypto-rng-lwt.0.11.3  (cached)
#17 36.56 -> retrieved mirage-flow.3.0.0  (https://github.com/mirage/mirage-flow/releases/download/v3.0.0/mirage-flow-v3.0.0.tbz)
#17 36.83 -> retrieved mirage-kv.6.1.1  (https://github.com/mirage/mirage-kv/releases/download/v6.1.1/mirage-kv-6.1.1.tbz)
#17 37.00 -> retrieved mtime.2.1.0  (https://erratique.ch/software/mtime/releases/mtime-2.1.0.tbz)
#17 37.63 -> retrieved num.1.5-1  (https://github.com/ocaml/num/archive/v1.5.tar.gz)
#17 37.70 -> retrieved obuilder.0.6.0  (file:///src/obuilder)
#17 37.75 -> retrieved obuilder-spec.0.6.0  (file:///src/obuilder)
#17 38.05 -> retrieved ocaml-compiler-libs.v0.12.4  (https://github.com/janestreet/ocaml-compiler-libs/releases/download/v0.12.4/ocaml-compiler-libs-v0.12.4.tbz)
#17 38.31 -> retrieved ocaml-syntax-shims.1.0.0  (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
#17 38.47 -> retrieved mirage-clock.4.2.0  (https://github.com/mirage/mirage-clock/releases/download/v4.2.0/mirage-clock-4.2.0.tbz)
#17 38.87 -> installed num.1.5-1
#17 38.89 -> retrieved ocamlfind.1.9.6  (http://download.camlcity.org/download/findlib-1.9.6.tar.gz)
#17 38.98 -> retrieved mirage-crypto.0.11.3  (https://github.com/mirage/mirage-crypto/releases/download/v0.11.3/mirage-crypto-0.11.3.tbz)
#17 39.03 -> retrieved ocamlbuild.0.15.0  (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.15.0.tar.gz)
#17 39.13 -> retrieved parsexp.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/parsexp-v0.16.0.tar.gz)
#17 39.27 -> retrieved optint.0.3.0  (https://github.com/mirage/optint/releases/download/v0.3.0/optint-0.3.0.tbz)
#17 39.34 -> retrieved ppx_assert.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_assert-v0.16.0.tar.gz)
#17 39.40 -> retrieved ocplib-endian.1.2  (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
#17 39.43 -> retrieved ppx_base.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_base-v0.16.0.tar.gz)
#17 39.48 -> retrieved ppx_cold.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_cold-v0.16.0.tar.gz)
#17 39.51 -> retrieved ppx_compare.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_compare-v0.16.0.tar.gz)
#17 39.58 -> retrieved pbkdf.1.2.0  (https://github.com/abeaumont/ocaml-pbkdf/archive/1.2.0.tar.gz)
#17 39.85 -> retrieved ppx_deriving.6.0.3  (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v6.0.3/ppx_deriving-6.0.3.tbz)
#17 39.89 -> retrieved ppx_derivers.1.2.1  (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz)
#17 39.91 -> retrieved ppx_deriving_yojson.3.9.0  (https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.9.0/ppx_deriving_yojson-3.9.0.tbz)
#17 39.94 -> retrieved ppx_enumerate.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_enumerate-v0.16.0.tar.gz)
#17 40.02 -> retrieved ppx_expect.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_expect-v0.16.0.tar.gz)
#17 40.04 -> retrieved ppx_globalize.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_globalize-v0.16.0.tar.gz)
#17 40.05 -> retrieved ppx_hash.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_hash-v0.16.0.tar.gz)
#17 40.09 -> retrieved ppx_here.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_here-v0.16.0.tar.gz)
#17 40.14 -> retrieved ppx_optcomp.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_optcomp-v0.16.0.tar.gz)
#17 40.20 -> retrieved ppx_sexp_conv.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_sexp_conv-v0.16.0.tar.gz)
#17 40.61 -> retrieved ppxlib.0.33.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.33.0/ppxlib-0.33.0.tbz)
#17 40.63 -> retrieved ppx_inline_test.v0.16.1  (https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.16.1.tar.gz)
#17 40.64 -> retrieved prometheus.1.2  (https://github.com/mirage/prometheus/releases/download/v1.2/prometheus-1.2.tbz)
#17 40.65 -> retrieved prometheus-app.1.2  (cached)
#17 40.85 -> retrieved ptime.1.2.0  (https://erratique.ch/software/ptime/releases/ptime-1.2.0.tbz)
#17 40.92 -> retrieved psq.0.2.1  (https://github.com/pqwy/psq/releases/download/v0.2.1/psq-0.2.1.tbz)
#17 40.95 -> retrieved re.1.12.0  (https://github.com/ocaml/ocaml-re/releases/download/1.12.0/re-1.12.0.tbz)
#17 41.09 -> retrieved rresult.0.7.0  (https://erratique.ch/software/rresult/releases/rresult-0.7.0.tbz)
#17 41.17 -> retrieved res.5.0.1  (https://github.com/mmottl/res/releases/download/5.0.1/res-5.0.1.tbz)
#17 41.28 -> retrieved seq.base  (2 extra sources)
#17 41.36 -> installed ocamlfind.1.9.6
#17 41.37 -> installed base-bytes.base
#17 41.37 -> installed seq.base
#17 41.38 -> retrieved sexplib.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib-v0.16.0.tar.gz)
#17 41.41 -> retrieved result.1.5  (https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz)
#17 41.42 -> retrieved sexplib0.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib0-v0.16.0.tar.gz)
#17 41.71 -> retrieved sqlite3.5.2.0  (https://github.com/mmottl/sqlite3-ocaml/releases/download/5.2.0/sqlite3-5.2.0.tbz)
#17 41.80 -> retrieved stdio.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/stdio-v0.16.0.tar.gz)
#17 41.87 -> retrieved sha.1.15.4  (https://github.com/djs55/ocaml-sha/releases/download/v1.15.4/sha-1.15.4.tbz)
#17 41.93 -> retrieved stdint.0.7.2  (https://github.com/andrenth/ocaml-stdint/releases/download/0.7.2/stdint-0.7.2.tbz)
#17 42.10 -> retrieved stdlib-shims.0.3.0  (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
#17 42.15 -> retrieved stringext.1.6.0  (https://github.com/rgrinberg/stringext/releases/download/1.6.0/stringext-1.6.0.tbz)
#17 42.26 -> retrieved tar.2.6.0  (https://github.com/mirage/ocaml-tar/releases/download/v2.6.0/tar-2.6.0.tbz)
#17 42.27 -> retrieved tar-unix.2.6.0  (https://github.com/mirage/ocaml-tar/releases/download/v2.6.0/tar-2.6.0.tbz)
#17 42.28 -> retrieved time_now.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/time_now-v0.16.0.tar.gz)
#17 42.51 -> retrieved topkg.1.0.7  (https://erratique.ch/software/topkg/releases/topkg-1.0.7.tbz)
#17 42.63 -> retrieved tls.0.17.3  (https://github.com/mirleft/ocaml-tls/releases/download/v0.17.3/tls-0.17.3.tbz)
#17 42.66 -> retrieved tls-mirage.0.17.3  (https://github.com/mirleft/ocaml-tls/releases/download/v0.17.3/tls-0.17.3.tbz)
#17 42.83 -> retrieved uri-sexp.4.4.0  (https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-4.4.0.tbz)
#17 42.84 -> retrieved uutf.1.0.3  (https://erratique.ch/software/uutf/releases/uutf-1.0.3.tbz)
#17 42.85 -> retrieved uri.4.4.0  (https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-4.4.0.tbz)
#17 43.03 -> installed ocamlbuild.0.15.0
#17 43.17 -> installed dune.3.16.0
#17 44.25 -> installed base64.3.5.1
#17 44.26 -> installed camlp-streams.5.0.1
#17 44.27 -> installed cppo.1.7.0
#17 44.29 -> installed csexp.1.5.2
#17 45.13 -> installed domain-name.0.4.0
#17 45.14 -> installed duration.0.2.1
#17 45.14 -> installed gmap.0.3.0
#17 45.15 -> installed jane-street-headers.v0.16.0
#17 45.15 -> installed lwt-dllist.1.0.1
#17 45.16 -> installed macaddr.5.6.0
#17 45.18 -> installed magic-mime.1.3.1
#17 45.19 -> installed mirage-clock.4.2.0
#17 45.20 -> installed ocaml-compiler-libs.v0.12.4
#17 45.25 -> installed ocaml-syntax-shims.1.0.0
#17 45.30 -> installed optint.0.3.0
#17 45.30 -> installed ppx_derivers.1.2.1
#17 45.32 -> installed psq.0.2.1
#17 45.41 -> installed re.1.12.0
#17 45.43 -> installed res.5.0.1
#17 45.43 -> installed result.1.5
#17 45.45 -> installed sexplib0.v0.16.0
#17 45.49 -> installed stdint.0.7.2
#17 45.49 -> installed stdlib-shims.0.3.0
#17 45.55 -> installed stringext.1.6.0
#17 45.58 -> retrieved x509.0.16.5  (https://github.com/mirleft/ocaml-x509/releases/download/v0.16.5/x509-0.16.5.tbz)
#17 45.63 -> retrieved yojson.2.2.2  (https://github.com/ocaml-community/yojson/releases/download/2.2.2/yojson-2.2.2.tbz)
#17 45.69 -> retrieved zarith.1.14  (https://github.com/ocaml/Zarith/archive/release-1.14.tar.gz)
#17 45.70 -> installed ocplib-endian.1.2
#17 45.72 -> installed ipaddr.5.6.0
#17 46.25 -> installed sha.1.15.4
#17 46.26 -> installed dune-build-info.3.16.0
#17 46.45 -> installed parsexp.v0.16.0
#17 46.79 -> installed yojson.2.2.2
#17 46.82 -> installed topkg.1.0.7
#17 46.88 -> installed dune-configurator.3.16.0
#17 47.17 -> installed asetmap.0.8.1
#17 47.29 -> installed sexplib.v0.16.0
#17 47.29 -> installed rresult.0.7.0
#17 47.44 -> installed bigstringaf.0.10.0
#17 47.71 -> installed zarith.1.14
#17 47.73 -> installed checkseum.0.5.2
#17 47.76 -> installed uutf.1.0.3
#17 47.80 -> installed mtime.2.1.0
#17 47.85 -> installed angstrom.0.16.1
#17 47.87 -> installed fmt.0.9.0
#17 47.93 -> installed ptime.1.2.0
#17 48.01 -> installed sqlite3.5.2.0
#17 48.04 -> installed astring.0.8.5
#17 48.26 -> installed cstruct.6.2.0
#17 48.43 -> installed crunch.3.3.1
#17 48.65 -> installed fpath.0.7.3
#17 48.68 -> installed jsonm.1.0.2
#17 48.79 -> installed eqaf.0.9
#17 48.88 -> installed decompress.1.5.3
#17 48.95 -> installed asn1-combinators.0.2.6
#17 49.27 -> installed uri.4.4.0
#17 49.33 -> installed tar.2.6.0
#17 49.57 -> installed digestif.1.2.0
#17 49.63 -> installed lwt.5.7.0
#17 49.82 -> installed mirage-flow.3.0.0
#17 49.83 -> installed mirage-kv.6.1.1
#17 49.83 -> installed cstruct-lwt.6.2.0
#17 49.89 -> installed prometheus.1.2
#17 50.11 -> installed mirage-crypto.0.11.3
#17 50.28 -> installed hkdf.1.0.4
#17 50.29 -> installed pbkdf.1.2.0
#17 50.35 -> installed tar-unix.2.6.0
#17 50.75 -> installed logs.0.7.0
#17 51.22 -> installed base.v0.16.3
#17 51.31 -> installed mirage-crypto-rng.0.11.3
#17 51.50 -> installed stdio.v0.16.0
#17 51.60 -> installed mirage-crypto-rng-lwt.0.11.3
#17 51.71 -> installed capnp-rpc.1.2.3
#17 51.78 -> installed mirage-crypto-pk.0.11.3
#17 52.77 -> installed bos.0.2.1
#17 54.69 -> installed mirage-crypto-ec.0.11.3
#17 54.78 -> installed capnp.3.6.0
#17 55.77 -> installed ppxlib.0.33.0
#17 55.90 -> installed x509.0.16.5
#17 56.21 -> installed ca-certs.0.2.3
#17 56.39 -> installed ppx_globalize.v0.16.0
#17 56.62 -> installed capnp-rpc-lwt.1.2.3
#17 56.90 -> installed ppx_optcomp.v0.16.0
#17 57.24 -> installed ppx_cold.v0.16.0
#17 57.32 -> installed ppx_here.v0.16.0
#17 57.33 -> installed ppx_enumerate.v0.16.0
#17 57.38 -> installed tls.0.17.3
#17 57.62 -> installed ppx_compare.v0.16.0
#17 57.65 -> installed tls-mirage.0.17.3
#17 58.32 -> installed ppx_sexp_conv.v0.16.0
#17 58.42 -> installed capnp-rpc-net.1.2.3
#17 58.53 -> installed ppx_deriving.6.0.3
#17 58.57 -> installed obuilder-spec.0.6.0
#17 59.56 -> installed ipaddr-sexp.5.6.0
#17 59.58 -> installed uri-sexp.4.4.0
#17 59.78 -> installed ppx_hash.v0.16.0
#17 60.00 -> installed ppx_deriving_yojson.3.9.0
#17 60.45 -> installed ppx_assert.v0.16.0
#17 60.81 -> installed conduit.7.1.0
#17 61.18 -> installed ppx_base.v0.16.0
#17 61.22 -> installed cohttp.5.3.1
#17 61.95 -> installed conduit-lwt.7.1.0
#17 62.06 -> installed extunix.0.4.2
#17 62.13 -> installed obuilder.0.6.0
#17 62.55 -> installed cohttp-lwt.5.3.0
#17 62.58 -> installed jst-config.v0.16.0
#17 62.60 -> installed capnp-rpc-unix.1.2.3
#17 63.33 -> installed conduit-lwt-unix.7.1.0
#17 63.72 -> installed time_now.v0.16.0
#17 65.24 -> installed cohttp-lwt-unix.5.3.0
#17 65.52 -> installed prometheus-app.1.2
#17 65.94 -> installed ppx_inline_test.v0.16.1
#17 68.35 -> installed ppx_expect.v0.16.0
#17 71.13 Done.
#17 71.13 # Run eval $(opam env) to update the current shell environment
#17 DONE 81.1s

#18 [build 10/12] ADD --chown=opam . .
#18 DONE 0.2s

#19 [build 11/12] RUN opam exec -- dune subst
#19 DONE 0.3s

#20 [build 12/12] RUN opam exec -- dune build ./_build/install/default/bin/ocluster-worker
#20 0.439 File "dune-project", line 1, characters 11-15:
#20 0.439 1 | (lang dune 3.20)
#20 0.439                ^^^^
#20 0.439 Error: Version 3.20 of the dune language is not supported.
#20 0.439 Supported versions of this extension in version 3.20 of the dune language:
#20 0.439 - 1.0 to 1.12
#20 0.439 - 2.0 to 2.9
#20 0.439 - 3.0 to 3.16
#20 ERROR: process "/bin/sh -c opam exec -- dune build ./_build/install/default/bin/ocluster-worker" did not complete successfully: exit code: 1
------
 > [build 12/12] RUN opam exec -- dune build ./_build/install/default/bin/ocluster-worker:
0.439 File "dune-project", line 1, characters 11-15:
0.439 1 | (lang dune 3.20)
0.439                ^^^^
0.439 Error: Version 3.20 of the dune language is not supported.
0.439 Supported versions of this extension in version 3.20 of the dune language:
0.439 - 1.0 to 1.12
0.439 - 2.0 to 2.9
0.439 - 3.0 to 3.16
------
Dockerfile.worker:12
--------------------
  10 |     ADD --chown=opam . .
  11 |     RUN opam exec -- dune subst
  12 | >>> RUN opam exec -- dune build ./_build/install/default/bin/ocluster-worker
  13 |     
  14 |     FROM ubuntu:noble
--------------------
ERROR: failed to solve: process "/bin/sh -c opam exec -- dune build ./_build/install/default/bin/ocluster-worker" did not complete successfully: exit code: 1
docker-build failed with exit-code 1
2025-12-09 19:18.27: Job failed: Failed: Build failed