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:ubuntu-22.04-5.4_opam-2.5) Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c 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:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c # ubuntu-22.04-5.4_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.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 $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 00:35.45: Using cache hint "tmcgilchrist/ocaml-gitlab-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c-ubuntu-22.04-5.4_opam-2.5-9e119a993b211ccfe71f81b9117c7c81" 2026-03-14 00:35.45: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c) (comment ubuntu-22.04-5.4_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.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 OCluster 2026-03-14 01:12.42: Waiting for worker… 2026-03-14 01:12.42: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 16900b7 project/access_token: add self-rotate (from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c) Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c' locally docker.io/ocaml/opam@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c: Pulling from ocaml/opam 6f4ebca3e823: Pulling fs layer caab82817ff9: Pulling fs layer b93b3d1e6757: Pulling fs layer ae51728a0bd8: Pulling fs layer 0b95f5fc9ae9: Pulling fs layer 3248f3e4c391: Pulling fs layer 69537e10b624: Pulling fs layer ea8cb788d4e3: Pulling fs layer 58b1de7f4941: Pulling fs layer 6bbdcef06cb1: Pulling fs layer e4b6604f4c2d: Pulling fs layer 3b59f7d639bb: Pulling fs layer 1b5d332ce45f: Pulling fs layer aa549679fe6f: Pulling fs layer ae51728a0bd8: Waiting b884323c3a85: Pulling fs layer 69537e10b624: Waiting b2cd150723e3: Pulling fs layer ea8cb788d4e3: Waiting 4bfbf57d5bd0: Pulling fs layer 0b95f5fc9ae9: Waiting 58b1de7f4941: Waiting 6bbdcef06cb1: Waiting 4f4fb700ef54: Pulling fs layer 3b59f7d639bb: Waiting f986b8f56bf0: Pulling fs layer e4b6604f4c2d: Waiting 1b5d332ce45f: Waiting 3248f3e4c391: Waiting b884323c3a85: Waiting aa549679fe6f: Waiting 4bfbf57d5bd0: Waiting df1539e3aab8: Pulling fs layer 4f4fb700ef54: Waiting b64b0ad3a3ae: Pulling fs layer b2cd150723e3: Waiting 0f47637a31a0: Pulling fs layer f986b8f56bf0: Waiting b64b0ad3a3ae: Waiting 51cccb0a2095: Pulling fs layer 0f47637a31a0: Waiting a26091b786e8: Pulling fs layer 51cccb0a2095: Waiting 9c303443cadd: Pulling fs layer a26091b786e8: Waiting df1539e3aab8: Waiting b8e866861940: Pulling fs layer 671ab58654e3: Pulling fs layer b8e866861940: Waiting bf66cdd1b62b: Pulling fs layer 064251b2fa2c: Pulling fs layer 671ab58654e3: Waiting 7493d8981402: Pulling fs layer bf66cdd1b62b: Waiting 064251b2fa2c: Waiting bef7700492bc: Pulling fs layer 7493d8981402: Waiting 8523864f6a30: Pulling fs layer 26aa6518ceea: Pulling fs layer bef7700492bc: Waiting da62c1088fea: Pulling fs layer 8523864f6a30: Waiting 584007fc22d6: Pulling fs layer 26aa6518ceea: Waiting da62c1088fea: Waiting 02340801d27b: Pulling fs layer 65017da97e87: Pulling fs layer 13df4a69e9aa: Pulling fs layer 5816dcb55b56: Pulling fs layer d2c9ca0e2a18: Pulling fs layer 584007fc22d6: Waiting d2dc5c8d14bd: Pulling fs layer 02340801d27b: Waiting 65017da97e87: Waiting 1ac4163e1ac6: Pulling fs layer 5816dcb55b56: Waiting 13df4a69e9aa: Waiting 842f8eb24db1: Pulling fs layer d2c9ca0e2a18: Waiting 1ac4163e1ac6: Waiting d21152fa4af1: Pulling fs layer 842f8eb24db1: Waiting d2dc5c8d14bd: Waiting b7d177e3474f: Pulling fs layer b8115fa8a419: Pulling fs layer d21152fa4af1: Waiting b7d177e3474f: Waiting b8115fa8a419: Waiting caab82817ff9: Download complete b93b3d1e6757: Download complete 6f4ebca3e823: Verifying Checksum 6f4ebca3e823: Download complete ae51728a0bd8: Verifying Checksum ae51728a0bd8: Download complete 0b95f5fc9ae9: Verifying Checksum 0b95f5fc9ae9: Download complete ea8cb788d4e3: Verifying Checksum ea8cb788d4e3: Download complete 58b1de7f4941: Verifying Checksum 58b1de7f4941: Download complete 69537e10b624: Verifying Checksum 69537e10b624: Download complete 6bbdcef06cb1: Verifying Checksum 6bbdcef06cb1: Download complete 6f4ebca3e823: Pull complete caab82817ff9: Pull complete b93b3d1e6757: Pull complete 3248f3e4c391: Verifying Checksum 3248f3e4c391: Download complete 3b59f7d639bb: Verifying Checksum 3b59f7d639bb: Download complete 1b5d332ce45f: Verifying Checksum 1b5d332ce45f: Download complete e4b6604f4c2d: Verifying Checksum e4b6604f4c2d: Download complete aa549679fe6f: Verifying Checksum aa549679fe6f: Download complete b884323c3a85: Download complete b2cd150723e3: Download complete 4bfbf57d5bd0: Verifying Checksum 4bfbf57d5bd0: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete f986b8f56bf0: Download complete df1539e3aab8: Download complete b64b0ad3a3ae: Verifying Checksum b64b0ad3a3ae: Download complete 0f47637a31a0: Verifying Checksum 0f47637a31a0: Download complete 51cccb0a2095: Verifying Checksum 51cccb0a2095: Download complete a26091b786e8: Verifying Checksum a26091b786e8: Download complete 9c303443cadd: Verifying Checksum 9c303443cadd: Download complete ae51728a0bd8: Pull complete b8e866861940: Download complete bf66cdd1b62b: Verifying Checksum bf66cdd1b62b: Download complete 064251b2fa2c: Download complete 671ab58654e3: Download complete 0b95f5fc9ae9: Pull complete 7493d8981402: Download complete bef7700492bc: Download complete 8523864f6a30: Verifying Checksum 26aa6518ceea: Download complete 584007fc22d6: Verifying Checksum 584007fc22d6: Download complete 65017da97e87: Download complete 13df4a69e9aa: Verifying Checksum 13df4a69e9aa: Download complete 5816dcb55b56: Download complete d2c9ca0e2a18: Download complete d2dc5c8d14bd: Download complete 1ac4163e1ac6: Verifying Checksum 1ac4163e1ac6: Download complete 02340801d27b: Verifying Checksum 02340801d27b: Download complete d21152fa4af1: Download complete b7d177e3474f: Verifying Checksum b7d177e3474f: Download complete 842f8eb24db1: Verifying Checksum b8115fa8a419: Verifying Checksum b8115fa8a419: Download complete 3248f3e4c391: Pull complete 69537e10b624: Pull complete ea8cb788d4e3: Pull complete 58b1de7f4941: Pull complete 6bbdcef06cb1: Pull complete e4b6604f4c2d: Pull complete 3b59f7d639bb: Pull complete 1b5d332ce45f: Pull complete aa549679fe6f: Pull complete b884323c3a85: Pull complete b2cd150723e3: Pull complete 4bfbf57d5bd0: Pull complete da62c1088fea: Verifying Checksum da62c1088fea: Download complete 4f4fb700ef54: Pull complete f986b8f56bf0: Pull complete df1539e3aab8: Pull complete b64b0ad3a3ae: Pull complete 0f47637a31a0: Pull complete 51cccb0a2095: Pull complete a26091b786e8: Pull complete 9c303443cadd: Pull complete b8e866861940: Pull complete 671ab58654e3: Pull complete bf66cdd1b62b: Pull complete 064251b2fa2c: Pull complete 7493d8981402: Pull complete bef7700492bc: Pull complete 8523864f6a30: Pull complete 26aa6518ceea: Pull complete da62c1088fea: Pull complete 584007fc22d6: Pull complete 02340801d27b: Pull complete 65017da97e87: Pull complete 13df4a69e9aa: Pull complete 5816dcb55b56: Pull complete d2c9ca0e2a18: Pull complete d2dc5c8d14bd: Pull complete 1ac4163e1ac6: Pull complete 842f8eb24db1: Pull complete d21152fa4af1: Pull complete b7d177e3474f: Pull complete b8115fa8a419: Pull complete Digest: sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c Status: Downloaded newer image for ocaml/opam@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c 2026-03-14 01:13.49 ---> using "9e9bcdaaf3fac8c0a3bdd60676b1eb8003eca3a64414fbd27bba0c3fb2d5b56e" from cache /: (comment ubuntu-22.04-5.4_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 01:13.49 ---> using "a9e8837481ac3e0a749445f9abf76d194f700aeb5636fc4764e6fdac5a30f446" 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 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-14 01:13.49 ---> using "242e458e7baa10fc06cc93eecb21a062cae0579185d5b8cb336569c30149ee20" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-94-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-03-14 01:13.49 ---> using "e7d0758290e8df64336fd9ba07bcd8869e9e7a7973994ff0f4030c4c9252cbf4" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-14 01:13.49 ---> using "d788ce615549035993124780f82e2f1195afb0ce9be6d9cf4176a906a02218ee" 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_HEAD 340ee6fd1f..31462e7d24 master -> origin/master 31462e7d24 Merge pull request #29451 from dra27/relocatable-package <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible 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:13.49 ---> using "da84c93060f850bf24a36a505bbc79daa13e544d9fcfde02db1e70e4ee11c054" from cache /src: (copy (src lab.opam gitlab.opam gitlab-unix.opam gitlab-jsoo.opam) (dst ./)) 2026-03-14 01:13.50 ---> saved as "2eb48894199e172956ed700d544926c1ba3d369e78f08d87bdf127018652733e" /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:13.57 ---> saved as "68b45a2725ef5818e669769f6b325d5b04742fa40d3beebdc093988604d8a7bf" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-14 01:13.57 ---> saved as "b1c6841f8717d019b58f6a3365102e05ee142f61509ef30bdc793316042d66d8" /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/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6994 kB] - Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4160 kB] - Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1615 kB] - Get:8 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [39.1 kB] - Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [114 kB] - Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3786 kB] - Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6669 kB] - Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1302 kB] - Fetched 25.1 MB in 3s (8173 kB/s) - Reading package lists... - <><> 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: libgmp-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libglib2.0-0:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15669 files and directories currently installed.) - Preparing to unpack .../0-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../1-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ... - Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ... - Selecting previously unselected package libicu70:amd64. - Preparing to unpack .../2-libicu70_70.1-2_amd64.deb ... - Unpacking libicu70:amd64 (70.1-2) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../3-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ... - Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../4-shared-mime-info_2.1-2_amd64.deb ... - Unpacking shared-mime-info (2.1-2) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../5-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2ubuntu4) ... - Selecting previously unselected package libgmpxx4ldbl:amd64. - Preparing to unpack .../6-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../7-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../8-pkg-config_0.29.2-1ubuntu3_amd64.deb ... - Unpacking pkg-config (0.29.2-1ubuntu3) ... - Setting up xdg-user-dirs (0.17-2ubuntu4) ... - Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ... - No schema files found: doing nothing. - Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ... - Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... - Setting up pkg-config (0.29.2-1ubuntu3) ... - Setting up libicu70:amd64 (70.1-2) ... - Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... - Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ... - Setting up shared-mime-info (2.1-2) ... - Processing triggers for libc-bin (2.35-0ubuntu3.13) ... # To update the current shell environment, run: eval $(opam env) 2026-03-14 01:14.19 ---> saved as "65978e598807c05553c686c40064bb7085cf3c9feb516dffb8f7e198eca8d2dc" /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 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 conf-gmp.5 (cached) -> retrieved conf-gmp-powm-sec.4 (cached) -> retrieved atd.3.0.1, atdgen.3.0.1, atdgen-runtime.3.0.1 (cached) -> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-gmp.5 -> installed conf-pkg-config.4 -> retrieved csexp.1.5.2 (cached) -> retrieved domain-name.0.5.0 (cached) -> installed conf-gmp-powm-sec.4 -> 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 ocamlfind.1.9.8 (cached) -> installed cmdliner.2.1.0 -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocplib-endian.1.2 (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 ppxlib.0.37.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved rresult.0.7.0 (cached) -> 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 uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (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 zarith.1.14 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed dune.3.21.1 -> installed fpath.0.7.3 -> installed base64.3.5.2 -> installed asn1-combinators.0.3.2 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> 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 magic-mime.1.3.1 -> installed menhirCST.20250912 -> installed menhirLib.20250912 -> installed menhirSdk.20250912 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-version.4.0.3 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed ohex.0.2.0 -> installed ppx_derivers.1.2.1 -> installed re.1.14.0 -> installed result.1.5 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed yojson.3.0.0 -> installed ocplib-endian.1.2 -> installed biniou.1.2.2 -> installed digestif.1.3.0 -> installed ipaddr.5.6.2 -> 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 ppxlib.0.37.0 -> installed otoml.1.0.5 -> installed atd.3.0.1 -> installed ppxlib_jane.v0.17.4 -> installed atdgen.3.0.1 -> installed sedlex.3.7 -> installed ppx_sexp_conv.v0.17.1 -> installed uri-sexp.4.4.0 -> installed ipaddr-sexp.5.6.2 -> 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 mdx.2.5.1 -> installed bos.0.2.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.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-03-14 01:16.40 ---> saved as "728d71667df27158b6b8b3448e4ee323d3c4bb5c982f450872dfd5593f4ed873" /src: (copy (src .) (dst /src)) 2026-03-14 01:16.40 ---> saved as "d834bad62c7451ec496717e4dd9bfe326560fec6aa03df7ce2e1b90bbaa7a234" /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 `8AODJZWA'. [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.030s. 19 tests run. 2026-03-14 01:16.48 ---> saved as "ae10e761c8ae042d5deecb8e0f2ae283eb3f1f3315df8656c5be6d85eb2e6db9" Job succeeded 2026-03-14 01:16.48: Job succeeded