2026-03-14 00:35.45: New job: test tmcgilchrist/ocaml-gitlab https://github.com/tmcgilchrist/ocaml-gitlab.git#refs/pull/104/head (16900b7e50a21da3e5fc2d03cd377b1aa26e6f0f) (linux-x86_64:fedora-42-5.4_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8Opam project buildTo 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 16900b7ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8# fedora-42-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 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.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.17.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-14 00:35.45: Using cache hint "tmcgilchrist/ocaml-gitlab-ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8-fedora-42-5.4_opam-2.5-9e119a993b211ccfe71f81b9117c7c81"2026-03-14 00:35.45: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8)(comment fedora-42-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 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.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.17.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 00:35.45: Waiting for resource in pool OCluster2026-03-14 01:12.50: Waiting for worker…2026-03-14 01:18.42: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 16900b7 project/access_token: add self-rotate(from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8)Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8' locallydocker.io/ocaml/opam@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8: Pulling from ocaml/opambcbfb8588268: Already exists3c0f297c7ebe: Pulling fs layeraa5c2d2d08bf: Pulling fs layer6d0ea2f7619a: Pulling fs layeraa5c2d2d08bf: Waitingd8ae33fdd7e4: Pulling fs layer3c0f297c7ebe: Waiting6d0ea2f7619a: Waitingaff0ae25a5ed: Pulling fs layerd8ae33fdd7e4: Waiting763c4d48e69f: Pulling fs layer224f6408282e: Pulling fs layeraff0ae25a5ed: Waiting763c4d48e69f: Waitingb0e824e6a43e: Pulling fs layer224f6408282e: Waiting49602a4eaa78: Pulling fs layerb0e824e6a43e: Waiting8f7482f03196: Pulling fs layer49602a4eaa78: Waitinge5cca9034cee: Pulling fs layer8f7482f03196: Waiting671100e31ff4: Pulling fs layer92d8a98c5a53: Pulling fs layer671100e31ff4: Waiting8c978c0f4d23: Pulling fs layer5fafe8b7433b: Pulling fs layer92d8a98c5a53: Waiting8c978c0f4d23: Waitingac811e41c6f4: Pulling fs layerc8847b6d78da: Pulling fs layer5fafe8b7433b: Waitingcd8d073f2bde: Pulling fs layer08d9cdfd2caa: Pulling fs layercd8d073f2bde: Waitingc8847b6d78da: Waiting14f0b1c87802: Pulling fs layer08d9cdfd2caa: Waiting4f4fb700ef54: Pulling fs layer14f0b1c87802: Waiting0da4a6bd454b: Pulling fs layer4f4fb700ef54: Waitingd18868971912: Pulling fs layer0da4a6bd454b: Waiting987cb7d14d01: Pulling fs layer5f356ad75c5c: Pulling fs layerd18868971912: Waiting987cb7d14d01: Waiting0927f1175e1d: Pulling fs layer5f356ad75c5c: Waitingf5c2edb93960: Pulling fs layer6934bfa87ff6: Pulling fs layerf5c2edb93960: Waiting0927f1175e1d: Waitinge74423d6cd9a: Pulling fs layer6934bfa87ff6: Waiting0a18e22160b1: Pulling fs layere74423d6cd9a: Waiting0a18e22160b1: Waiting4c112de4bc7c: Pulling fs layer1929b0892699: Pulling fs layer4c112de4bc7c: Waiting22b50ce1d753: Pulling fs layer1929b0892699: Waiting22b50ce1d753: Waitingf256f9415c16: Pulling fs layer7c46b5aee8e8: Pulling fs layerf256f9415c16: Waiting710b959bafe1: Pulling fs layer7c46b5aee8e8: Waiting8be66c6a213a: Pulling fs layer710b959bafe1: Waiting3d6e47b0e7a8: Pulling fs layer8be66c6a213a: Waiting511d127400dd: Pulling fs layer3d6e47b0e7a8: Waiting53b752509743: Pulling fs layer511d127400dd: Waiting7cfd122df5ef: Pulling fs layer53b752509743: Waiting7cfd122df5ef: Waiting2bf97858691f: Pulling fs layerf6c0f4e21b4f: Pulling fs layer2bf97858691f: Waiting68b65f2fb2c2: Pulling fs layerf6c0f4e21b4f: Waiting3c0f297c7ebe: Download complete3c0f297c7ebe: Pull complete6d0ea2f7619a: Verifying Checksum6d0ea2f7619a: Download completed8ae33fdd7e4: Verifying Checksumd8ae33fdd7e4: Download completeaff0ae25a5ed: Verifying Checksumaff0ae25a5ed: Download completeaa5c2d2d08bf: Verifying Checksumaa5c2d2d08bf: Download complete763c4d48e69f: Verifying Checksum763c4d48e69f: Download complete224f6408282e: Verifying Checksum224f6408282e: Download completeb0e824e6a43e: Verifying Checksumb0e824e6a43e: Download complete49602a4eaa78: Verifying Checksum49602a4eaa78: Download completee5cca9034cee: Verifying Checksume5cca9034cee: Download complete8f7482f03196: Verifying Checksum8f7482f03196: Download completeaa5c2d2d08bf: Pull complete671100e31ff4: Verifying Checksum671100e31ff4: Download complete92d8a98c5a53: Verifying Checksum92d8a98c5a53: Download complete8c978c0f4d23: Verifying Checksum8c978c0f4d23: Download complete5fafe8b7433b: Verifying Checksum5fafe8b7433b: Download completeac811e41c6f4: Verifying Checksumac811e41c6f4: Download completec8847b6d78da: Download completecd8d073f2bde: Download complete08d9cdfd2caa: Verifying Checksum08d9cdfd2caa: Download complete4f4fb700ef54: Download complete14f0b1c87802: Download completed18868971912: Verifying Checksumd18868971912: Download complete0da4a6bd454b: Download complete987cb7d14d01: Verifying Checksum987cb7d14d01: Download complete5f356ad75c5c: Verifying Checksum5f356ad75c5c: Download complete0927f1175e1d: Verifying Checksum0927f1175e1d: Download completef5c2edb93960: Verifying Checksumf5c2edb93960: Download complete6934bfa87ff6: Download completee74423d6cd9a: Verifying Checksume74423d6cd9a: Download complete0a18e22160b1: Download complete4c112de4bc7c: Verifying Checksum4c112de4bc7c: Download complete1929b0892699: Verifying Checksum1929b0892699: Download complete22b50ce1d753: Verifying Checksum22b50ce1d753: Download complete7c46b5aee8e8: Download complete8be66c6a213a: Verifying Checksum8be66c6a213a: Download complete3d6e47b0e7a8: Verifying Checksum3d6e47b0e7a8: Download complete511d127400dd: Download complete53b752509743: Verifying Checksum53b752509743: Download complete710b959bafe1: Verifying Checksum710b959bafe1: Download complete2bf97858691f: Verifying Checksum2bf97858691f: Download completef6c0f4e21b4f: Verifying Checksumf6c0f4e21b4f: Download complete68b65f2fb2c2: Download completef256f9415c16: Verifying Checksumf256f9415c16: Download complete6d0ea2f7619a: Pull completed8ae33fdd7e4: Pull completeaff0ae25a5ed: Pull complete763c4d48e69f: Pull complete224f6408282e: Pull complete7cfd122df5ef: Verifying Checksum7cfd122df5ef: Download completeb0e824e6a43e: Pull complete49602a4eaa78: Pull complete8f7482f03196: Pull completee5cca9034cee: Pull complete671100e31ff4: Pull complete92d8a98c5a53: Pull complete8c978c0f4d23: Pull complete5fafe8b7433b: Pull completeac811e41c6f4: Pull completec8847b6d78da: Pull completecd8d073f2bde: Pull complete08d9cdfd2caa: Pull complete14f0b1c87802: Pull complete4f4fb700ef54: Pull complete0da4a6bd454b: Pull completed18868971912: Pull complete987cb7d14d01: Pull complete5f356ad75c5c: Pull complete0927f1175e1d: Pull completef5c2edb93960: Pull complete6934bfa87ff6: Pull completee74423d6cd9a: Pull complete0a18e22160b1: Pull complete4c112de4bc7c: Pull complete1929b0892699: Pull complete22b50ce1d753: Pull completef256f9415c16: Pull complete7c46b5aee8e8: Pull complete710b959bafe1: Pull complete8be66c6a213a: Pull complete3d6e47b0e7a8: Pull complete511d127400dd: Pull complete53b752509743: Pull complete7cfd122df5ef: Pull complete2bf97858691f: Pull completef6c0f4e21b4f: Pull complete68b65f2fb2c2: Pull completeDigest: sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8Status: Downloaded newer image for ocaml/opam@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa82026-03-14 01:18.43 ---> using "df14cd90ce9bb00d2ec3452cc8c95f7005fb902611b52fd480ace2e03f802e87" from cache/: (comment fedora-42-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 42 - x86_64 - Updates 100% | 36.9 KiB/s | 14.4 KiB | 00m00sFedora 42 - x86_64 100% | 79.9 KiB/s | 23.4 KiB | 00m00sFedora 42 openh264 (From Cisco) - x86_ 100% | 6.4 KiB/s | 986.0 B | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-03-14 01:18.43 ---> using "2799ff75c9c61284d6f7a1f647ac37570b94a2b49ae88a2e1c73dfb1ea43194e" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-14 01:18.43 ---> using "9c619b4adeab6fdd5544f88f84a4bb54a7c60a1fac8236cf05e09d18e183c65e" 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[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-14 01:18.43 ---> using "7f98e5eebde2aa32373cdf2b56e35afa38478f841e32595058079a1009ca1ca0" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-03-14 01:18.43 ---> using "b84868788286afe3b7593c4c2a6c6b9b5f222bc8b625b8b73b5b9e58dd3950b3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-14 01:18.43 ---> using "c4b52acd1f2460cd9cdca02c90025ed2e9060a6f6453d01bb3ae0fbb36481c69" 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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD3109384a92..31462e7d24 master -> origin/master31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-03-14 01:18.43 ---> using "962a2c53fcf14627fc9f864fa042ab50f1db752a5e0c778f15ab0a88aab7b723" from cache/src: (copy (src lab.opam gitlab.opam gitlab-unix.opam gitlab-jsoo.opam)(dst ./))2026-03-14 01:18.43 ---> saved as "0b4993d3684473389697c37eaf688df600854bba3aa230b1ae20fc53e8890902"/src: (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 './'"))[lab.dev] synchronised (file:///src)lab is now pinned to file:///src (version dev)[gitlab.dev] synchronised (file:///src)gitlab is now pinned to file:///src (version dev)[gitlab-unix.dev] synchronised (file:///src)gitlab-unix is now pinned to file:///src (version dev)[gitlab-jsoo.dev] synchronised (file:///src)gitlab-jsoo is now pinned to file:///src (version dev)2026-03-14 01:18.49 ---> saved as "0a0c52e54f85c51fee162be993ec7ac5e381c1ac12b3bc644deabe2ef24fc560"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-14 01:18.50 ---> saved as "742a6874961b93911b03cec19df85cc698635f54c73b7bd1c329698c0f642632"/src: (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.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 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.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.17.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")/src: (env CI true)/src: (env OCAMLCI true)/src: (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"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Fedora 42 - x86_64 - Updates 100% | 100.3 KiB/s | 14.7 KiB | 00m00s- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[gitlab.dev] synchronised (file:///src)[gitlab-jsoo.dev] synchronised (file:///src)[gitlab-unix.dev] synchronised (file:///src)[lab.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:gmp-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/sbin/sudo "yum" "install" "-y" "gmp-devel"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Installing:- gmp-devel x86_64 1:6.3.0-4.fc42 fedora 352.3 KiB- Installing dependencies:- gmp-c++ x86_64 1:6.3.0-4.fc42 fedora 27.6 KiB-- Transaction Summary:- Installing: 2 packages-- Total size of inbound packages is 193 KiB. Need to download 193 KiB.- After this operation, 380 KiB extra will be used (install 380 KiB, remove 0 B).- [1/2] gmp-c++-1:6.3.0-4.fc42.x86_64 100% | 293.6 KiB/s | 18.5 KiB | 00m00s- [2/2] gmp-devel-1:6.3.0-4.fc42.x86_64 100% | 974.3 KiB/s | 174.4 KiB | 00m00s- --------------------------------------------------------------------------------- [2/2] Total 100% | 522.7 KiB/s | 192.9 KiB | 00m00s- Running transaction- [1/4] Verify package files 100% | 666.0 B/s | 2.0 B | 00m00s- [2/4] Prepare transaction 100% | 22.0 B/s | 2.0 B | 00m00s- [3/4] Installing gmp-c++-1:6.3.0-4.fc42 100% | 7.0 MiB/s | 28.5 KiB | 00m00s- [4/4] Installing gmp-devel-1:6.3.0-4.fc 100% | 3.8 MiB/s | 354.1 KiB | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel"- gmp-devel-6.3.0-4.fc42.x86_64# To update the current shell environment, run: eval $(opam env)2026-03-14 01:19.24 ---> saved as "239b9d144c5d5669dddb6fafc0a6e68fd5ee6a6b4117eee14010c442f10c71dc"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 90 packages- install alcotest 1.9.1- install angstrom 0.16.1- install asn1-combinators 0.3.2- install astring 0.8.5- install atd 3.0.1- install atdgen 3.0.1- install atdgen-runtime 3.0.1- install base v0.17.3- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install biniou 1.2.2- install bos 0.2.1- install ca-certs 1.0.1- install camlp-streams 5.0.1- install cmdliner 2.1.0- install cohttp 6.2.1- install cohttp-lwt 6.2.1- install cohttp-lwt-jsoo 6.2.1- install cohttp-lwt-unix 6.2.1- install conduit 8.0.0- install conduit-lwt 8.0.0- install conduit-lwt-unix 8.0.0- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install digestif 1.3.0- install domain-name 0.5.0- install dune 3.21.1- install dune-configurator 3.21.1- install duration 0.2.1- install easy-format 1.3.4- install eqaf 0.10- install fmt 0.11.0- install fpath 0.7.3- install gen 1.1- install gmap 0.3.0- install http 6.2.1- install ISO8601 0.2.6- install ipaddr 5.6.2- install ipaddr-sexp 5.6.2- install js_of_ocaml 6.3.2- install js_of_ocaml-compiler 6.3.2- install js_of_ocaml-lwt 6.3.2- install js_of_ocaml-ppx 6.3.2- install kdf 1.0.0- install logs 0.10.0- install lwt 6.1.1- install macaddr 5.6.2- install magic-mime 1.3.1- install mdx 2.5.1- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install mirage-crypto 2.0.3- install mirage-crypto-ec 2.0.3- install mirage-crypto-pk 2.0.3- install mirage-crypto-rng 2.0.3- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.3- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ohex 0.2.0- install otoml 1.0.5- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.17.1- install ppxlib 0.37.0- install ppxlib_jane v0.17.4- install ptime 1.2.0- install re 1.14.0- install result 1.5- install rresult 0.7.0- install sedlex 3.7- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install topkg 1.1.1- install uri 4.4.0- install uri-sexp 4.4.0- install uutf 1.0.4- install x509 1.0.6- install yojson 3.0.0- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved biniou.1.2.2 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved ca-certs.1.0.1 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-jsoo.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved atd.3.0.1, atdgen.3.0.1, atdgen-runtime.3.0.1 (cached)-> installed conf-gmp-powm-sec.4-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved easy-format.1.3.4 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gen.1.1 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved ISO8601.0.2.6 (cached)-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved magic-mime.1.3.1 (cached)-> retrieved mdx.2.5.1 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)-> retrieved 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 (cached)-> retrieved mirage-crypto.2.0.3, mirage-crypto-ec.2.0.3, mirage-crypto-pk.2.0.3, mirage-crypto-rng.2.0.3 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.3 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> installed cmdliner.2.1.0-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved otoml.1.0.5 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sedlex.3.7 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)-> retrieved x509.1.0.6 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved zarith.1.14 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed zarith.1.14-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed ptime.1.2.0-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.21.1-> installed base64.3.5.2-> installed csexp.1.5.2-> installed asn1-combinators.0.3.2-> installed camlp-streams.5.0.1-> installed domain-name.0.5.0-> installed duration.0.2.1-> installed easy-format.1.3.4-> installed eqaf.0.10-> installed gen.1.1-> installed gmap.0.3.0-> installed http.6.2.1-> installed ISO8601.0.2.6-> installed macaddr.5.6.2-> installed menhirCST.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed cppo.1.8.0-> installed ocaml-version.4.0.3-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ohex.0.2.0-> installed magic-mime.1.3.1-> installed ocaml-syntax-shims.1.0.0-> installed ppx_derivers.1.2.1-> installed result.1.5-> installed sexplib0.v0.17.0-> installed ocaml-compiler-libs.v0.17.0-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed yojson.3.0.0-> installed ipaddr.5.6.2-> installed biniou.1.2.2-> installed ocplib-endian.1.2-> installed digestif.1.3.0-> installed atdgen-runtime.3.0.1-> installed alcotest.1.9.1-> installed dune-configurator.3.21.1-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed mirage-crypto.2.0.3-> installed kdf.1.0.0-> installed lwt.6.1.1-> installed uri.4.4.0-> installed base.v0.17.3-> installed menhir.20250912-> installed otoml.1.0.5-> installed atd.3.0.1-> installed atdgen.3.0.1-> installed ppxlib.0.37.0-> installed ppxlib_jane.v0.17.4-> installed sedlex.3.7-> installed ppx_sexp_conv.v0.17.1-> installed ipaddr-sexp.5.6.2-> installed uri-sexp.4.4.0-> installed js_of_ocaml-compiler.6.3.2-> installed logs.0.10.0-> installed mirage-crypto-rng.2.0.3-> installed mirage-crypto-pk.2.0.3-> installed conduit.8.0.0-> installed cohttp.6.2.1-> installed bos.0.2.1-> installed mdx.2.5.1-> installed conduit-lwt.8.0.0-> installed cohttp-lwt.6.2.1-> installed mirage-crypto-ec.2.0.3-> installed x509.1.0.6-> installed ca-certs.1.0.1-> installed conduit-lwt-unix.8.0.0-> installed cohttp-lwt-unix.6.2.1-> installed js_of_ocaml.6.3.2-> installed js_of_ocaml-ppx.6.3.2-> installed js_of_ocaml-lwt.6.3.2-> installed cohttp-lwt-jsoo.6.2.1Done.# To update the current shell environment, run: eval $(opam env)2026-03-14 01:27.15 ---> saved as "c49b8f52a5ce2e91e892601033c62eaecde599fd31fd4bddcb3a5ac1db388777"/src: (copy (src .) (dst /src))2026-03-14 01:27.15 ---> saved as "e0532a34262a35f195c3aeedf51cb41ddc7eda9fcdda2aacb5712877a24b6e7e"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib && /home/opam/.opam/5.4/bin/atdgen -j -j-std gitlab.atd)Warning: option "-j-std" is deprecated.(cd _build/default/test && ./test.exe)Testing `GitLab'.This run has ID `NI5BTS32'.[OK] branches 0 branches.[OK] commit_statuses 0 commit_statuses.[OK] commits 0 commits.[OK] events 0 events.[OK] issues 0 issues.[OK] merge_requests 0 merge_requests.[OK] notes 0 notes.[OK] milestones 0 milestones.[OK] project_short 0 project_short.[OK] projects 0 projects.[OK] runners 0 runners.[OK] current user 0 current_user.[OK] user 0 user.[OK] user_short 0 user_short.[OK] webhooks 0 webhooks.[OK] project_hook 0 project_hook.[OK] stream_test 0 take.[OK] stream_test 1 map.[OK] stream_test 2 map-take.Full test results in `/src/_build/default/test/_build/_tests/GitLab'.Test Successful in 0.086s. 19 tests run.2026-03-14 01:27.41 ---> saved as "f26747ff66f07091f7b2f49af1ddb42baf415b457fa8f5c62d7cf4515adc6a26"Job succeeded2026-03-14 01:27.41: Job succeeded