2025-10-16 02:59.43: New job: test mirage/ke https://github.com/mirage/ke.git#refs/heads/main (2267852fc634134c7de8a274c1b60b9f1a603629) (linux-riscv64:debian-13-4.14_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ke.git" -b "main" && cd "ke" && git reset --hard 2267852fcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4# debian-13-4.14_riscv64_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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ke.opam ./RUN opam pin add -yn ke.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="afl-persistent.1.4 alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-js.0.5.0 bigstringaf.0.10.0 cmdliner.2.0.0 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.0.1 jsonm.1.0.2 lwt.5.9.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 re.1.14.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.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 ke.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 02:59.43: Using cache hint "mirage/ke-ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4-debian-13-4.14_riscv64_opam-2.4-723f19eee16d6e5d83f47173b8b6b544"2025-10-16 02:59.43: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4)(comment debian-13-4.14_riscv64_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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ke.opam) (dst ./))(run (network host)(shell "opam pin add -yn ke.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "afl-persistent.1.4 alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-js.0.5.0 bigstringaf.0.10.0 cmdliner.2.0.0 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.0.1 jsonm.1.0.2 lwt.5.9.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 re.1.14.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.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 ke.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 02:59.43: Waiting for resource in pool OCluster2025-10-16 23:16.48: Waiting for worker…2025-10-17 07:10.59: Got resource from pool OClusterBuilding on riscv-bm-04.sw.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ke.git-ca42b1ebfe83c8a716e0f16646595cb0836f6f41/.git/HEAD is now at 2267852 Merge pull request #20 from edwintorok/master(from ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4' locallydocker.io/ocaml/opam@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4: Pulling from ocaml/opam913254a25f5e: Already existsd4181e0c64b1: Already exists60067d417858: Already exists85acc1d96727: Already exists3ed6ed890bcc: Already exists2dbf4e493c82: Already exists2392a1c0faf2: Already existsa887790579d0: Already exists6bf6091e80a7: Already exists8335ff7d796a: Already existsa5cf80048a8d: Already exists11557f96dff6: Already exists5ffa47544a64: Already existsb92bc0bdd77f: Already exists11bee46e736c: Already exists6cdee63da433: Already existsbd6b847c6301: Already existsef94452a17d0: Already existsbd4498e2bf68: Already existscae9012f5512: Already exists97e1a82ddbc1: Already exists4f4fb700ef54: Already existsa36b4f4c3856: Already existsba5c5eee93b2: Already existsccef58c1ec23: Already existsf58caa225e78: Already existse5b816875ec7: Already exists637cd996e729: Already exists4798bd4315ce: Already exists1a9d0398727f: Already exists87a13479d21f: Already exists826d12795d2a: Already existsec3c50c293a6: Already exists75873b00ea39: Already exists2dc1ede51ef9: Already existse521104f43f2: Already exists5adb34782261: Already exists3902e7196407: Already exists58655837ed1a: Already exists48f0059e882a: Already existsf295b5eefcb4: Pulling fs layeredce86b5f8fb: Pulling fs layerbb5db9673a61: Pulling fs layer05ea7405a998: Pulling fs layerbb5db9673a61: Verifying Checksumedce86b5f8fb: Download complete05ea7405a998: Download completef295b5eefcb4: Verifying Checksumf295b5eefcb4: Download completef295b5eefcb4: Pull completeedce86b5f8fb: Pull completebb5db9673a61: Pull complete05ea7405a998: Pull completeDigest: sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4Status: Downloaded newer image for ocaml/opam@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f42025-10-17 07:11.01 ---> using "55ae748f998e54835d3967fc6571b603b5ee1c5ff4e316d4c116f7c103a9c488" from cache/: (comment debian-13-4.14_riscv64_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-17 07:11.01 ---> using "c00b7fb0f14ee1c4f7d61067bbfa694b3be6391e35e49cc0aaf32d7c4e3d53f8" 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] Initialised2025-10-17 07:11.01 ---> using "855a2ad17f6bcf2293c394a91ad81b4660f67f6158dd85f342100a047bf5312e" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 4.14.22.4.12025-10-17 07:11.01 ---> using "a4ce8f05afc8d1524197ee77c40d77385ba3c1dd7324a7828030078cefe93e49" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-17 07:11.01 ---> using "b44f2387602157265122ccd9b42a9e7ae7bea0745aff65db47cf7ea002fcfa4d" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1<><> 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.3.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-17 07:11.01 ---> using "687675168886e110f7d788b5e19b89346373f90aaf32be7425e9bb3512eae593" from cache/src: (copy (src ke.opam) (dst ./))2025-10-17 07:11.03 ---> saved as "629acfbf13a2ddfbd1666555198190795aba76fc112da782c3e4488641349261"/src: (run (network host)(shell "opam pin add -yn ke.dev './'"))[ke.dev] synchronised (file:///src)ke is now pinned to file:///src (version dev)2025-10-17 07:11.11 ---> saved as "b7043a67ee8c4a2af3be63787f88552c62c1103070493234575e5fe5029d9235"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-17 07:11.12 ---> saved as "8769c44f760312261bb3be79ada033f972d956022f56fbf72f07d93b4d9ced82"/src: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-js.0.5.0 bigstringaf.0.10.0 cmdliner.2.0.0 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.0.1 jsonm.1.0.2 lwt.5.9.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 re.1.14.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.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 ke.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 [49.5 kB]- Fetched 140 kB in 2s (77.2 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ke.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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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).2025-10-17 07:11.58 ---> saved as "2e3b2665afdb2fb34f7827b8fa61c819e274d8d82cab9977ca31f57dccb91356"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 34 packages- install afl-persistent 1.4- install alcotest 1.9.1- install angstrom 0.16.1- install astring 0.8.5- install base-bytes base- install bechamel 0.5.0- install bechamel-js 0.5.0- install bigstringaf 0.10.0- install cmdliner 2.0.0- install cppo 1.8.0- install crowbar 0.2.1- install csexp 1.5.2- install cstruct 6.2.0- install dune 3.20.2- install dune-configurator 3.20.2- install fmt 0.11.0- install hex 1.5.0- install json-data-encoding 1.0.1- install jsonm 1.0.2- install lwt 5.9.2- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install psq 0.2.1- install re 1.14.0- install result 1.5- install rresult 0.7.0- install seq base- install stdlib-shims 0.3.0- install stringext 1.6.0- install topkg 1.1.0- install uri 4.4.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved afl-persistent.1.4 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bechamel.0.5.0, bechamel-js.0.5.0 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved crowbar.0.2.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved json-data-encoding.1.0.1 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved result.1.5 (cached)-> retrieved re.1.14.0 (cached)-> retrieved seq.base (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved stdlib-shims.0.3.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)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed seq.base-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed jsonm.1.0.2-> installed dune.3.20.2-> installed afl-persistent.1.4-> installed csexp.1.5.2-> installed bechamel.0.5.0-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed ocplib-endian.1.2-> installed hex.1.5.0-> installed crowbar.0.2.1-> installed psq.0.2.1-> installed ocaml-syntax-shims.1.0.0-> installed result.1.5-> installed dune-configurator.3.20.2-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed bigstringaf.0.10.0-> installed re.1.14.0-> installed angstrom.0.16.1-> installed alcotest.1.9.1-> installed uri.4.4.0-> installed json-data-encoding.1.0.1-> installed bechamel-js.0.5.0-> installed lwt.5.9.2Done.<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented and fuzzing with afl-fuzz may not be effective.To globally enable AFL instrumentation, create an OCaml switch like:opam switch create 4.14.2+afl ocaml-variants.4.14.2+options ocaml-option-afl# To update the current shell environment, run: eval $(opam env)2025-10-17 07:17.38 ---> saved as "97e770afa4656350c1db1ed471241caf6791a48240d327f6b231532983594932"/src: (copy (src .) (dst /src))2025-10-17 07:17.39 ---> saved as "7901e31083b19b2971a4d715b16b42fbf14301dd3e8d63963f399a1b5d4c123d"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe --color=always)Testing `ke'.This run has ID `EDJGPYU5'.[OK] rke 0 test-0.[OK] rke 1 test-1.[OK] rke 2 test-2.[OK] rke 3 test-3.[OK] rke 4 test-4.[OK] rke 5 test-5.[OK] rke 6 test-6.[OK] rke 7 test-7.[OK] rke 8 test-8.[OK] rke:weighted 0 test-0.[OK] rke:weighted 1 test-1.[OK] rke:weighted 2 test-2.[OK] rke:weighted 3 test-3.[OK] rke:weighted 4 test-4.[OK] rke:weighted 5 test-5.[OK] rke:weighted 6 test-6.[OK] rke:weighted 7 test-7.[OK] rke:weighted 8 test-8.[OK] rke:weighted 9 peek/keep.[OK] rke:weighted 10 shift.[OK] rke:weighted 11 push.Full test results in `/src/_build/default/test/_build/_tests/ke'.Test Successful in 0.017s. 21 tests run.(cd _build/default/fuzz && ./fuzz.exe)queue: PASS2025-10-17 07:17.46 ---> saved as "4dac3790295ca419a32a15d4c6e3cea11b26fd4a008e10ff1063e951f5047a63"Job succeeded2025-10-17 07:17.46: Job succeeded