2026-04-16 16:40.18: New job: test mirage/mirage-kv-unix https://github.com/mirage/mirage-kv-unix.git#refs/heads/main (0065e6460adfeb29bf305722a992884ed8d0778a) (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-kv-unix.git" -b "main" && cd "mirage-kv-unix" && git reset --hard 0065e646cat > 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-kv-unix.opam ./RUN opam pin add -yn mirage-kv-unix.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 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.1 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 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 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 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 mirage-kv-unix.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.18: Using cache hint "mirage/mirage-kv-unix-ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2-debian-13-5.4_riscv64_opam-2.5-bfe498b31cefaecd4389140c89aa0656"2026-04-16 16:40.18: 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-kv-unix.opam) (dst ./))(run (network host)(shell "opam pin add -yn mirage-kv-unix.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 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.1 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 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 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 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 mirage-kv-unix.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.18: Waiting for resource in pool OCluster2026-04-17 12:45.35: Waiting for worker…2026-04-17 23:36.28: Got resource from pool OClusterBuilding on riscv-bm-03.sw.ci.devAll commits already cachedHEAD is now at 0065e64 Merge pull request #9 from hannesm/add-maint(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:36.28 ---> 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:36.28 ---> 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:36.28 ---> 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:36.28 ---> using "204e85d4f615e24dd02cc13f1e4e8326d5e39b1662e210cce7aafc479b511e97" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-17 23:36.28 ---> 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:36.28 ---> using "86b3499a19d7c33216688ea31ff71804a9b15f85eeacc47939e250563d7d8bbc" from cache/src: (copy (src mirage-kv-unix.opam) (dst ./))2026-04-17 23:36.29 ---> saved as "262827ac4e0cada2dde45aa310855de1b99d6ebf7f7193d60e7a716a0ee51c96"/src: (run (network host)(shell "opam pin add -yn mirage-kv-unix.dev './'"))[mirage-kv-unix.dev] synchronised (file:///src)mirage-kv-unix is now pinned to file:///src (version dev)2026-04-17 23:36.37 ---> saved as "d0382598b4917d45af53fff7f04c588a648418f1536198604aa272730d1618a9"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-17 23:36.38 ---> saved as "f96b961143b9c01a1d2e85ecf8360c8f3dd4aa96feab412ee4db20ae8f7d890d"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 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.1 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 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 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 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 mirage-kv-unix.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 (443 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-kv-unix.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-17 23:37.24 ---> saved as "50f2f9d538c7fa303ec05d75bfa6a81139295863b25a93e647cd6ba92f9936fb"/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 25 packages- install alcotest 1.9.1- install astring 0.8.5- install base-bytes base- install cmdliner 2.1.0- 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.1- install mirage-clock 4.2.0- install mirage-clock-unix 4.2.0- install mirage-kv 6.1.1- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install optint 0.3.0- install ptime 1.2.0- install re 1.14.0- install rresult 0.7.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.1.0 (cached)-> 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 mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved mirage-kv.6.1.1 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed cmdliner.2.1.0-> 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 astring.0.8.5-> installed rresult.0.7.0-> installed ptime.1.2.0-> installed uutf.1.0.4-> installed dune.3.22.2-> installed csexp.1.5.2-> installed mirage-clock.4.2.0-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed ocplib-endian.1.2-> installed optint.0.3.0-> installed ocaml-syntax-shims.1.0.0-> installed dune-configurator.3.22.2-> installed stdlib-shims.0.3.0-> installed mirage-clock-unix.4.2.0-> installed re.1.14.0-> installed alcotest.1.9.1-> installed lwt.6.1.1-> installed mirage-kv.6.1.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-17 23:44.37 ---> saved as "b8c4a7e17edfedaedb9c57c5fced9fb70dfbfbe69b4d7bd54b9103a09d3c2fbe"/src: (copy (src .) (dst /src))2026-04-17 23:44.38 ---> saved as "27feea254391378a57f097b0501f3ce633f34d3dddc8478956125cee96c8fb5a"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_kv_unix.exe)Testing `KV'.This run has ID `EM8CD96K'.[OK] connect 0 connect_to_empty_string.[OK] connect 1 connect_to_dev_null.[OK] connect 2 connect_present_dir.[OK] read 0 read_nonexistent_file_from_root.[OK] read 1 read_nonexistent_file_from_dir.[OK] read 2 read_empty_file.[OK] read 3 read_big_file.[OK] size 0 size_nonexistent_file.[OK] size 1 size_empty_file.[OK] size 2 size_small_file.[OK] size 3 size_a_directory.[OK] size 4 size_big_file.[OK] destroy 0 destroy_file.[OK] destroy 1 create_destroy_file.[OK] write 0 write_not_a_dir.[OK] write 1 write_zero_bytes.[OK] write 2 write_contents_correct.[OK] write 3 write_overwrite_dir.[OK] write 4 write_big_file.Full test results in `/src/_build/default/test/_build/_tests/KV'.Test Successful in 0.124s. 19 tests run.2026-04-17 23:44.45 ---> saved as "1b611dca55ed1d4a8ce097aaf9c868067b79926fa15f11df00179dcd9a06efd1"Job succeeded2026-04-17 23:44.45: Job succeeded