2025-11-28 12:43.46: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/main (32bd315f2eab148e50a3cd11f3e393cbaa0072d6) (linux-x86_64:ubuntu-25.10-4.14_opam-2.4) Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "main" && cd "gospel" && git reset --hard 32bd315f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c # ubuntu-25.10-4.14_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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 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-11-28 12:43.46: Using cache hint "ocaml-gospel/gospel-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c-ubuntu-25.10-4.14_opam-2.4-445578997aa01d193551a361a66a77a1" 2025-11-28 12:43.46: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c) (comment ubuntu-25.10-4.14_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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 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-11-28 12:43.46: Waiting for resource in pool OCluster 2025-11-28 12:43.46: Waiting for worker… 2025-11-28 12:43.46: Got resource from pool OCluster Building on asteria.caelum.ci.dev HEAD is now at e8dbe43 Update Changelog HEAD is now at 32bd315 Merge pull request #472 from mrjazzybread/qualid_bug (from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c) Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c' locally docker.io/ocaml/opam@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c: Pulling from ocaml/opam 9b965cd35928: Pulling fs layer 6c31bc6d66d3: Pulling fs layer 27be051823bf: Pulling fs layer c5295dfd16e5: Pulling fs layer 7c6e3b2643c5: Pulling fs layer db5fc12c4b12: Pulling fs layer b7a8523d0575: Pulling fs layer 21427cfce9d5: Pulling fs layer 72bd9dbcf413: Pulling fs layer c5295dfd16e5: Waiting 17e15645b078: Pulling fs layer 7c6e3b2643c5: Waiting dd011c665d24: Pulling fs layer f65f55bdd63e: Pulling fs layer db5fc12c4b12: Waiting 21427cfce9d5: Waiting 72bd9dbcf413: Waiting 7750d91c24d2: Pulling fs layer f793edf3ac50: Pulling fs layer b7a8523d0575: Waiting 17e15645b078: Waiting ea928b1638f9: Pulling fs layer f65f55bdd63e: Waiting 7750d91c24d2: Waiting 84089d21fd1b: Pulling fs layer dd011c665d24: Waiting f793edf3ac50: Waiting ea928b1638f9: Waiting 12e4a134e9bd: Pulling fs layer 84089d21fd1b: Waiting 66d915a9deb4: Pulling fs layer f5152eee31cf: Pulling fs layer 12e4a134e9bd: Waiting 73b5be887d12: Pulling fs layer 66d915a9deb4: Waiting 4f4fb700ef54: Pulling fs layer f5152eee31cf: Waiting 73b5be887d12: Waiting af6c5d047451: Pulling fs layer e8d56734fe9f: Pulling fs layer 4f4fb700ef54: Waiting 95a8f02aed80: Pulling fs layer e8d56734fe9f: Waiting af6c5d047451: Waiting 2fbb14590585: Pulling fs layer 95a8f02aed80: Waiting 78b0de561201: Pulling fs layer 2fbb14590585: Waiting 6df73f10635d: Pulling fs layer 78b0de561201: Waiting 5baa9b3ae410: Pulling fs layer d0779cc00790: Pulling fs layer 6df73f10635d: Waiting 5baa9b3ae410: Waiting 7576666feee1: Pulling fs layer 90e2f12ac078: Pulling fs layer d0779cc00790: Waiting 7576666feee1: Waiting b7afb6b42091: Pulling fs layer 90e2f12ac078: Waiting 18abf9960b7f: Pulling fs layer b7afb6b42091: Waiting 5832f9f4ff65: Pulling fs layer 4a54ac4d04bd: Pulling fs layer a2614a61f4a0: Pulling fs layer 18abf9960b7f: Waiting a11ce7714f98: Pulling fs layer 5832f9f4ff65: Waiting 4a54ac4d04bd: Waiting c49ad178b5eb: Pulling fs layer a2614a61f4a0: Waiting d8925871c7c3: Pulling fs layer a11ce7714f98: Waiting 13f544cc4c42: Pulling fs layer 98f02b69a6f5: Pulling fs layer c49ad178b5eb: Waiting d8925871c7c3: Waiting 58d5d99bbb8c: Pulling fs layer 13f544cc4c42: Waiting 98f02b69a6f5: Waiting 52963ccc41a6: Pulling fs layer 58d5d99bbb8c: Waiting 52963ccc41a6: Waiting 6c31bc6d66d3: Download complete 27be051823bf: Verifying Checksum 27be051823bf: Download complete 9b965cd35928: Verifying Checksum 9b965cd35928: Download complete c5295dfd16e5: Verifying Checksum c5295dfd16e5: Download complete 7c6e3b2643c5: Verifying Checksum 7c6e3b2643c5: Download complete 21427cfce9d5: Verifying Checksum 21427cfce9d5: Download complete b7a8523d0575: Verifying Checksum b7a8523d0575: Download complete 72bd9dbcf413: Verifying Checksum 72bd9dbcf413: Download complete 17e15645b078: Verifying Checksum 17e15645b078: Download complete dd011c665d24: Verifying Checksum dd011c665d24: Download complete 9b965cd35928: Pull complete 6c31bc6d66d3: Pull complete 27be051823bf: Pull complete f65f55bdd63e: Verifying Checksum f65f55bdd63e: Download complete 7750d91c24d2: Verifying Checksum 7750d91c24d2: Download complete ea928b1638f9: Download complete db5fc12c4b12: Verifying Checksum db5fc12c4b12: Download complete f793edf3ac50: Verifying Checksum f793edf3ac50: Download complete 84089d21fd1b: Download complete 12e4a134e9bd: Download complete c5295dfd16e5: Pull complete 66d915a9deb4: Verifying Checksum 66d915a9deb4: Download complete f5152eee31cf: Verifying Checksum f5152eee31cf: Download complete 73b5be887d12: Verifying Checksum 73b5be887d12: Download complete 4f4fb700ef54: Download complete af6c5d047451: Download complete 7c6e3b2643c5: Pull complete e8d56734fe9f: Verifying Checksum e8d56734fe9f: Download complete 95a8f02aed80: Verifying Checksum 95a8f02aed80: Download complete 2fbb14590585: Verifying Checksum 2fbb14590585: Download complete 78b0de561201: Verifying Checksum 78b0de561201: Download complete 6df73f10635d: Verifying Checksum 6df73f10635d: Download complete 5baa9b3ae410: Download complete d0779cc00790: Verifying Checksum d0779cc00790: Download complete 7576666feee1: Verifying Checksum 7576666feee1: Download complete 90e2f12ac078: Download complete b7afb6b42091: Download complete 18abf9960b7f: Verifying Checksum 18abf9960b7f: Download complete 4a54ac4d04bd: Verifying Checksum 4a54ac4d04bd: Download complete a11ce7714f98: Verifying Checksum a11ce7714f98: Download complete c49ad178b5eb: Download complete d8925871c7c3: Download complete 13f544cc4c42: Verifying Checksum 13f544cc4c42: Download complete 98f02b69a6f5: Download complete 58d5d99bbb8c: Verifying Checksum 58d5d99bbb8c: Download complete 5832f9f4ff65: Verifying Checksum 5832f9f4ff65: Download complete 52963ccc41a6: Download complete db5fc12c4b12: Pull complete b7a8523d0575: Pull complete 21427cfce9d5: Pull complete 72bd9dbcf413: Pull complete a2614a61f4a0: Verifying Checksum a2614a61f4a0: Download complete 17e15645b078: Pull complete dd011c665d24: Pull complete f65f55bdd63e: Pull complete 7750d91c24d2: Pull complete f793edf3ac50: Pull complete ea928b1638f9: Pull complete 84089d21fd1b: Pull complete 12e4a134e9bd: Pull complete 66d915a9deb4: Pull complete f5152eee31cf: Pull complete 73b5be887d12: Pull complete 4f4fb700ef54: Pull complete af6c5d047451: Pull complete e8d56734fe9f: Pull complete 95a8f02aed80: Pull complete 2fbb14590585: Pull complete 78b0de561201: Pull complete 6df73f10635d: Pull complete 5baa9b3ae410: Pull complete d0779cc00790: Pull complete 7576666feee1: Pull complete 90e2f12ac078: Pull complete b7afb6b42091: Pull complete 18abf9960b7f: Pull complete 5832f9f4ff65: Pull complete 4a54ac4d04bd: Pull complete a2614a61f4a0: Pull complete a11ce7714f98: Pull complete c49ad178b5eb: Pull complete d8925871c7c3: Pull complete 13f544cc4c42: Pull complete 98f02b69a6f5: Pull complete 58d5d99bbb8c: Pull complete 52963ccc41a6: Pull complete Digest: sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c Status: Downloaded newer image for ocaml/opam@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c 2025-11-28 12:43.47 ---> using "b266a7dc679260fa8a4817f7250c1721c37d9e694f7fe06a676c0bc4230fb1a6" from cache /: (comment ubuntu-25.10-4.14_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-11-28 12:43.47 ---> using "53db812cb5271f3fb59e7f1230495f77497eaf292107407c3d1f4529f5d00339" 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-11-28 12:43.47 ---> using "222962b8345bef25725f7bbb1b15f75b6e9fc27522ed220624f57c13593100c6" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-11-28 12:43.47 ---> using "4c03ca8dfc973a5b5e5750e4c55b1cf85e4b2771a53878e0cc337672a8a95241" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-28 12:43.47 ---> using "e2586726a64d488670f7e0a05fc10b6c6bcaf54c789b59d86f6d77a38e8bb317" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 2ec6d6cc92..eb45f7ec86 master -> origin/master 8a324a5b99 Add: cmdliner.2.1.0 (#28962) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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.4.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) 2025-11-28 12:43.47 ---> using "03d2ed0405657021ba769af032f022f6dae8be44e7dfb2c8f946a47b592e177f" from cache /src: (copy (src gospel.opam) (dst ./)) 2025-11-28 12:43.47 ---> using "0dd3bc81f4184a0e40be99b3c750603ffebd188777b28333fc621cba8bec5dc7" 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-11-28 12:43.47 ---> using "c6b4fe4f8a659280be428ce0dc9455ef8f05dcb110663886ae042aff5cb094ef" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-11-28 12:43.47 ---> using "c74d239ae433b23e46c4ec73b89c6d08e98c2a157c6e71a6896c5453726fd4da" from cache /src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 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" - Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB] - Hit:2 http://archive.ubuntu.com/ubuntu questing InRelease - Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB] - Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB] - Get:5 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [94.8 kB] - Get:6 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [65.9 kB] - Get:7 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [98.6 kB] - Get:8 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [95.7 kB] - Get:9 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [189 kB] - Fetched 948 kB in 0s (6299 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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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). 2025-11-28 12:43.47 ---> using "6a0380e912f27dd19616201108a7aeb4d603076446eb1490df3159d9fd013539" 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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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 34 packages - install astring 0.8.5 - install camlp-streams 5.0.1 - install cmdliner 2.1.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.12.4 - 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.37.0 - install ptime 1.2.0 - install re 1.14.0 - install seq base - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.1.1 - 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.2.1.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.12.4 (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) -> retrieved ptime.1.2.0 (cached) -> retrieved seq.base (cached) -> installed cmdliner.2.1.0 -> installed seq.base -> retrieved ppxlib.0.37.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved unionFind.20250818 (cached) -> retrieved topkg.1.1.1 (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.1 -> 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 sexplib0.v0.17.0 -> installed menhirLib.20250912 -> installed stdlib-shims.0.3.0 -> installed unionFind.20250818 -> installed odoc-parser.3.1.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.14.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.37.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-11-28 12:43.47 ---> using "05291ca1fedb89ecbcbe30635e8397ba3b33a7ae0e58e88439f50e03e6f434ac" from cache /src: (copy (src .) (dst /src)) 2025-11-28 12:43.47 ---> using "329e7564133f2c249f8c4f0434a520969c10706cd9b159b48699d8cee3c6d89b" from cache /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-11-28 12:43.47 ---> using "10fe5f3d1404cbe7682378aa84bff65b2397e025085305797038ea583e820e75" from cache Job succeeded 2025-11-28 12:43.47: Job succeeded