2025-10-16 07:30.22: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/heads/main (7adc1db613c51e06fa540886918eee456923caa4) (linux-x86_64:debian-13-5.4~alpha1_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-skeleton.git" -b "main" && cd "mirage-skeleton" && git reset --hard 7adc1db6cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b# debian-13-5.4~alpha1_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mirage-skeleton.opam ./RUN opam pin add -yn mirage-skeleton.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.0.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 macaddr.5.6.1 mirage.4.10.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 opam-monorepo.0.4.3 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y mirage-skeleton.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-16 07:30.22: Using cache hint "mirage/mirage-skeleton-ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b-debian-13-5.4~alpha1_opam-2.4-4a8e5337f567a7b103a2002b80f47455"2025-10-16 07:30.22: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b)(comment debian-13-5.4~alpha1_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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mirage-skeleton.opam) (dst ./))(run (network host)(shell "opam pin add -yn mirage-skeleton.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.0.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 macaddr.5.6.1 mirage.4.10.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 opam-monorepo.0.4.3 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 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 mirage-skeleton.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-10-16 07:30.22: Waiting for resource in pool OCluster2025-10-16 07:30.22: Waiting for worker…2025-10-16 07:30.22: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 7adc1db Merge pull request #414 from mirage/reformat(from ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b' locallydocker.io/ocaml/opam@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b: Pulling from ocaml/opam15b1d8a5ff03: Pulling fs layer4d5eb3ed0208: Pulling fs layerb44e00377829: Pulling fs layer93018e586176: Pulling fs layer587e432a29e2: Pulling fs layercdf304204754: Pulling fs layera444cfe202e3: Pulling fs layer964991c828c0: Pulling fs layera94458d90f79: Pulling fs layerb44e00377829: Waiting15b1d8a5ff03: Waitinge972c69afbc9: Pulling fs layer4d5eb3ed0208: Waiting3997d62e9de2: Pulling fs layerd78ea61f72f9: Pulling fs layerc68a1176424c: Pulling fs layer964991c828c0: Waitingcdf304204754: Waitinga444cfe202e3: Waiting93018e586176: Waiting63495b383f1a: Pulling fs layeraa1a6204320d: Pulling fs layera94458d90f79: Waiting3997d62e9de2: Waiting187b2023e0b3: Pulling fs layer4787e66ddf43: Pulling fs layer63495b383f1a: Waiting973a552bac2d: Pulling fs layerd78ea61f72f9: Waiting8ad831d15267: Pulling fs layerc68a1176424c: Waitingaa1a6204320d: Waitinga8377bc33a29: Pulling fs layer187b2023e0b3: Waiting84a002321686: Pulling fs layer4787e66ddf43: Waiting973a552bac2d: Waiting4f4fb700ef54: Pulling fs layer5d52c4f201d6: Pulling fs layer68ef19bc296a: Pulling fs layer1cda2aa0af1b: Pulling fs layer769f31bcfe07: Pulling fs layerb1d715eb0b34: Pulling fs layer68ef19bc296a: Waiting1cda2aa0af1b: Waiting4f4fb700ef54: Waiting6b92d559de80: Pulling fs layer1552f16d9075: Pulling fs layerb1d715eb0b34: Waiting769f31bcfe07: Waiting6b92d559de80: Waiting7a69328970da: Pulling fs layer8ad831d15267: Waitinge66b1fc86e6f: Pulling fs layerb14737f10b30: Pulling fs layer7a69328970da: Waiting4b7cf33f8dea: Pulling fs layerb14737f10b30: Waiting0499d18bfcaa: Pulling fs layerfb0e4a52e51b: Pulling fs layer4b7cf33f8dea: Waiting1552f16d9075: Waitingaf1ea896d29c: Pulling fs layercff41317f198: Pulling fs layer5d52c4f201d6: Waitingfbb90a49a8ca: Pulling fs layer2f7f155032eb: Pulling fs layeraf1ea896d29c: Waitinga8377bc33a29: Waiting02f68e1ce660: Pulling fs layerfbb90a49a8ca: Waitingde820a1554c7: Pulling fs layer2f7f155032eb: Waiting272b38ce9f7a: Pulling fs layer62e2b161c605: Pulling fs layerbf176191be20: Pulling fs layerde820a1554c7: Waiting6b6cec00d5b9: Pulling fs layer272b38ce9f7a: Waiting62e2b161c605: Waitingdc9e66bd17b6: Pulling fs layerbf176191be20: Waiting9a70f7895410: Pulling fs layer09c20b57d2a7: Pulling fs layer15b1d8a5ff03: Verifying Checksum15b1d8a5ff03: Download complete4d5eb3ed0208: Download completeb44e00377829: Verifying Checksumb44e00377829: Download complete15b1d8a5ff03: Pull complete4d5eb3ed0208: Pull completeb44e00377829: Pull complete587e432a29e2: Verifying Checksum587e432a29e2: Download complete93018e586176: Verifying Checksum93018e586176: Download complete93018e586176: Pull complete587e432a29e2: Pull completea444cfe202e3: Verifying Checksuma444cfe202e3: Download completecdf304204754: Verifying Checksumcdf304204754: Download complete964991c828c0: Verifying Checksum964991c828c0: Download completea94458d90f79: Verifying Checksuma94458d90f79: Download complete3997d62e9de2: Verifying Checksum3997d62e9de2: Download completee972c69afbc9: Verifying Checksume972c69afbc9: Download completec68a1176424c: Verifying Checksumc68a1176424c: Download completed78ea61f72f9: Verifying Checksumd78ea61f72f9: Download complete63495b383f1a: Verifying Checksum63495b383f1a: Download completeaa1a6204320d: Verifying Checksumaa1a6204320d: Download complete187b2023e0b3: Verifying Checksum187b2023e0b3: Download complete973a552bac2d: Verifying Checksum973a552bac2d: Download complete8ad831d15267: Download complete4787e66ddf43: Verifying Checksum4787e66ddf43: Download completea8377bc33a29: Verifying Checksuma8377bc33a29: Download complete84a002321686: Verifying Checksum84a002321686: Download complete4f4fb700ef54: Download complete5d52c4f201d6: Download complete68ef19bc296a: Download complete1cda2aa0af1b: Verifying Checksum1cda2aa0af1b: Download complete769f31bcfe07: Download complete6b92d559de80: Verifying Checksum6b92d559de80: Download completeb1d715eb0b34: Verifying Checksumb1d715eb0b34: Download complete7a69328970da: Verifying Checksum7a69328970da: Download complete1552f16d9075: Verifying Checksum1552f16d9075: Download completeb14737f10b30: Verifying Checksumb14737f10b30: Download completee66b1fc86e6f: Verifying Checksume66b1fc86e6f: Download complete4b7cf33f8dea: Verifying Checksum4b7cf33f8dea: Download complete0499d18bfcaa: Download completeaf1ea896d29c: Verifying Checksumaf1ea896d29c: Download completecdf304204754: Pull completecff41317f198: Verifying Checksumcff41317f198: Download completefb0e4a52e51b: Verifying Checksumfb0e4a52e51b: Download completea444cfe202e3: Pull completefbb90a49a8ca: Download complete2f7f155032eb: Verifying Checksum2f7f155032eb: Download completede820a1554c7: Verifying Checksumde820a1554c7: Download complete964991c828c0: Pull complete02f68e1ce660: Verifying Checksum02f68e1ce660: Download complete272b38ce9f7a: Download complete62e2b161c605: Verifying Checksum62e2b161c605: Download completea94458d90f79: Pull completebf176191be20: Verifying Checksumbf176191be20: Download completedc9e66bd17b6: Verifying Checksumdc9e66bd17b6: Download completee972c69afbc9: Pull complete3997d62e9de2: Pull complete9a70f7895410: Verifying Checksum9a70f7895410: Download complete09c20b57d2a7: Verifying Checksum09c20b57d2a7: Download completed78ea61f72f9: Pull completec68a1176424c: Pull complete63495b383f1a: Pull completeaa1a6204320d: Pull complete187b2023e0b3: Pull complete4787e66ddf43: Pull complete973a552bac2d: Pull complete8ad831d15267: Pull completea8377bc33a29: Pull complete84a002321686: Pull complete4f4fb700ef54: Pull complete5d52c4f201d6: Pull complete68ef19bc296a: Pull complete1cda2aa0af1b: Pull complete769f31bcfe07: Pull completeb1d715eb0b34: Pull complete6b6cec00d5b9: Verifying Checksum6b6cec00d5b9: Download complete6b92d559de80: Pull complete1552f16d9075: Pull complete7a69328970da: Pull completee66b1fc86e6f: Pull completeb14737f10b30: Pull complete4b7cf33f8dea: Pull complete0499d18bfcaa: Pull completefb0e4a52e51b: Pull completeaf1ea896d29c: Pull completecff41317f198: Pull completefbb90a49a8ca: Pull complete2f7f155032eb: Pull complete02f68e1ce660: Pull completede820a1554c7: Pull complete272b38ce9f7a: Pull complete62e2b161c605: Pull completebf176191be20: Pull complete6b6cec00d5b9: Pull completedc9e66bd17b6: Pull complete9a70f7895410: Pull complete09c20b57d2a7: Pull completeDigest: sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1bStatus: Downloaded newer image for ocaml/opam@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b2025-10-16 07:30.22 ---> using "3f95d81d4822767d9dc599129c8ce8bc534ab02216a869abc23583d80d41a357" from cache/: (comment debian-13-5.4~alpha1_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-10-16 07:30.22 ---> using "c297e5790b4ce7401cade9c992adb0d74b2144108546ec7f38adf6e8c2609fcb" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "beta": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/ocaml-beta-repository/': Could not resolve host: github.com"[default] Initialised2025-10-16 07:30.22 ---> using "176d5477f6f38657c9c223e003e7a16a585578b122ebb4ee9130505568775ad4" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.4.0~alpha12.4.12025-10-16 07:30.22 ---> using "ac92732adaca17f989c8bc41a2514b34e9f3d6afcd57819041a848914cf46e24" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-16 07:30.22 ---> using "7f03a2f5f5de6daba403c6491d6e69d6bd69f5c2f6c526e2a95be5dc33974134" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..12d0447fd1 master -> origin/master60c74a29f5 Merge pull request #28709 from hannesm/release-domain-name-v0.5.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository[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-base-compiler.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-10-16 07:30.22 ---> using "ae8de61a0168869ef98757f65f661be2671c7e0b599d64e5b640331e32039057" from cache/src: (copy (src mirage-skeleton.opam) (dst ./))2025-10-16 07:30.22 ---> using "63244a43a319c0ac99e1a03f8faede8a3fcb5cb7fe7189f4532ff369e1ef787e" from cache/src: (run (network host)(shell "opam pin add -yn mirage-skeleton.dev './'"))[NOTE] Package mirage-skeleton does not exist in opam repositories registered in the current switch.[mirage-skeleton.dev] synchronised (file:///src)[WARNING] Failed checks on mirage-skeleton package definition from source at file:///src:warning 68: Missing field 'license'mirage-skeleton is now pinned to file:///src (version dev)2025-10-16 07:30.22 ---> using "99bff750c843ed65ac75b3f25309cdfed41d8255e25982ee276ed5aa1b7944b8" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-16 07:30.22 ---> using "4c94fbd9ccbf7d05880bd7bdd6e5eda6abdc88193b5f69caf40f934a4449b7e8" from cache/src: (env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.0.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 macaddr.5.6.1 mirage.4.10.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 opam-monorepo.0.4.3 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 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 mirage-skeleton.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 [53.8 kB]- Fetched 145 kB in 0s (1493 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-skeleton.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.0~alpha1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1).[NOTE] Package ocaml is already installed (current version is 5.4.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 system packages will first need to be installed:pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"- Selecting previously unselected package libpkgconf3:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20653 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12) ...2025-10-16 07:30.22 ---> using "28039431e83654d56457bc47d60de67667d95b4b0d05d600ab30119f85e49d8d" 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.4.0~alpha1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1).[NOTE] Package ocaml is already installed (current version is 5.4.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 28 packages- install angstrom 0.16.1- install astring 0.8.5- install base64 3.5.2- install bigstringaf 0.10.0- install bos 0.2.1- install cmdliner 2.0.0- install conf-pkg-config 4- install csexp 1.5.2- install domain-name 0.5.0- install dune 3.20.2- install dune-configurator 3.20.2- install emile 1.1- install fmt 0.11.0- install fpath 0.7.3- install ipaddr 5.6.1- install logs 0.9.0- install macaddr 5.6.1- install mirage 4.10.2- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install opam-monorepo 0.4.3- install pecu 0.7- install rresult 0.7.0- install stringext 1.6.0- install topkg 1.1.0- install uri 4.4.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> installed conf-pkg-config.4-> retrieved bos.0.2.1 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved emile.1.1 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved mirage.4.10.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved pecu.0.7 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved uri.4.4.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved opam-monorepo.0.4.3 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.0-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed logs.0.9.0-> installed bos.0.2.1-> installed dune.3.20.2-> installed base64.3.5.2-> installed csexp.1.5.2-> installed domain-name.0.5.0-> installed macaddr.5.6.1-> installed ocaml-syntax-shims.1.0.0-> installed pecu.0.7-> installed stringext.1.6.0-> installed ipaddr.5.6.1-> installed dune-configurator.3.20.2-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed emile.1.1-> installed uri.4.4.0-> installed opam-monorepo.0.4.3-> installed mirage.4.10.2Done.# To update the current shell environment, run: eval $(opam env)2025-10-16 07:30.22 ---> using "ffd23dcde30430959c0b1fdfa2cdfd4328b8ff35c352eb2609af06bece2ef9f7" from cache/src: (copy (src .) (dst /src))2025-10-16 07:30.22 ---> using "6904542645c1d4c6fd2932c3c332833084d07e92321c5d69b389f073bb52bcfc" from cache/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-10-16 07:30.22 ---> using "e46bf4e9913a334c1112d3a175c1e4cd9053ead286f43e200d93017c06cd0663" from cacheJob succeeded2025-10-16 07:30.23: Job succeeded