2026-04-29 00:35.47: New job: test mirage/mirage-net https://github.com/mirage/mirage-net.git#refs/heads/main (c4ae15913557c068034e0701bcf6a38702db9ba1) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-net.git" -b "main" && cd "mirage-net" && git reset --hard c4ae1591cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b# ubuntu-25.10-5.4_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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mirage-net.opam ./RUN opam pin add -yn mirage-net.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 lwt.6.1.2 macaddr.5.6.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 topkg.1.1.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-net.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-29 00:35.47: Using cache hint "mirage/mirage-net-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b-ubuntu-25.10-5.4_opam-2.5-d485c2376be5cb65485389ac4bd3e546"2026-04-29 00:35.47: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b)(comment ubuntu-25.10-5.4_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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mirage-net.opam) (dst ./))(run (network host)(shell "opam pin add -yn mirage-net.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 lwt.6.1.2 macaddr.5.6.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 topkg.1.1.1")(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 mirage-net.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-29 00:35.47: Waiting for resource in pool OCluster2026-04-29 02:02.55: Waiting for worker…2026-04-29 02:05.07: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at c4ae159 Merge pull request #27 from hannesm/add-maint(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b' locallydocker.io/ocaml/opam@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b: Pulling from ocaml/opam16c195d4c5e9: Pulling fs layer1c62812e7321: Pulling fs layer8a4b09d2a7a7: Pulling fs layer3318481042ff: Pulling fs layer3efb10c5a696: Pulling fs layer888f94101ffe: Pulling fs layercb111e18f70b: Pulling fs layer4577a01d97fc: Pulling fs layer36c03f94b287: Pulling fs layerb55120cc7c58: Pulling fs layer40f87b6b7b5e: Pulling fs layerb6b4461886a5: Pulling fs layer82cf66283d29: Pulling fs layer1a02079536a8: Pulling fs layer888f94101ffe: Waiting2e0bc88eb84b: Pulling fs layercb111e18f70b: Waiting09b28afbcd46: Pulling fs layer4577a01d97fc: Waiting00cd2b8865d8: Pulling fs layer2e4e2f0309f4: Pulling fs layer36c03f94b287: Waitingb55120cc7c58: Waiting40f87b6b7b5e: Waitingb6b4461886a5: Waiting50db42a840cc: Pulling fs layer82cf66283d29: Waiting09b28afbcd46: Waiting1a02079536a8: Waiting5913402ab519: Pulling fs layer00cd2b8865d8: Waiting2e0bc88eb84b: Waiting519e922f93a7: Pulling fs layer332f52403f35: Pulling fs layer3318481042ff: Waiting4f4fb700ef54: Pulling fs layer2e4e2f0309f4: Waitinga6f5d82bd51a: Pulling fs layer3efb10c5a696: Waiting22b6b33dc014: Pulling fs layerc4ba1bb0beef: Pulling fs layer519e922f93a7: Waiting819f9134fecb: Pulling fs layer332f52403f35: Waiting5913402ab519: Waiting50db42a840cc: Waiting3a2ab9b94171: Pulling fs layera6f5d82bd51a: Waiting1cf4451cd5ed: Pulling fs layerff69b5cd68bc: Pulling fs layer4f4fb700ef54: Waitingcd0e15413539: Pulling fs layer22b6b33dc014: Waitingc4ba1bb0beef: Waiting3f08ff270ed3: Pulling fs layerff69b5cd68bc: Waiting819f9134fecb: Waiting3a2ab9b94171: Waiting7a3d3f919aa8: Pulling fs layer1cf4451cd5ed: Waitingc98da4399bf5: Pulling fs layeraf6ae49e31af: Pulling fs layer3f08ff270ed3: Waiting1c5876ef1c32: Pulling fs layer7a3d3f919aa8: Waiting0090888c3ffc: Pulling fs layerc98da4399bf5: Waiting201e5e865a7a: Pulling fs layeraf6ae49e31af: Waiting1c5876ef1c32: Waitingd369afea098a: Pulling fs layer0090888c3ffc: Waiting201e5e865a7a: Waitingb826f9587249: Pulling fs layerd7b96966ef4d: Pulling fs layer679cdcbf0694: Pulling fs layerb826f9587249: Waitingd369afea098a: Waitingd7b96966ef4d: Waiting1c95b99f9a8a: Pulling fs layer0768d7b60399: Pulling fs layer8ee00cb0cdd7: Pulling fs layer679cdcbf0694: Waiting172110b2444b: Pulling fs layer1c95b99f9a8a: Waiting0768d7b60399: Waiting8ee00cb0cdd7: Waiting0e9c7540a7ed: Pulling fs layer9cee72d1c6b0: Pulling fs layer172110b2444b: Waiting9cee72d1c6b0: Waiting0e9c7540a7ed: Waiting1c62812e7321: Verifying Checksum1c62812e7321: Download complete8a4b09d2a7a7: Verifying Checksum8a4b09d2a7a7: Download complete16c195d4c5e9: Verifying Checksum16c195d4c5e9: Download complete3318481042ff: Verifying Checksum3318481042ff: Download completecb111e18f70b: Verifying Checksumcb111e18f70b: Download complete3efb10c5a696: Verifying Checksum3efb10c5a696: Download complete4577a01d97fc: Download complete36c03f94b287: Verifying Checksum36c03f94b287: Download complete40f87b6b7b5e: Verifying Checksum40f87b6b7b5e: Download completeb55120cc7c58: Verifying Checksumb55120cc7c58: Download completeb6b4461886a5: Verifying Checksumb6b4461886a5: Download complete82cf66283d29: Verifying Checksum82cf66283d29: Download complete16c195d4c5e9: Pull complete1c62812e7321: Pull complete8a4b09d2a7a7: Pull complete1a02079536a8: Verifying Checksum1a02079536a8: Download complete888f94101ffe: Verifying Checksum888f94101ffe: Download complete09b28afbcd46: Verifying Checksum09b28afbcd46: Download complete00cd2b8865d8: Verifying Checksum00cd2b8865d8: Download complete2e0bc88eb84b: Verifying Checksum2e0bc88eb84b: Download complete2e4e2f0309f4: Download complete50db42a840cc: Verifying Checksum50db42a840cc: Download complete5913402ab519: Verifying Checksum5913402ab519: Download complete3318481042ff: Pull complete519e922f93a7: Verifying Checksum519e922f93a7: Download complete332f52403f35: Verifying Checksum332f52403f35: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completea6f5d82bd51a: Verifying Checksuma6f5d82bd51a: Download complete22b6b33dc014: Download complete819f9134fecb: Verifying Checksum819f9134fecb: Download complete3a2ab9b94171: Download completec4ba1bb0beef: Verifying Checksumc4ba1bb0beef: Download complete3efb10c5a696: Pull complete1cf4451cd5ed: Verifying Checksum1cf4451cd5ed: Download completeff69b5cd68bc: Download completecd0e15413539: Verifying Checksumcd0e15413539: Download complete3f08ff270ed3: Verifying Checksum3f08ff270ed3: Download complete7a3d3f919aa8: Download completec98da4399bf5: Verifying Checksumc98da4399bf5: Download completeaf6ae49e31af: Verifying Checksumaf6ae49e31af: Download complete0090888c3ffc: Verifying Checksum0090888c3ffc: Download completed369afea098a: Download completeb826f9587249: Download completed7b96966ef4d: Download complete679cdcbf0694: Verifying Checksum679cdcbf0694: Download complete1c95b99f9a8a: Verifying Checksum1c95b99f9a8a: Download complete1c5876ef1c32: Verifying Checksum1c5876ef1c32: Download complete0768d7b60399: Verifying Checksum0768d7b60399: Download complete172110b2444b: Download complete0e9c7540a7ed: Download complete9cee72d1c6b0: Verifying Checksum9cee72d1c6b0: Download complete8ee00cb0cdd7: Verifying Checksum8ee00cb0cdd7: Download complete888f94101ffe: Pull completecb111e18f70b: Pull complete4577a01d97fc: Pull complete36c03f94b287: Pull completeb55120cc7c58: Pull complete40f87b6b7b5e: Pull completeb6b4461886a5: Pull complete82cf66283d29: Pull complete1a02079536a8: Pull complete2e0bc88eb84b: Pull complete09b28afbcd46: Pull complete00cd2b8865d8: Pull complete2e4e2f0309f4: Pull complete50db42a840cc: Pull complete5913402ab519: Pull complete519e922f93a7: Pull complete332f52403f35: Pull complete4f4fb700ef54: Pull completea6f5d82bd51a: Pull complete22b6b33dc014: Pull completec4ba1bb0beef: Pull complete819f9134fecb: Pull complete3a2ab9b94171: Pull complete1cf4451cd5ed: Pull completeff69b5cd68bc: Pull completecd0e15413539: Pull complete3f08ff270ed3: Pull complete7a3d3f919aa8: Pull completec98da4399bf5: Pull completeaf6ae49e31af: Pull complete201e5e865a7a: Verifying Checksum201e5e865a7a: Download complete1c5876ef1c32: Pull complete0090888c3ffc: Pull complete201e5e865a7a: Pull completed369afea098a: Pull completeb826f9587249: Pull completed7b96966ef4d: Pull complete679cdcbf0694: Pull complete1c95b99f9a8a: Pull complete0768d7b60399: Pull complete8ee00cb0cdd7: Pull complete172110b2444b: Pull complete0e9c7540a7ed: Pull complete9cee72d1c6b0: Pull completeDigest: sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4bStatus: Downloaded newer image for ocaml/opam@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b2026-04-29 02:05.07 ---> using "6f30897515c1e824a950778ea676e229c104637b6aa7ebb64a6b53fea7d6cfa7" from cache/: (comment ubuntu-25.10-5.4_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-29 02:05.07 ---> using "ed652262ffe41adc8028dee056f45315aa4f3887ab4acc45b8d73186149e101e" 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-29 02:05.07 ---> using "ad4cd56fa8230439a361a9df0e86dd3506d48c3e5068086c2933cdd52eceab67" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.12.5.02026-04-29 02:05.07 ---> using "71a2c562bc27d627cf1dd84848313ec1ea0634d615bb73f843054f8c68abea91" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-29 02:05.07 ---> using "575fef843e896b9779ee1eb6db58ec4085b692ac117dad7cfb2598c75e137f99" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..dd592986d4 master -> origin/masterdd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)Everything as up-to-date as possibleHowever, 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-29 02:05.07 ---> using "edf769c9fe92cac2a57477407bae7db45dc38b698077be489eb0b1b4725dc8f8" from cache/src: (copy (src mirage-net.opam) (dst ./))2026-04-29 02:05.08 ---> saved as "b3721f70a4f8c990425922910876e35ecb33139fb8dc8c56947a6d034d3b2c4f"/src: (run (network host)(shell "opam pin add -yn mirage-net.dev './'"))[mirage-net.dev] synchronised (file:///src)mirage-net is now pinned to file:///src (version dev)2026-04-29 02:05.09 ---> saved as "f6c3671ca3d63e1c15c991fb3e38c9b01349b90c3581259350d0950c4a8e286b"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-29 02:05.10 ---> saved as "f77a8bc2fde96929e4a0482cd996fb70fdb44ed498214d05421a369e751cbbae"/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 lwt.6.1.2 macaddr.5.6.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 topkg.1.1.1")/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 mirage-net.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Get:2 http://security.ubuntu.com/ubuntu questing-security/multiverse amd64 Packages [2684 B]- Get:3 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [292 kB]- Get:4 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [238 kB]- Get:5 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [363 kB]- Hit:6 http://archive.ubuntu.com/ubuntu questing InRelease- Get:7 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [499 kB]- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [377 kB]- Get:11 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [22.5 kB]- Get:12 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [274 kB]- Get:13 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [3995 B]- Fetched 2476 kB in 0s (6629 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-net.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.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-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).# To update the current shell environment, run: eval $(opam env)2026-04-29 02:05.19 ---> saved as "3d033b8168e6290368b637033121b888a06ffbbe1d99d2d053847fd82e74ee37"/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.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-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 13 packages- install base-bytes base- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install dune 3.22.2- install dune-configurator 3.22.2- install fmt 0.11.0- install lwt 6.1.2- install macaddr 5.6.2- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install topkg 1.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved macaddr.5.6.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed dune.3.22.2-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed macaddr.5.6.2-> installed ocplib-endian.1.2-> installed dune-configurator.3.22.2-> installed lwt.6.1.2Done.# To update the current shell environment, run: eval $(opam env)2026-04-29 02:06.03 ---> saved as "af5528a2823a51f6100a21368367b6cc1230645ea25a4fd75ecf71ef33f7c57a"/src: (copy (src .) (dst /src))2026-04-29 02:06.03 ---> saved as "8cec84770d4604f7c950eee8a2042b467de7d191f0c97d1da8acef564d96744b"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-29 02:06.04 ---> saved as "3aa196fdca827bdda2a36ff4a0bb71ac3e1b7e44ab12a06716ffb285f7cac92a"Job succeeded2026-04-29 02:06.04: Job succeeded