2026-03-14 10:16.49: 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.09_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.09@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053aOpam 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.09@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a# debian-13-4.09_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 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.v0.14.3 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 dune-configurator.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.8.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.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.14.2 patch.3.1.0 pp.2.0.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.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:16.49: Using cache hint "ocurrent/opam-dune-lint-ocaml/opam:debian-13-ocaml-4.09@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a-debian-13-4.09_opam-2.5-d2f50de429a7429d814cf134d910f75e"2026-03-14 10:16.49: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.09@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a)(comment debian-13-4.09_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 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.v0.14.3 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 dune-configurator.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.8.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.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.14.2 patch.3.1.0 pp.2.0.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.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:16.49: Waiting for resource in pool OCluster2026-03-14 10:55.59: Waiting for worker…2026-03-14 10:58.22: 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.09@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a)Unable to find image 'ocaml/opam:debian-13-ocaml-4.09@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a' locallydocker.io/ocaml/opam@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a: Pulling from ocaml/opam866771c43bf5: Pulling fs layer1e49bea09367: Pulling fs layere793768537e6: Pulling fs layered323d3d481a: Pulling fs layer7df34a5cd5f1: Pulling fs layerfd712d3eb935: Pulling fs layer4b9fb8c99118: Pulling fs layer9d9a01948b94: Pulling fs layer0f1514f90b32: Pulling fs layere1ec5a753447: Pulling fs layer03cc323e2f71: Pulling fs layerc09c08ea9749: Pulling fs layerb36b619f8e6b: Pulling fs layer195344ca5274: Pulling fs layer228ee78582a6: Pulling fs layered323d3d481a: Waiting7df34a5cd5f1: Waiting504bde1c25b3: Pulling fs layer9d8b1356c89f: Pulling fs layerfd712d3eb935: Waiting4b9fb8c99118: Waiting568fb6dda155: Pulling fs layer9d9a01948b94: Waitingc499c9198aea: Pulling fs layer048e5e358118: Pulling fs layerc09c08ea9749: Waiting871ca48eb45d: Pulling fs layer0f1514f90b32: Waiting4f4fb700ef54: Pulling fs layer228ee78582a6: Waitingb36b619f8e6b: Waitinge1ec5a753447: Waiting195344ca5274: Waiting504bde1c25b3: Waitinga5a2568b9df9: Pulling fs layer068cf3106ac8: Pulling fs layer568fb6dda155: Waiting559f54ec9b29: Pulling fs layerc499c9198aea: Waiting798ffd96fde5: Pulling fs layer03cc323e2f71: Waiting871ca48eb45d: Waitinge9a891bf80d7: Pulling fs layer9d8b1356c89f: Waitingd720cfe12674: Pulling fs layer048e5e358118: Waitingc81c932f4a91: Pulling fs layera5a2568b9df9: Waiting79f24fa3bb11: Pulling fs layer4f4fb700ef54: Waiting068cf3106ac8: Waitinge9a891bf80d7: Waiting798ffd96fde5: Waitingd720cfe12674: Waitingc81c932f4a91: Waiting8c1debcd8c20: Pulling fs layer1bb2cfea7250: Pulling fs layer8c1debcd8c20: Waiting2b3d3ca75e4c: Pulling fs layer557cacaf263c: Pulling fs layer2b3d3ca75e4c: Waitingd10483022eef: Pulling fs layer557cacaf263c: Waiting7b62a90d8223: Pulling fs layer28ce8ea66e72: Pulling fs layer1bb2cfea7250: Waitingd975909ea717: Pulling fs layer79f24fa3bb11: Waitingd10483022eef: Waiting5c215c69c247: Pulling fs layere7c082452a54: Pulling fs layer28ce8ea66e72: Waitingd975909ea717: Waiting831aa91e6d94: Pulling fs layera074f1c29577: Pulling fs layere7c082452a54: Waiting5c3929ea206e: Pulling fs layera074f1c29577: Waitingd6d23076d451: Pulling fs layer5c215c69c247: Waitingd6d23076d451: Waiting1e49bea09367: Verifying Checksum1e49bea09367: Download completee793768537e6: Verifying Checksume793768537e6: Download complete7df34a5cd5f1: Download complete866771c43bf5: Verifying Checksum866771c43bf5: Download completeed323d3d481a: Verifying Checksumed323d3d481a: Download complete4b9fb8c99118: Verifying Checksum4b9fb8c99118: Download complete9d9a01948b94: Verifying Checksum9d9a01948b94: Download complete0f1514f90b32: Verifying Checksum0f1514f90b32: Download complete03cc323e2f71: Verifying Checksum03cc323e2f71: Download completee1ec5a753447: Verifying Checksume1ec5a753447: Download completec09c08ea9749: Verifying Checksumc09c08ea9749: Download completeb36b619f8e6b: Verifying Checksumb36b619f8e6b: Download complete228ee78582a6: Verifying Checksum228ee78582a6: Download complete195344ca5274: Verifying Checksum195344ca5274: Download complete504bde1c25b3: Verifying Checksum504bde1c25b3: Download complete9d8b1356c89f: Download complete568fb6dda155: Verifying Checksum568fb6dda155: Download completec499c9198aea: Verifying Checksumc499c9198aea: Download complete048e5e358118: Verifying Checksum048e5e358118: Download complete871ca48eb45d: Download complete866771c43bf5: Pull complete1e49bea09367: Pull completee793768537e6: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completea5a2568b9df9: Verifying Checksuma5a2568b9df9: Download completefd712d3eb935: Verifying Checksumfd712d3eb935: Download complete068cf3106ac8: Download complete559f54ec9b29: Download complete798ffd96fde5: Download completee9a891bf80d7: Verifying Checksume9a891bf80d7: Download completed720cfe12674: Download completeed323d3d481a: Pull complete7df34a5cd5f1: Pull completec81c932f4a91: Verifying Checksumc81c932f4a91: Download complete79f24fa3bb11: Download complete8c1debcd8c20: Download complete1bb2cfea7250: Verifying Checksum1bb2cfea7250: Download complete2b3d3ca75e4c: Download complete557cacaf263c: Verifying Checksum557cacaf263c: Download complete7b62a90d8223: Download completed975909ea717: Verifying Checksumd975909ea717: Download complete5c215c69c247: Download completee7c082452a54: Verifying Checksume7c082452a54: Download complete28ce8ea66e72: Download completea074f1c29577: Download complete5c3929ea206e: Verifying Checksum5c3929ea206e: Download completed6d23076d451: Verifying Checksumd6d23076d451: Download complete831aa91e6d94: Verifying Checksum831aa91e6d94: Download completed10483022eef: Verifying Checksumd10483022eef: Download completefd712d3eb935: Pull complete4b9fb8c99118: Pull complete9d9a01948b94: Pull complete0f1514f90b32: Pull completee1ec5a753447: Pull complete03cc323e2f71: Pull completec09c08ea9749: Pull completeb36b619f8e6b: Pull complete195344ca5274: Pull complete228ee78582a6: Pull complete504bde1c25b3: Pull complete9d8b1356c89f: Pull complete568fb6dda155: Pull completec499c9198aea: Pull complete048e5e358118: Pull complete871ca48eb45d: Pull complete4f4fb700ef54: Pull completea5a2568b9df9: Pull complete068cf3106ac8: Pull complete559f54ec9b29: Pull complete798ffd96fde5: Pull completee9a891bf80d7: Pull completed720cfe12674: Pull completec81c932f4a91: Pull complete79f24fa3bb11: Pull complete8c1debcd8c20: Pull complete1bb2cfea7250: Pull complete2b3d3ca75e4c: Pull complete557cacaf263c: Pull completed10483022eef: Pull complete7b62a90d8223: Pull complete28ce8ea66e72: Pull completed975909ea717: Pull complete5c215c69c247: Pull completee7c082452a54: Pull complete831aa91e6d94: Pull completea074f1c29577: Pull complete5c3929ea206e: Pull completed6d23076d451: Pull completeDigest: sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053aStatus: Downloaded newer image for ocaml/opam@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a2026-03-14 10:58.22 ---> using "28cee70f2eb4fa8fb33112744eaac147d7365d8f1114c87e4f5433c6be525f95" from cache/: (comment debian-13-4.09_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 10:58.22 ---> using "d7cee649f336d71aa3726e62bdb6a364a02d146071185f01540869da6a982fd9" 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 10:58.22 ---> using "68cdfb3c36ad9377e690d20a6d8149a4aea9e0d453e8185e4b85700889e99432" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-94-genericThe OCaml toplevel, version 4.09.12.5.02026-03-14 10:58.22 ---> using "985d32b69c550867434ec7960bff23e0d2769e6b050fcc5c1283e230e25bf21f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-14 10:58.22 ---> using "70cf2f285c5eb2c41fecac9825d8db8fc82e3e303ed9d956e2f89343a8ebc805" 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 10:58.22 ---> using "fbb0b74e312748472766372f8dc1b2560593cf0c401866779bbdbb0d966c8cdd" from cache/src: (copy (src opam-dune-lint.opam) (dst ./))2026-03-14 10:58.22 ---> saved as "901cce03f55c827a946c0b048ed34a6ffa9fb825fff0a80ff6c764ff5efd6dfb"/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 10:58.24 ---> saved as "5b177c4cbb7cddd222a9ab76267109350cb1d2e53f5808b9eed9413e369e60db"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-14 10:58.24 ---> saved as "727bf8ab5f7a5637c78b6c5ef44493970b85ab9742c8c612d10d6ff668ca3075"/src: (env DEPS "astring.0.8.5 base.v0.14.3 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 dune-configurator.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.8.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.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.14.2 patch.3.1.0 pp.2.0.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.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"- 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 [111 kB]- Fetched 202 kB in 0s (1946 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[opam-dune-lint.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).[NOTE] Package ocaml is already installed (current version is 4.09.1).[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 10:58.33 ---> saved as "7768867974afa6cb4c7069a94a3b8a836a82a7cf1a1525b74d2cb20a83bd84f4"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).[NOTE] Package ocaml is already installed (current version is 4.09.1).[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 44 packages- install astring 0.8.5- install base v0.14.3- install bos 0.2.1- install cmdliner 2.1.0- install csexp 1.5.2- install dune 3.21.1- install dune-configurator 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.8.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.14.2- install patch 3.1.0- install pp 2.0.0- install re 1.11.0- install rresult 0.7.0- install seq base- install sexplib v0.14.0- install sexplib0 v0.14.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 base.v0.14.3 (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.8.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, dune-configurator.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.14.2 (cached)-> retrieved patch.3.1.0 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved seq.base (cached)-> retrieved re.1.11.0 (cached)-> installed cmdliner.2.1.0-> installed num.1.6-> installed seq.base-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib.v0.14.0 (cached)-> retrieved sexplib0.v0.14.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 uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed fpath.0.7.3-> installed logs.0.8.0-> 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.11.0-> installed sexplib0.v0.14.0-> installed spdx_licenses.1.4.0-> installed stdlib-shims.0.3.0-> installed swhid_core.0.1-> installed sha.1.15.4-> installed fs-io.3.21.1-> installed ordering.3.21.1-> installed top-closure.3.21.1-> installed dune-configurator.3.21.1-> installed dyn.3.21.1-> installed opam-core.2.5.0-> installed menhir.20260209-> installed opam-file-format.2.2.0-> installed base.v0.14.3-> installed stdune.3.21.1-> installed parsexp.v0.14.2-> installed sexplib.v0.14.0-> 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 10:59.38 ---> saved as "3817ec134f11fbd849daf035bd7c5a6324e01b14783ea70e54804649dd579b19"/src: (copy (src .) (dst /src))2026-03-14 10:59.39 ---> saved as "d77e83fbab40d218caded1c6c2157bee023b356ec701d2068605f71a5695dbc5"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-03-14 10:59.41 ---> saved as "64cf4db621691bd1e97616377257dfebf43b2966f6ee3f9445a916881652d76c"Job succeeded2026-03-14 10:59.41: Job succeeded