2026-04-13 14:28.11: New job: test ocaml-opam/opam-compiler https://github.com/ocaml-opam/opam-compiler.git#refs/pull/42/head (c4c0f39777fbac93375f03a21cd268abe9b7e055) (linux-arm64:debian-13-4.14_arm64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-opam/opam-compiler.git" && cd "opam-compiler" && git fetch origin "refs/pull/42/head" && git reset --hard c4c0f397cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109# debian-13-4.14_arm64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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 19a1fb6eac6a1f8acb9c2207ce5fba034d8b3ce9 || git fetch origin master) && git reset -q --hard 19a1fb6eac6a1f8acb9c2207ce5fba034d8b3ce9 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 opam-compiler.opam ./RUN opam pin add -yn opam-compiler.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 atd.4.1.0 atdgen.4.1.0 atdgen-runtime.4.1.0 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 curly.0.3.0 dune.3.22.1 dune-configurator.3.22.1 easy-format.1.3.4 either.1.0.0 fmt.0.11.0 fpath.0.7.3 github-data.4.5.1 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y opam-compiler.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-04-13 14:28.11: Using cache hint "ocaml-opam/opam-compiler-ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109-debian-13-4.14_arm64_opam-2.5-c5c68c465f44de9006aca2a7a4f280bd"2026-04-13 14:28.11: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109)(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 19a1fb6eac6a1f8acb9c2207ce5fba034d8b3ce9 || git fetch origin master) && git reset -q --hard 19a1fb6eac6a1f8acb9c2207ce5fba034d8b3ce9 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src opam-compiler.opam) (dst ./))(run (network host)(shell "opam pin add -yn opam-compiler.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 atd.4.1.0 atdgen.4.1.0 atdgen-runtime.4.1.0 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 curly.0.3.0 dune.3.22.1 dune-configurator.3.22.1 easy-format.1.3.4 either.1.0.0 fmt.0.11.0 fpath.0.7.3 github-data.4.5.1 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4 yojson.3.0.0")(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 opam-compiler.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-04-13 14:28.11: Waiting for resource in pool OCluster2026-04-13 14:28.12: Waiting for worker…2026-04-13 15:38.08: Got resource from pool OClusterBuilding on molpadia.caelum.ci.devAll commits already cachedHEAD is now at c4c0f39 Fixing formatting and fixing CI(from ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109' locallydocker.io/ocaml/opam@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109: Pulling from ocaml/opamdeab8db42772: Pulling fs layer0e3be483d5aa: Pulling fs layer068cb436b3a9: Pulling fs layer876321ecdfda: Pulling fs layer273508c8cc8f: Pulling fs layer0127577a5c6f: Pulling fs layer3a9ccd696d58: Pulling fs layer07e9e46cfc73: Pulling fs layer90969cd95f06: Pulling fs layer73bba924289b: Pulling fs layer95b440bef6e0: Pulling fs layer4d557eea525f: Pulling fs layerdeab8db42772: Waiting0e3be483d5aa: Waiting66433cb92d59: Pulling fs layerc84c96b2584b: Pulling fs layer273508c8cc8f: Waiting4c2683e0739d: Pulling fs layer5d1e421ae43b: Pulling fs layer068cb436b3a9: Waiting30b477dede6e: Pulling fs layer73bba924289b: Waitingae38f53b91ad: Pulling fs layer2891aff3bb84: Pulling fs layer0127577a5c6f: Waiting876321ecdfda: Waiting557b57ba5e84: Pulling fs layer26aa66f0772d: Pulling fs layer07e9e46cfc73: Waiting4f4fb700ef54: Pulling fs layer90969cd95f06: Waiting052acd1bf2d5: Pulling fs layer3a9ccd696d58: Waiting4c2683e0739d: Waiting574caf9a2301: Pulling fs layer95b440bef6e0: Waitingc84c96b2584b: Waiting84389297cf64: Pulling fs layer6bbca6fcf80a: Pulling fs layera3d41e3ab742: Pulling fs layer5d1e421ae43b: Waiting8d1ee78e3cbb: Pulling fs layer7e42808b1a06: Pulling fs layer145716f86fbb: Pulling fs layer96f1a7065127: Pulling fs layerbf34a5cce066: Pulling fs layerb208125ec0c1: Pulling fs layer574caf9a2301: Waitingeb9f72cac455: Pulling fs layerb5c4657cdf92: Pulling fs layer8600938f91bb: Pulling fs layer2ddefa03d6ee: Pulling fs layer62e3edde3b1e: Pulling fs layer557b57ba5e84: Waiting767c1c88ccf6: Pulling fs layer0d5131c49294: Pulling fs layer9c2c11790be8: Pulling fs layer052acd1bf2d5: Waiting2584a6dfc06c: Pulling fs layerae38f53b91ad: Waitingcec11c32adaa: Pulling fs layer2891aff3bb84: Waitingd831832b8f59: Pulling fs layerb208125ec0c1: Waiting30b477dede6e: Waiting84389297cf64: Waiting2ddefa03d6ee: Waitingeb9f72cac455: Waiting0d5131c49294: Waitingb5c4657cdf92: Waiting767c1c88ccf6: Waiting26aa66f0772d: Waitingcec11c32adaa: Waiting2584a6dfc06c: Waiting6bbca6fcf80a: Waitinga3d41e3ab742: Waiting96f1a7065127: Waiting8d1ee78e3cbb: Waitingbf34a5cce066: Waiting7e42808b1a06: Waiting0e3be483d5aa: Verifying Checksum0e3be483d5aa: Download complete068cb436b3a9: Download complete876321ecdfda: Verifying Checksum876321ecdfda: Download complete273508c8cc8f: Verifying Checksum273508c8cc8f: Download completedeab8db42772: Verifying Checksumdeab8db42772: Download complete3a9ccd696d58: Verifying Checksum3a9ccd696d58: Download complete07e9e46cfc73: Verifying Checksum07e9e46cfc73: Download complete90969cd95f06: Verifying Checksum90969cd95f06: Download complete73bba924289b: Download complete95b440bef6e0: Verifying Checksum95b440bef6e0: Download complete4d557eea525f: Verifying Checksum4d557eea525f: Download complete66433cb92d59: Verifying Checksum66433cb92d59: Download completedeab8db42772: Pull complete0e3be483d5aa: Pull complete068cb436b3a9: Pull complete0127577a5c6f: Verifying Checksum0127577a5c6f: Download completec84c96b2584b: Verifying Checksumc84c96b2584b: Download complete4c2683e0739d: Verifying Checksum4c2683e0739d: Download complete5d1e421ae43b: Verifying Checksum5d1e421ae43b: Download complete30b477dede6e: Verifying Checksum30b477dede6e: Download completeae38f53b91ad: Verifying Checksumae38f53b91ad: Download complete2891aff3bb84: Download complete876321ecdfda: Pull complete273508c8cc8f: Pull complete557b57ba5e84: Verifying Checksum557b57ba5e84: Download complete26aa66f0772d: Verifying Checksum26aa66f0772d: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete574caf9a2301: Verifying Checksum574caf9a2301: Download complete052acd1bf2d5: Verifying Checksum052acd1bf2d5: Download complete84389297cf64: Verifying Checksum84389297cf64: Download complete6bbca6fcf80a: Verifying Checksum6bbca6fcf80a: Download completea3d41e3ab742: Verifying Checksuma3d41e3ab742: Download complete8d1ee78e3cbb: Verifying Checksum8d1ee78e3cbb: Download complete145716f86fbb: Verifying Checksum145716f86fbb: Download complete7e42808b1a06: Download complete96f1a7065127: Verifying Checksum96f1a7065127: Download completebf34a5cce066: Verifying Checksumbf34a5cce066: Download completeb208125ec0c1: Verifying Checksumb208125ec0c1: Download completeeb9f72cac455: Verifying Checksumeb9f72cac455: Download complete8600938f91bb: Verifying Checksum8600938f91bb: Download complete62e3edde3b1e: Verifying Checksum62e3edde3b1e: Download complete767c1c88ccf6: Download complete0d5131c49294: Verifying Checksum0d5131c49294: Download complete2ddefa03d6ee: Verifying Checksum2ddefa03d6ee: Download complete2584a6dfc06c: Verifying Checksum2584a6dfc06c: Download completeb5c4657cdf92: Verifying Checksumb5c4657cdf92: Download completecec11c32adaa: Verifying Checksumcec11c32adaa: Download completed831832b8f59: Verifying Checksumd831832b8f59: Download complete0127577a5c6f: Pull complete3a9ccd696d58: Pull complete07e9e46cfc73: Pull complete9c2c11790be8: Verifying Checksum9c2c11790be8: Download complete90969cd95f06: Pull complete73bba924289b: Pull complete95b440bef6e0: Pull complete4d557eea525f: Pull complete66433cb92d59: Pull completec84c96b2584b: Pull complete4c2683e0739d: Pull complete5d1e421ae43b: Pull complete30b477dede6e: Pull completeae38f53b91ad: Pull complete2891aff3bb84: Pull complete557b57ba5e84: Pull complete26aa66f0772d: Pull complete4f4fb700ef54: Pull complete052acd1bf2d5: Pull complete574caf9a2301: Pull complete84389297cf64: Pull complete6bbca6fcf80a: Pull completea3d41e3ab742: Pull complete8d1ee78e3cbb: Pull complete7e42808b1a06: Pull complete145716f86fbb: Pull complete96f1a7065127: Pull completebf34a5cce066: Pull completeb208125ec0c1: Pull completeeb9f72cac455: Pull completeb5c4657cdf92: Pull complete8600938f91bb: Pull complete2ddefa03d6ee: Pull complete62e3edde3b1e: Pull complete767c1c88ccf6: Pull complete0d5131c49294: Pull complete9c2c11790be8: Pull complete2584a6dfc06c: Pull completecec11c32adaa: Pull completed831832b8f59: Pull completeDigest: sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109Status: Downloaded newer image for ocaml/opam@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f1092026-04-13 15:38.09 ---> using "853e3fdac7d8137a097410d60184de0a363c7c18364d78eaac3fa862c4d4862b" 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-04-13 15:38.09 ---> using "08ea8f836be9d9dbc14b98292c65edba305af4c661e7cc2804e3b5ce5fe2519e" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-13 15:38.09 ---> using "b40aea51f0301344ae3f42fcd7534cc2abca62a171f9ac0dbe434190a7a52f5e" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.02026-04-13 15:38.09 ---> using "496ba401a603502712c0f8c7dc229480b2690d50c4cbcb035289331a652d2ab3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-13 15:38.09 ---> using "6817a84d7a32db085e0d3669870aebe83f18b6dfb95e1e56d33055a33ca58097" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 19a1fb6eac6a1f8acb9c2207ce5fba034d8b3ce9 || git fetch origin master) && git reset -q --hard 19a1fb6eac6a1f8acb9c2207ce5fba034d8b3ce9 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD95972b8834..ba4685aeec master -> origin/master19a1fb6eac Merge pull request #29709 from mjambon/release-atd-4.1.0<><> 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-04-13 15:38.28 ---> saved as "0fb7787fd562d59899e4ceabe5cbc77af76fecac4b131441e9378f4c9cb24bd0"/src: (copy (src opam-compiler.opam) (dst ./))2026-04-13 15:38.28 ---> saved as "46d2bd1802222a26ab555bcbc050061e178173dc2666de24a2909adf651add4e"/src: (run (network host)(shell "opam pin add -yn opam-compiler.dev './'"))[opam-compiler.dev] synchronised (file:///src)opam-compiler is now pinned to file:///src (version dev)2026-04-13 15:38.30 ---> saved as "709426c75c258f59883ffe2b0095ac01a65f579d2f3beacf182cf3fdab391546"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-13 15:38.30 ---> saved as "ba72b26005d09d5089f6054c082cae474efd58e8d8ed9597c250fc2cc0d98628"/src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 atd.4.1.0 atdgen.4.1.0 atdgen-runtime.4.1.0 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 curly.0.3.0 dune.3.22.1 dune-configurator.3.22.1 easy-format.1.3.4 either.1.0.0 fmt.0.11.0 fpath.0.7.3 github-data.4.5.1 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4 yojson.3.0.0")/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 opam-compiler.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [122 kB]- Fetched 213 kB in 1s (238 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[opam-compiler.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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-04-13 15:38.40 ---> saved as "834f643061a5ecfcb9bda263dfbba2697623c656bb146d57362c47cbae0d6062"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 39 packages- install alcotest 1.9.1- install angstrom 0.16.1- install astring 0.8.5- install atd 4.1.0- install atdgen 4.1.0- install atdgen-runtime 4.1.0- install bigstringaf 0.10.0- install biniou 1.2.2- install bos 0.2.1- install camlp-streams 5.0.1- install cmdliner 2.1.0- install csexp 1.5.2- install curly 0.3.0- install dune 3.22.1- install dune-configurator 3.22.1- install easy-format 1.3.4- install either 1.0.0- install fmt 0.11.0- install fpath 0.7.3- install github-data 4.5.1- install logs 0.10.0- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install re 1.14.0- install result 1.5- install rresult 0.7.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install topkg 1.1.1- install uri 4.4.0- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved biniou.1.2.2 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved curly.0.3.0 (cached)-> retrieved easy-format.1.3.4 (cached)-> retrieved either.1.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved github-data.4.5.1 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved atd.4.1.0, atdgen.4.1.0, atdgen-runtime.4.1.0 (cached)-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved re.1.14.0 (cached)-> installed cmdliner.2.1.0-> retrieved result.1.5 (cached)-> retrieved rresult.0.7.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 uri.4.4.0 (cached)-> retrieved yojson.3.0.0 (cached)-> installed ocamlfind.1.9.8-> 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 astring.0.8.5-> installed fpath.0.7.3-> installed logs.0.10.0-> installed bos.0.2.1-> installed dune.3.22.1-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed easy-format.1.3.4-> installed either.1.0.0-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.4-> installed re.1.14.0-> installed result.1.5-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed yojson.3.0.0-> installed biniou.1.2.2-> installed curly.0.3.0-> installed atdgen-runtime.4.1.0-> installed dune-configurator.3.22.1-> installed alcotest.1.9.1-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed uri.4.4.0-> installed menhir.20260209-> installed atd.4.1.0-> installed atdgen.4.1.0-> installed github-data.4.5.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-13 15:39.39 ---> saved as "779c4f6482cc96b6fac27314b906d726dad54b85a46b46d3886aa379b81f52b7"/src: (copy (src .) (dst /src))2026-04-13 15:39.39 ---> saved as "1b2d8bd37163fbdf59dde5d2e48147f3edc97e5573f385b596d91649707da81c"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "dune-project", lines 29-32, characters 2-49:29 | (cmdliner30 | (and31 | (>= 1.2.0)32 | :with-test))Warning: Duplicate dependency on package (cmdliner (and (>= 1.2.0):with-test)) in 'depends' field. If you want to specify multiple constraints,combine them using (and ...).Hint: To disable this warning, add the following to your dune-project file:(warnings (duplicate_deps disabled))(cd _build/default/test/unit && ./test.exe --compact)Testing `opam-compiler'.This run has ID `0TRV2CQF'.............................2026-04-13 15:39.41 ---> saved as "99574cb995534784dfec17ecd1c05880ce61c5e8d639d0d33b2009e1bec02768"Job succeeded2026-04-13 15:39.41: Job succeeded