2026-03-14 10:17.31: New job: test ocurrent/opam-dune-lint https://github.com/ocurrent/opam-dune-lint.git#refs/heads/master (0d9c9162ccc5080852f20a0813d83b1abf03223e) (linux-x86_64:debian-13-4.14_x86_32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/opam-dune-lint.git" -b "master" && cd "opam-dune-lint" && git reset --hard 0d9c9162cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3# debian-13-4.14_x86_32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV 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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 opam-dune-lint.opam ./RUN opam pin add -yn opam-dune-lint.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.21.1 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.21.1 swhid_core.0.1 top-closure.3.21.1 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y opam-dune-lint.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-14 10:17.31: Using cache hint "ocurrent/opam-dune-lint-ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3-debian-13-4.14_x86_32_opam-2.5-9a5944df2ee5eb50a7986ae0069f6736"2026-03-14 10:17.31: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3)(comment debian-13-4.14_x86_32_opam-2.5)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(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 opam-dune-lint.opam) (dst ./))(run (network host)(shell "opam pin add -yn opam-dune-lint.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.21.1 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.21.1 swhid_core.0.1 top-closure.3.21.1 topkg.1.1.1 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.5 --depext-only -y opam-dune-lint.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 10:17.31: Waiting for resource in pool OCluster2026-03-14 11:38.14: Waiting for worker…2026-03-14 11:40.18: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 0d9c916 Merge pull request #74 from Alizter/push-skxprmtxtqro(from ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3' locallydocker.io/ocaml/opam@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3: Pulling from ocaml/opamcdaf5c618b8f: Pulling fs layer37b25bd564f1: Pulling fs layerb4419f8ddf31: Pulling fs layerfcddae90f741: Pulling fs layer7bdc78f9e5b7: Pulling fs layer5691c8ad5025: Pulling fs layera00659447ced: Pulling fs layer6da4c329d826: Pulling fs layer7eb67c4488c7: Pulling fs layerecb12f6f1366: Pulling fs layer0bb29fc35e8f: Pulling fs layer38773acba29b: Pulling fs layer7bdc78f9e5b7: Waiting5691c8ad5025: Waitinga00659447ced: Waiting4ecb7fe6e6cd: Pulling fs layera6ded0c5c651: Pulling fs layer6da4c329d826: Waiting7eb67c4488c7: Waitinga618a67fa30c: Pulling fs layer7cfbd53f9185: Pulling fs layer2dd6d5e64b1f: Pulling fs layer66e4c8c5b80d: Pulling fs layer93512fc5f7ca: Pulling fs layer99a5c1cc5cf4: Pulling fs layer4ecb7fe6e6cd: Waitinge77a47d92406: Pulling fs layera6ded0c5c651: Waiting38773acba29b: Waitingecb12f6f1366: Waiting2dd6d5e64b1f: Waiting4f4fb700ef54: Pulling fs layer0bb29fc35e8f: Waitinga618a67fa30c: Waiting1e645893c166: Pulling fs layer7cfbd53f9185: Waiting66e4c8c5b80d: Waiting93512fc5f7ca: Waiting4d79b77ccb64: Pulling fs layer4f4fb700ef54: Waiting8f92218ad268: Pulling fs layer99a5c1cc5cf4: Waitinge77a47d92406: Waiting1e645893c166: Waitingd37cd7807d67: Pulling fs layer4d79b77ccb64: Waitingfcddae90f741: Waitingeae9cdbb8e94: Pulling fs layer8f92218ad268: Waitingd37cd7807d67: Waiting00e84e4dddf6: Pulling fs layerec5e1e9d7a11: Pulling fs layer00e84e4dddf6: Waitingeae9cdbb8e94: Waiting5a366988733e: Pulling fs layerec5e1e9d7a11: Waiting5d3dff2b6c80: Pulling fs layer2d08b04c2596: Pulling fs layerfb41acb401da: Pulling fs layer5a366988733e: Waiting5d3dff2b6c80: Waiting2d08b04c2596: Waiting7af27a693e4f: Pulling fs layer615b51657365: Pulling fs layerac9ea76617e5: Pulling fs layer2f380e108faf: Pulling fs layerfb41acb401da: Waiting615b51657365: Waiting7af27a693e4f: Waitingac9ea76617e5: Waitingabe564c0399a: Pulling fs layer4958a3486050: Pulling fs layer2f380e108faf: Waiting7937a8b7141c: Pulling fs layerabe564c0399a: Waitingdd688a1942d3: Pulling fs layer4958a3486050: Waiting4bf64a7280b4: Pulling fs layer7937a8b7141c: Waiting19061a131e0c: Pulling fs layerdd688a1942d3: Waiting557682a965aa: Pulling fs layer19061a131e0c: Waiting557682a965aa: Waitingb4419f8ddf31: Verifying Checksumb4419f8ddf31: Download complete37b25bd564f1: Download complete7bdc78f9e5b7: Verifying Checksum7bdc78f9e5b7: Download completefcddae90f741: Verifying Checksumfcddae90f741: Download completecdaf5c618b8f: Verifying Checksumcdaf5c618b8f: Download complete6da4c329d826: Verifying Checksum6da4c329d826: Download completea00659447ced: Download complete7eb67c4488c7: Verifying Checksum7eb67c4488c7: Download completeecb12f6f1366: Verifying Checksumecb12f6f1366: Download complete0bb29fc35e8f: Verifying Checksum0bb29fc35e8f: Download complete38773acba29b: Verifying Checksum38773acba29b: Download complete5691c8ad5025: Download completea6ded0c5c651: Verifying Checksuma6ded0c5c651: Download complete4ecb7fe6e6cd: Verifying Checksum4ecb7fe6e6cd: Download completecdaf5c618b8f: Pull completea618a67fa30c: Verifying Checksuma618a67fa30c: Download complete37b25bd564f1: Pull completeb4419f8ddf31: Pull complete7cfbd53f9185: Download complete2dd6d5e64b1f: Verifying Checksum2dd6d5e64b1f: Download complete66e4c8c5b80d: Verifying Checksum66e4c8c5b80d: Download complete93512fc5f7ca: Verifying Checksum93512fc5f7ca: Download complete99a5c1cc5cf4: Verifying Checksum99a5c1cc5cf4: Download completefcddae90f741: Pull complete7bdc78f9e5b7: Pull completee77a47d92406: Verifying Checksume77a47d92406: Download complete4f4fb700ef54: Download complete1e645893c166: Download complete4d79b77ccb64: Download complete8f92218ad268: Verifying Checksum8f92218ad268: Download completed37cd7807d67: Verifying Checksumd37cd7807d67: Download completeeae9cdbb8e94: Verifying Checksumeae9cdbb8e94: Download complete00e84e4dddf6: Verifying Checksum00e84e4dddf6: Download complete5a366988733e: Verifying Checksum5a366988733e: Download completeec5e1e9d7a11: Verifying Checksumec5e1e9d7a11: Download complete5d3dff2b6c80: Verifying Checksum5d3dff2b6c80: Download complete2d08b04c2596: Verifying Checksum2d08b04c2596: Download completefb41acb401da: Verifying Checksumfb41acb401da: Download complete7af27a693e4f: Download completeac9ea76617e5: Download completeabe564c0399a: Verifying Checksumabe564c0399a: Download complete4958a3486050: Download complete7937a8b7141c: Verifying Checksum7937a8b7141c: Download complete615b51657365: Verifying Checksum615b51657365: Download complete4bf64a7280b4: Verifying Checksum4bf64a7280b4: Download complete19061a131e0c: Verifying Checksum19061a131e0c: Download complete557682a965aa: Download completedd688a1942d3: Verifying Checksumdd688a1942d3: Download complete5691c8ad5025: Pull completea00659447ced: Pull complete6da4c329d826: Pull complete7eb67c4488c7: Pull completeecb12f6f1366: Pull complete0bb29fc35e8f: Pull complete38773acba29b: Pull complete4ecb7fe6e6cd: Pull completea6ded0c5c651: Pull completea618a67fa30c: Pull complete7cfbd53f9185: Pull complete2dd6d5e64b1f: Pull complete2f380e108faf: Verifying Checksum2f380e108faf: Download complete66e4c8c5b80d: Pull complete93512fc5f7ca: Pull complete99a5c1cc5cf4: Pull completee77a47d92406: Pull complete4f4fb700ef54: Pull complete1e645893c166: Pull complete4d79b77ccb64: Pull complete8f92218ad268: Pull completed37cd7807d67: Pull completeeae9cdbb8e94: Pull complete00e84e4dddf6: Pull completeec5e1e9d7a11: Pull complete5a366988733e: Pull complete5d3dff2b6c80: Pull complete2d08b04c2596: Pull completefb41acb401da: Pull complete7af27a693e4f: Pull complete615b51657365: Pull completeac9ea76617e5: Pull complete2f380e108faf: Pull completeabe564c0399a: Pull complete4958a3486050: Pull complete7937a8b7141c: Pull completedd688a1942d3: Pull complete4bf64a7280b4: Pull complete19061a131e0c: Pull complete557682a965aa: Pull completeDigest: sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3Status: Downloaded newer image for ocaml/opam@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c32026-03-14 12:04.16 ---> using "144829ac18adee3ed2c937d60c6837f2a7221b0e51b71a587628f9a8fb15158c" from cache/: (comment debian-13-4.14_x86_32_opam-2.5)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (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 12:04.16 ---> using "4a3158bef7b8cf4c821f0f33790c2da156eaba233979d14c51c3d94e0e2c7699" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-14 12:04.16 ---> using "84298cc13d95008e3a47c067bcb09e14db4c5c65fe4fd15689ea87ab844dde19" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-94-genericThe OCaml toplevel, version 4.14.22.5.02026-03-14 12:04.16 ---> using "4ce42fb9795d97183513d9c90c019250431dcfbc296ac508228bf56b5b5b98e2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-14 12:04.16 ---> using "1fd4531578544d578796569008156d1d2a9a92f22078d0458c62a8457f50b2d5" 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_HEADffb54b9bdd..f2e7a221a1 master -> origin/master31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-03-14 12:04.16 ---> using "95f7355fa2f3abc1b73f42375792cb5d03823008f394e6af8863b7f249b36740" from cache/src: (copy (src opam-dune-lint.opam) (dst ./))2026-03-14 12:04.17 ---> saved as "553101801556a3f37fb467903b23c90eb2d5d498a35ea73d4035588eb87ff91d"/src: (run (network host)(shell "opam pin add -yn opam-dune-lint.dev './'"))[opam-dune-lint.dev] synchronised (file:///src)opam-dune-lint is now pinned to file:///src (version dev)2026-03-14 12:04.18 ---> saved as "cb0107d88c3126fc6120df52ab4063cb74087d090d6f297811d8e13a8c7e9165"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-14 12:04.18 ---> saved as "7df5d801355b88a7090bd848c8639735aa52df262f75c1e0db552e2534dd4979"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.21.1 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.21.1 swhid_core.0.1 top-closure.3.21.1 topkg.1.1.1 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.5 --depext-only -y opam-dune-lint.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main i386 Packages [9430 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [102 kB]- Fetched 9764 kB in 1s (7759 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[opam-dune-lint.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).# To update the current shell environment, run: eval $(opam env)2026-03-14 12:04.29 ---> saved as "ac458ba816e1dc57eb0c1a64a20bdcb22b271cfeb3346a0a4d73efdb03839dab"/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 41 packages- install astring 0.8.5- install bos 0.2.1- install cmdliner 2.1.0- install csexp 1.5.2- install dune 3.21.1- install dyn 3.21.1- install fmt 0.11.0- install fpath 0.7.3- install fs-io 3.21.1- install jsonm 1.0.2- install logs 0.10.0- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install num 1.6- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocamlgraph 2.2.0- install opam-core 2.5.0- install opam-file-format 2.2.0- install opam-format 2.5.0- install opam-repository 2.5.0- install opam-state 2.5.0- install ordering 3.21.1- install parsexp v0.16.0- install patch 3.1.0- install pp 2.0.0- install re 1.14.0- install rresult 0.7.0- install sexplib v0.16.0- install sexplib0 v0.16.0- install sha 1.15.4- install spdx_licenses 1.4.0- install stdlib-shims 0.3.0- install stdune 3.21.1- install swhid_core 0.1- install top-closure 3.21.1- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.21.1, dyn.3.21.1, fs-io.3.21.1, ordering.3.21.1, stdune.3.21.1, top-closure.3.21.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlgraph.2.2.0 (cached)-> retrieved opam-core.2.5.0, opam-format.2.5.0, opam-repository.2.5.0, opam-state.2.5.0 (cached)-> retrieved opam-file-format.2.2.0 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved patch.3.1.0 (cached)-> installed cmdliner.2.1.0-> installed num.1.6-> retrieved pp.2.0.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved spdx_licenses.1.4.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved swhid_core.0.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed astring.0.8.5-> installed logs.0.10.0-> installed jsonm.1.0.2-> installed fpath.0.7.3-> installed bos.0.2.1-> installed dune.3.21.1-> installed csexp.1.5.2-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed ocamlgraph.2.2.0-> installed patch.3.1.0-> installed pp.2.0.0-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed spdx_licenses.1.4.0-> installed stdlib-shims.0.3.0-> installed swhid_core.0.1-> installed ordering.3.21.1-> installed parsexp.v0.16.0-> installed fs-io.3.21.1-> installed top-closure.3.21.1-> installed sha.1.15.4-> installed dyn.3.21.1-> installed sexplib.v0.16.0-> installed menhir.20260209-> installed opam-file-format.2.2.0-> installed opam-core.2.5.0-> installed stdune.3.21.1-> installed opam-format.2.5.0-> installed opam-repository.2.5.0-> installed opam-state.2.5.0Done.# To update the current shell environment, run: eval $(opam env)2026-03-14 12:05.39 ---> saved as "8a9e9d1e33e0d9ef18e9a925e6614d9a308346ca2b6b18361052314eeb2cbc02"/src: (copy (src .) (dst /src))2026-03-14 12:05.40 ---> saved as "6d185ef0c2c99edbb62f2eb0428446ea9ce0bc3adbdf0a7d39a57e1480ee3190"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-03-14 12:05.41 ---> saved as "e0eabe3fbbabab524e2b76978c3f32e0270ca9d37c65f35d4bbc81cb5084cb91"Job succeeded2026-03-14 12:05.41: Job succeeded