2026-04-16 16:40.16: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/420/head (01b3663b17dd8a979b9d53c150d6207f38621f47) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-skeleton.git" && cd "mirage-skeleton" && git fetch origin "refs/pull/420/head" && git reset --hard 01b3663bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2# debian-13-5.4_riscv64_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.1.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 logs.0.10.0 macaddr.5.6.2 mirage.4.10.5 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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.1 uri.4.4.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --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-BLOCK2026-04-16 16:40.16: Using cache hint "mirage/mirage-skeleton-ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2-debian-13-5.4_riscv64_opam-2.5-a4d2c6e461055258148321b835ee8ac2"2026-04-16 16:40.16: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2)(comment debian-13-5.4_riscv64_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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 (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.1.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 logs.0.10.0 macaddr.5.6.2 mirage.4.10.5 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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.1 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.5 --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")))2026-04-16 16:40.16: Waiting for resource in pool OCluster2026-04-17 12:21.09: Waiting for worker…2026-04-17 23:21.37: Got resource from pool OClusterBuilding on riscv-bm-03.sw.ci.devAll commits already cachedHEAD is now at 01b3663 Bump ocamlformat version(from ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2' locallydocker.io/ocaml/opam@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2: Pulling from ocaml/opam3e61abfb88ee: Already exists76b1d07b1a3b: Already existsed0a77094d87: Already existsdda49bd8ac08: Already exists79841c38fc3d: Already existse23fd9439732: Already exists269e9966d790: Already exists52cc4e5d6121: Already exists805e105b52dc: Already existsae53fa2b5435: Already existsba1024a7802c: Already existsf9c71e0456b4: Already exists49cdc11c577a: Already exists2e917b473884: Already exists4efed90b2a45: Already existsfc9321643256: Already exists892336fe0a02: Already exists892336fe0a02: Already existsbea8863f3ee4: Already exists4e9cefa5299b: Already existse3cdf819ebd9: Already existscc5f28ef7662: Already exists4f4fb700ef54: Already existsd67f67cce0c9: Already exists254dc46749bc: Already exists98586e50ba59: Already exists7ee86d26bde1: Already exists9274f8a25124: Already exists54277c64a2cf: Already existsb701c0327936: Already exists5520cae2ba51: Already exists86fe8720be3d: Already exists1e9a6fbdb422: Already existsa3abdbab59cc: Already exists1f1577d1ab69: Already exists243e765f6bda: Already exists414badea72c2: Already existsdca5542c6a6c: Already existsd11abfe346ed: Already exists850f5f345d4f: Already exists45a44aaebcc9: Already exists1560e6818fb1: Pulling fs layere1c0adedaeec: Pulling fs layer716945da171a: Pulling fs layerdbaa1f0ec53c: Pulling fs layerb4a0ec97be31: Pulling fs layerac156bfd6092: Pulling fs layer0b5fd1110f83: Pulling fs layerb4a0ec97be31: Waitingac156bfd6092: Waitingdbaa1f0ec53c: Waiting0b5fd1110f83: Waiting1560e6818fb1: Verifying Checksum1560e6818fb1: Download completee1c0adedaeec: Verifying Checksume1c0adedaeec: Download complete716945da171a: Verifying Checksum716945da171a: Download complete1560e6818fb1: Pull completee1c0adedaeec: Pull completeb4a0ec97be31: Verifying Checksumb4a0ec97be31: Download completeac156bfd6092: Verifying Checksumac156bfd6092: Download complete0b5fd1110f83: Download complete716945da171a: Pull completedbaa1f0ec53c: Verifying Checksumdbaa1f0ec53c: Download completedbaa1f0ec53c: Pull completeb4a0ec97be31: Pull completeac156bfd6092: Pull complete0b5fd1110f83: Pull completeDigest: sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2Status: Downloaded newer image for ocaml/opam@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d22026-04-17 23:21.37 ---> using "484c9fa6139706b8afa9764d3652fd702882e8e5056f93677166c9b0844fd477" from cache/: (comment debian-13-5.4_riscv64_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-17 23:21.37 ---> using "e3fcd17677c90ac2badefc4393aa347c1e93834183d635a58d0a18813c0c1cf1" 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-17 23:21.37 ---> using "42cf30aa206babc6ffd1b40cb1eabcdb67ddeeb803e5b9fba84bc3e9e8f2948d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 5.4.12.5.02026-04-17 23:21.37 ---> using "204e85d4f615e24dd02cc13f1e4e8326d5e39b1662e210cce7aafc479b511e97" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-17 23:21.37 ---> using "c5b3cebc9752b51849933feed0e5e6313e53b598d28fd4f67c68d439427a305a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..0b0acbee05 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-17 23:21.37 ---> using "86b3499a19d7c33216688ea31ff71804a9b15f85eeacc47939e250563d7d8bbc" from cache/src: (copy (src mirage-skeleton.opam) (dst ./))2026-04-17 23:21.37 ---> using "da0b10a653289ee1c51e4018a723f52991b2f1ff6a34aa3a0baaf698c27181b8" 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)2026-04-17 23:21.37 ---> using "7f1be708a41747366207e44902fd4b8e6f10fa500de87720f1a2a1ec6fef9f72" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-17 23:21.37 ---> using "046bc590905fbb1924c15315d294527436512e2f09b492349463b287499fa35a" 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.1.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 logs.0.10.0 macaddr.5.6.2 mirage.4.10.5 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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.1 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.5 --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 riscv64 Packages [117 kB]- Fetched 208 kB in 0s (437 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.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 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:riscv64.- (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 ... 20732 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-4_riscv64.deb ...- Unpacking libpkgconf3:riscv64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4_riscv64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:riscv64.- Preparing to unpack .../pkgconf_1.8.1-4_riscv64.deb ...- Unpacking pkgconf:riscv64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:riscv64.- Preparing to unpack .../pkg-config_1.8.1-4_riscv64.deb ...- Unpacking pkg-config:riscv64 (1.8.1-4) ...- Setting up libpkgconf3:riscv64 (1.8.1-4) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up pkgconf:riscv64 (1.8.1-4) ...- Setting up pkg-config:riscv64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12+deb13u2) ...# To update the current shell environment, run: eval $(opam env)2026-04-17 23:21.37 ---> using "a978fb847315b09e0211ad4e6f4fc4770238a39aec3d4d65db36dbeade663844" 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.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 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.1.0- install conf-pkg-config 4- install csexp 1.5.2- install domain-name 0.5.0- install dune 3.22.2- install dune-configurator 3.22.2- install emile 1.1- install fmt 0.11.0- install fpath 0.7.3- install ipaddr 5.6.2- install logs 0.10.0- install macaddr 5.6.2- install mirage 4.10.5- 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.1- 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)-> retrieved bos.0.2.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cmdliner.2.1.0 (cached)-> installed conf-pkg-config.4-> retrieved domain-name.0.5.0 (cached)-> retrieved emile.1.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved mirage.4.10.5 (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.1 (cached)-> retrieved uri.4.4.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> retrieved opam-monorepo.0.4.3 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed rresult.0.7.0-> installed fpath.0.7.3-> installed logs.0.10.0-> installed uutf.1.0.4-> installed bos.0.2.1-> installed dune.3.22.2-> installed csexp.1.5.2-> installed base64.3.5.2-> installed domain-name.0.5.0-> installed macaddr.5.6.2-> installed dune-configurator.3.22.2-> installed ocaml-syntax-shims.1.0.0-> installed ipaddr.5.6.2-> installed bigstringaf.0.10.0-> installed pecu.0.7-> installed stringext.1.6.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.5Done.# To update the current shell environment, run: eval $(opam env)2026-04-17 23:21.37 ---> using "720605b363ef6d84f3aae0201b42a5a43ac8a394d5f5cec2487b502a76fc02b4" from cache/src: (copy (src .) (dst /src))2026-04-17 23:21.40 ---> saved as "aefbb9bfc4f69adeea0b58c551623ec9adb7944e7e4317ed7a47561c7eb5b65f"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-17 23:21.41 ---> saved as "d1fcb3a7759ecd4ba305ef59ac7c8084c849046f9131d219f74db0b82d3d5aa6"Job succeeded2026-04-17 23:21.41: Job succeeded