2025-09-15 18:37.12: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/main (12f89ea021c8cfab9ec83d241acd9d2b3cfcfc1c) (linux-x86_64:debian-13-5.3_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "main" && cd "gospel" && git reset --hard 12f89ea0 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f # debian-13-5.3_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 1c9b44165f73bd3366a4af940f28503f26d3267e || git fetch origin master) && git reset -q --hard 1c9b44165f73bd3366a4af940f28503f26d3267e && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 gospel.opam ./ RUN opam pin add -yn gospel.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.36.0 ptime.1.2.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y gospel.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 2025-09-15 18:37.12: Using cache hint "ocaml-gospel/gospel-ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f-debian-13-5.3_opam-2.4-cc0c2d254435c321ee307a4012c8c2b1" 2025-09-15 18:37.12: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f) (comment debian-13-5.3_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 1c9b44165f73bd3366a4af940f28503f26d3267e || git fetch origin master) && git reset -q --hard 1c9b44165f73bd3366a4af940f28503f26d3267e && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src gospel.opam) (dst ./)) (run (network host) (shell "opam pin add -yn gospel.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.36.0 ptime.1.2.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4") (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.4 --depext-only -y gospel.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")) ) 2025-09-15 18:37.12: Waiting for resource in pool OCluster 2025-09-15 19:41.34: Waiting for worker… 2025-09-15 19:49.18: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 12f89ea Update change log (from ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f) Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f' locally docker.io/ocaml/opam@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f: Pulling from ocaml/opam 15b1d8a5ff03: Pulling fs layer 4d5eb3ed0208: Pulling fs layer b44e00377829: Pulling fs layer 93018e586176: Pulling fs layer 587e432a29e2: Pulling fs layer cdf304204754: Pulling fs layer a444cfe202e3: Pulling fs layer 964991c828c0: Pulling fs layer a94458d90f79: Pulling fs layer e972c69afbc9: Pulling fs layer 3997d62e9de2: Pulling fs layer 93018e586176: Waiting d78ea61f72f9: Pulling fs layer 587e432a29e2: Waiting c68a1176424c: Pulling fs layer 63495b383f1a: Pulling fs layer aa1a6204320d: Pulling fs layer 187b2023e0b3: Pulling fs layer 4787e66ddf43: Pulling fs layer 973a552bac2d: Pulling fs layer cdf304204754: Waiting 8ad831d15267: Pulling fs layer e972c69afbc9: Waiting a8377bc33a29: Pulling fs layer 3997d62e9de2: Waiting 84a002321686: Pulling fs layer 4f4fb700ef54: Pulling fs layer 5d52c4f201d6: Pulling fs layer a444cfe202e3: Waiting 68ef19bc296a: Pulling fs layer 1cda2aa0af1b: Pulling fs layer 769f31bcfe07: Pulling fs layer b1d715eb0b34: Pulling fs layer 6b92d559de80: Pulling fs layer 1552f16d9075: Pulling fs layer a8377bc33a29: Waiting aa1a6204320d: Waiting 7a69328970da: Pulling fs layer e66b1fc86e6f: Pulling fs layer b14737f10b30: Pulling fs layer c68a1176424c: Waiting 8ad831d15267: Waiting 68ef19bc296a: Waiting 1cda2aa0af1b: Waiting 84a002321686: Waiting 4b7cf33f8dea: Pulling fs layer 6b92d559de80: Waiting 0499d18bfcaa: Pulling fs layer b1d715eb0b34: Waiting 769f31bcfe07: Waiting 7a69328970da: Waiting b14737f10b30: Waiting fb0e4a52e51b: Pulling fs layer 4b7cf33f8dea: Waiting af1ea896d29c: Pulling fs layer a94458d90f79: Waiting e66b1fc86e6f: Waiting fb0e4a52e51b: Waiting cff41317f198: Pulling fs layer fbb90a49a8ca: Pulling fs layer af1ea896d29c: Waiting 63495b383f1a: Waiting 2f7f155032eb: Pulling fs layer 02f68e1ce660: Pulling fs layer 9142b776626e: Pulling fs layer 2f7f155032eb: Waiting cebfcf7d6f76: Pulling fs layer 39abf9ca585d: Pulling fs layer 9142b776626e: Waiting 9486417a4529: Pulling fs layer 39abf9ca585d: Waiting 719d491db6c6: Pulling fs layer 9486417a4529: Waiting 7463fddf1e2e: Pulling fs layer d82e9fb7179d: Pulling fs layer 719d491db6c6: Waiting 964991c828c0: Waiting 973a552bac2d: Waiting 5d52c4f201d6: Waiting b44e00377829: Verifying Checksum b44e00377829: Download complete 4d5eb3ed0208: Download complete 93018e586176: Verifying Checksum 93018e586176: Download complete 587e432a29e2: Verifying Checksum 587e432a29e2: Download complete a444cfe202e3: Verifying Checksum a444cfe202e3: Download complete 964991c828c0: Verifying Checksum 964991c828c0: Download complete 15b1d8a5ff03: Verifying Checksum 15b1d8a5ff03: Download complete e972c69afbc9: Verifying Checksum e972c69afbc9: Download complete 15b1d8a5ff03: Pull complete 4d5eb3ed0208: Pull complete b44e00377829: Pull complete a94458d90f79: Verifying Checksum a94458d90f79: Download complete 93018e586176: Pull complete 587e432a29e2: Pull complete d78ea61f72f9: Verifying Checksum d78ea61f72f9: Download complete c68a1176424c: Verifying Checksum c68a1176424c: Download complete 63495b383f1a: Verifying Checksum 63495b383f1a: Download complete aa1a6204320d: Download complete 187b2023e0b3: Download complete 4787e66ddf43: Verifying Checksum 4787e66ddf43: Download complete 973a552bac2d: Download complete cdf304204754: Verifying Checksum cdf304204754: Download complete 8ad831d15267: Verifying Checksum 8ad831d15267: Download complete a8377bc33a29: Verifying Checksum a8377bc33a29: Download complete 84a002321686: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 5d52c4f201d6: Verifying Checksum 5d52c4f201d6: Download complete 3997d62e9de2: Verifying Checksum 3997d62e9de2: Download complete 68ef19bc296a: Download complete 1cda2aa0af1b: Download complete 769f31bcfe07: Download complete b1d715eb0b34: Verifying Checksum b1d715eb0b34: Download complete 6b92d559de80: Download complete 7a69328970da: Download complete 1552f16d9075: Verifying Checksum 1552f16d9075: Download complete e66b1fc86e6f: Verifying Checksum e66b1fc86e6f: Download complete b14737f10b30: Download complete 4b7cf33f8dea: Verifying Checksum 4b7cf33f8dea: Download complete 0499d18bfcaa: Verifying Checksum 0499d18bfcaa: Download complete af1ea896d29c: Download complete fbb90a49a8ca: Verifying Checksum fbb90a49a8ca: Download complete 2f7f155032eb: Download complete 02f68e1ce660: Download complete 9142b776626e: Verifying Checksum 9142b776626e: Download complete cebfcf7d6f76: Verifying Checksum cebfcf7d6f76: Download complete 39abf9ca585d: Verifying Checksum 39abf9ca585d: Download complete cdf304204754: Pull complete a444cfe202e3: Pull complete 964991c828c0: Pull complete a94458d90f79: Pull complete e972c69afbc9: Pull complete 3997d62e9de2: Pull complete d78ea61f72f9: Pull complete c68a1176424c: Pull complete 63495b383f1a: Pull complete aa1a6204320d: Pull complete 187b2023e0b3: Pull complete 4787e66ddf43: Pull complete 973a552bac2d: Pull complete 8ad831d15267: Pull complete a8377bc33a29: Pull complete 84a002321686: Pull complete 4f4fb700ef54: Pull complete 5d52c4f201d6: Pull complete 68ef19bc296a: Pull complete 1cda2aa0af1b: Pull complete 769f31bcfe07: Pull complete b1d715eb0b34: Pull complete 6b92d559de80: Pull complete 1552f16d9075: Pull complete 7a69328970da: Pull complete e66b1fc86e6f: Pull complete b14737f10b30: Pull complete 4b7cf33f8dea: Pull complete 0499d18bfcaa: Pull complete 9486417a4529: Verifying Checksum 9486417a4529: Download complete 719d491db6c6: Verifying Checksum 719d491db6c6: Download complete 7463fddf1e2e: Verifying Checksum 7463fddf1e2e: Download complete d82e9fb7179d: Verifying Checksum d82e9fb7179d: Download complete fb0e4a52e51b: Verifying Checksum fb0e4a52e51b: Download complete fb0e4a52e51b: Pull complete af1ea896d29c: Pull complete cff41317f198: Verifying Checksum cff41317f198: Download complete cff41317f198: Pull complete fbb90a49a8ca: Pull complete 2f7f155032eb: Pull complete 02f68e1ce660: Pull complete 9142b776626e: Pull complete cebfcf7d6f76: Pull complete 39abf9ca585d: Pull complete 9486417a4529: Pull complete 719d491db6c6: Pull complete 7463fddf1e2e: Pull complete d82e9fb7179d: Pull complete Digest: sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f Status: Downloaded newer image for ocaml/opam@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f 2025-09-15 19:49.19 ---> using "e5ce46144b4e25b3e363c3d09bd5c434fad1097e903303a843a6f78001c9b5bd" from cache /: (comment debian-13-5.3_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-09-15 19:49.19 ---> using "50de718df2c546606d33efc7fc6c4f435f06801e0a3a718d00fccfd19f3cbedd" 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 2025-09-15 19:49.19 ---> using "6011c66efc8a6cdfc22d36333482149906f7171cf1be625b56e1a92fac8d71d4" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-09-15 19:49.19 ---> using "77ba9d83d90d32044dd917c327c49e717c5e29e6607527e1edb41326647851ef" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-15 19:49.19 ---> using "37988416e44b1d287ab92baba6a94160aad55266e2ba0153b93143e8e2fe872b" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 1c9b44165f73bd3366a4af940f28503f26d3267e || git fetch origin master) && git reset -q --hard 1c9b44165f73bd3366a4af940f28503f26d3267e && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..43c98cac41 master -> origin/master 1c9b44165f Merge pull request #28508 from fpottier/opam-publish-menhir.20250912 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-09-15 19:49.19 ---> using "2fd180fd187cb06eb05d386e56b052bbb477bdae171ac21ec8415f18ed2ccd83" from cache /src: (copy (src gospel.opam) (dst ./)) 2025-09-15 19:49.19 ---> using "bf7d627c54de3bf6942baa6d5a62b13919ac1dc7e6c35985ed7aa8cb2eef7e6b" from cache /src: (run (network host) (shell "opam pin add -yn gospel.dev './'")) [gospel.dev] synchronised (file:///src) gospel is now pinned to file:///src (version dev) 2025-09-15 19:49.19 ---> using "f3879716e4287878a9fc01f1fdaf4ef95526483b817db11123dcc466cdb17412" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-15 19:49.19 ---> using "7746324cab353b4bf8c5ead474f6705b0402f811e540f6f8d9bc4ef8f49f4cde" from cache /src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.36.0 ptime.1.2.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4") /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.4 --depext-only -y gospel.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 amd64 Packages [40.2 kB] - Fetched 131 kB in 0s (577 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [gospel.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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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). 2025-09-15 19:49.19 ---> using "6745b8e9a6bcf459e7383db771b0c846ab401f061f14d2cd067fd4289c48edc0" from cache /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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 34 packages - install astring 0.8.5 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install cppo 1.8.0 - install crunch 4.0.0 - install dune 3.20.2 - install dune-build-info 3.20.2 - install fmt 0.11.0 - install fpath 0.7.3 - install inferno 20220603 - install menhir 20250912 - install menhirCST 20250912 - install menhirLib 20250912 - install menhirSdk 20250912 - install ocaml-compiler-libs v0.17.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install odoc 3.1.0 - install odoc-parser 3.1.0 - install pp_loc 2.1.0 - install pprint 20230830 - install ppx_blob 0.9.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.1.1 - install ppxlib 0.36.0 - install ptime 1.2.0 - install re 1.13.2 - install seq base - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.1.0 - install tyxml 4.6.0 - install unionFind 20250818 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved crunch.4.0.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved inferno.20220603 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached) -> retrieved dune.3.20.2, dune-build-info.3.20.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached) -> retrieved pp_loc.2.1.0 (cached) -> retrieved pprint.20230830 (cached) -> retrieved ppx_blob.0.9.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.1.1 (cached) -> installed cmdliner.1.3.0 -> retrieved ptime.1.2.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.13.2 (cached) -> retrieved ppxlib.0.36.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved unionFind.20250818 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved tyxml.4.6.0 (cached) -> retrieved uutf.1.0.4 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.20.2 -> installed camlp-streams.5.0.1 -> installed cppo.1.8.0 -> installed crunch.4.0.0 -> installed menhirCST.20250912 -> installed menhirSdk.20250912 -> installed pp_loc.2.1.0 -> installed pprint.20230830 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.17.0 -> installed menhirLib.20250912 -> installed unionFind.20250818 -> installed odoc-parser.3.1.0 -> installed re.1.13.2 -> installed ocaml-compiler-libs.v0.17.0 -> installed inferno.20220603 -> installed dune-build-info.3.20.2 -> installed tyxml.4.6.0 -> installed odoc.3.1.0 -> installed menhir.20250912 -> installed ppxlib.0.36.0 -> installed ppx_blob.0.9.0 -> installed ppx_deriving.6.1.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-15 19:49.19 ---> using "71e0ff0e9f73c9c4cd649e5e3acd827acce1fed40f05b702abf44eaa5bd2b49f" from cache /src: (copy (src .) (dst /src)) 2025-09-15 19:49.19 ---> saved as "eae4c0901b5bf0ca094463784217dc65e78e0b2e6d6ad27f2e9c36ac928715cb" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-09-15 19:49.27 ---> saved as "4a1cede4b34917aac42f10bf53da2647c03a80806e24cd4c470414d7ccfa56a8" Job succeeded 2025-09-15 19:49.27: Job succeeded