2026-03-14 10:17.23: New job: test tmcgilchrist/ocaml-gitlab https://github.com/tmcgilchrist/ocaml-gitlab.git#refs/pull/104/head (16900b7e50a21da3e5fc2d03cd377b1aa26e6f0f) (linux-arm64:debian-13-4.14_arm64_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada Opam project build To reproduce locally: git clone --recursive "https://github.com/tmcgilchrist/ocaml-gitlab.git" && cd "ocaml-gitlab" && git fetch origin "refs/pull/104/head" && git reset --hard 16900b7e cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada # debian-13-4.14_arm64_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 lab.opam gitlab.opam gitlab-unix.opam gitlab-jsoo.opam ./ RUN opam pin add -yn lab.dev './' && \ opam pin add -yn gitlab.dev './' && \ opam pin add -yn gitlab-unix.dev './' && \ opam pin add -yn gitlab-jsoo.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 atd.3.0.1 atdgen.3.0.1 atdgen-runtime.3.0.1 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.1.0 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-jsoo.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 easy-format.1.3.4 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.2.1 ISO8601.0.2.6 ipaddr.5.6.2 ipaddr-sexp.5.6.2 js_of_ocaml.6.3.2 js_of_ocaml-compiler.6.3.2 js_of_ocaml-lwt.6.3.2 js_of_ocaml-ppx.6.3.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.1 macaddr.5.6.2 magic-mime.1.3.1 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-crypto.2.0.3 mirage-crypto-ec.2.0.3 mirage-crypto-pk.2.0.3 mirage-crypto-rng.2.0.3 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 otoml.1.0.5 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lab.dev gitlab.dev gitlab-unix.dev gitlab-jsoo.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-03-14 10:17.23: Using cache hint "tmcgilchrist/ocaml-gitlab-ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada-debian-13-4.14_arm64_opam-2.5-1a365f85d4d889b9457d734b09b44810" 2026-03-14 10:17.23: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada) (comment debian-13-4.14_arm64_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src lab.opam gitlab.opam gitlab-unix.opam gitlab-jsoo.opam) (dst ./)) (run (network host) (shell "opam pin add -yn lab.dev './' && \ \nopam pin add -yn gitlab.dev './' && \ \nopam pin add -yn gitlab-unix.dev './' && \ \nopam pin add -yn gitlab-jsoo.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 atd.3.0.1 atdgen.3.0.1 atdgen-runtime.3.0.1 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.1.0 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-jsoo.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 easy-format.1.3.4 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.2.1 ISO8601.0.2.6 ipaddr.5.6.2 ipaddr-sexp.5.6.2 js_of_ocaml.6.3.2 js_of_ocaml-compiler.6.3.2 js_of_ocaml-lwt.6.3.2 js_of_ocaml-ppx.6.3.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.1 macaddr.5.6.2 magic-mime.1.3.1 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-crypto.2.0.3 mirage-crypto-ec.2.0.3 mirage-crypto-pk.2.0.3 mirage-crypto-rng.2.0.3 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 otoml.1.0.5 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y lab.dev gitlab.dev gitlab-unix.dev gitlab-jsoo.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-03-14 10:17.23: Waiting for resource in pool OCluster 2026-03-14 10:17.33: Waiting for worker… 2026-03-14 10:17.59: Got resource from pool OCluster Building on ainia.caelum.ci.dev All commits already cached HEAD is now at 16900b7 project/access_token: add self-rotate (from ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada' locally docker.io/ocaml/opam@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada: Pulling from ocaml/opam ac9148dc57ca: Already exists 7888403f6ebd: Already exists c624d8e138d3: Already exists bae5329cb92a: Already exists 6228156e24ec: Already exists d851fec6b77f: Already exists 45e3afcdcfef: Already exists b3e7f2150c0a: Already exists 91048a8ba3a7: Already exists 26a15cffb83a: Already exists 3c2f2520de0f: Already exists 9f731cc5daa6: Already exists 0809377d5f3c: Already exists ec4e42e8f98c: Already exists 065e3401ccf2: Already exists bce3ceded749: Already exists c4a4a6ab703b: Already exists aa84bc2cf05b: Already exists 0fb96351134e: Already exists a1735f92ccde: Already exists dce836972d90: Already exists 8a0c641e2184: Already exists 4f4fb700ef54: Already exists 44a2b50d619a: Already exists e27f63ab21e8: Already exists 826c3a0f7d41: Already exists 7fe544c7b3e6: Already exists efa4af957d6d: Already exists a2fa2f09a7e4: Already exists 3e0efbdba3cc: Already exists 4f299997ffd7: Already exists f868b4e81e65: Already exists 87577251fd14: Already exists 5e9e2e42ec71: Already exists 99812197be51: Already exists 8b48f92b9c03: Already exists 6336fa3f0edf: Already exists f03483f6ff47: Already exists 26c2642c44cf: Already exists 35e7bc3e512e: Already exists fb2e4e264f0c: Already exists 0302ffbcdd6f: Pulling fs layer b6103da63ef0: Pulling fs layer c8238d08ec04: Pulling fs layer 84114018616a: Pulling fs layer 84114018616a: Waiting b6103da63ef0: Download complete 84114018616a: Verifying Checksum 84114018616a: Download complete c8238d08ec04: Download complete 0302ffbcdd6f: Verifying Checksum 0302ffbcdd6f: Download complete 0302ffbcdd6f: Pull complete b6103da63ef0: Pull complete c8238d08ec04: Pull complete 84114018616a: Pull complete Digest: sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada Status: Downloaded newer image for ocaml/opam@sha256:bb26bd0b395363e31dbb0c8f26276c80a9cf90d8cac4c622fa75bed398506ada 2026-03-14 10:17.59 ---> using "6c35a6891e911a30fdf28b8e523ebc9def3db09c3bfc8ca0847b476f0567f309" from cache /: (comment debian-13-4.14_arm64_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-03-14 10:17.59 ---> using "9f7501b9862b57a830bacd2a4556ac11a5c9647cf16631d4ba621fc5fdf2aed0" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-14 10:17.59 ---> using "3eaefff7ddf8815ba15870368e13f1536ea95603b64e8697f58bb017434eeddb" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-85-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-03-14 10:17.59 ---> using "163f42a8fcd7b3a31744df52896efae8623525d86c76d60da1dd024d6cec79f0" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-14 10:17.59 ---> using "e95a875afafb0a2298edf332532b06823b329a36e54cc625b3a0c85747134044" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u")) fatal: unable to access 'https://github.com/ocaml/opam-repository/': Could not resolve host: github.com "/usr/bin/env" "bash" "-c" "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u" failed with exit status 128 2026-03-14 10:18.00: Job failed: Failed: Build failed