2026-01-16 11:41.29: New job: test mirage/ke https://github.com/mirage/ke.git#refs/heads/main (2267852fc634134c7de8a274c1b60b9f1a603629) (linux-x86_64:debian-13-4.09_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.09@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3Opam 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.09@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3# debian-13-4.09_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.1.0 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 json-data-encoding.0.9.1 jsonm.1.0.2 lwt.5.9.2 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.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.11.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.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 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-BLOCK2026-01-16 11:41.29: Using cache hint "mirage/ke-ocaml/opam:debian-13-ocaml-4.09@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3-debian-13-4.09_opam-2.5-58f35c4528c9f971ff0995aa6bd6b385"2026-01-16 11:41.29: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.09@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3)(comment debian-13-4.09_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.1.0 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 json-data-encoding.0.9.1 jsonm.1.0.2 lwt.5.9.2 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.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.11.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.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 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")))2026-01-16 11:41.29: Waiting for resource in pool OCluster2026-01-16 16:11.52: Waiting for worker…2026-01-16 16:13.52: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at 2267852 Merge pull request #20 from edwintorok/master(from ocaml/opam:debian-13-ocaml-4.09@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3)Unable to find image 'ocaml/opam:debian-13-ocaml-4.09@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3' locallydocker.io/ocaml/opam@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3: Pulling from ocaml/opam281b80c799de: Already exists00fc4ac50d5e: Already exists7dc48a314bea: Already exists8f654937f9e3: Already exists1240f6fbe8cc: Already existsf77f967230a1: Already exists1b4ac3d9a8c2: Already exists27b61414175d: Already exists26fabf9b20e0: Already existsb4426e2c299b: Already exists9c12df827e83: Already exists9a5608646906: Already exists2a83342677ae: Already exists5cbaedd36b85: Already exists750a9830ac77: Already exists400560080670: Already existsbad13195b6fa: Already existsb51fe78b498e: Already exists185ce27e889b: Already exists8a483dc1e759: Already exists4de9d6d54a13: Already exists0c268a22c8a0: Already exists4f4fb700ef54: Already existse61881bc2621: Already existsc864a4af1ff0: Already exists42d012f62ad9: Already existsccb2ed78fa2e: Already exists84c22434b2f6: Already exists18c972827b32: Already exists4c6dcdff9e80: Already exists280bf9d33ca6: Already exists51ce8c29753c: Already exists5ac80663b9d2: Already exists93f877c915e3: Already exists8573ccc6bb69: Already existsd26192cd75ec: Already existsc7cce15b715e: Already existsc998ca7b5976: Already exists3cd1b61d806b: Already exists19a26ec5319e: Already existsb1f6813045f3: Already exists3848f8e0de1f: Already exists45634817fff9: Already exists1a80835458d6: Already exists322b3693140a: Already existsDigest: sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3Status: Downloaded newer image for ocaml/opam@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d32026-01-16 16:13.52 ---> using "c6ce586cd6ccd9ec41cde7e4cc1e2aa0d36fcef65a985a5f4637343d676e3caa" from cache/: (comment debian-13-4.09_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-01-16 16:13.52 ---> using "b570d8f7e316265b8126f0a344fdfb298f430c13b4c4132c799ef9c4ad19e3be" 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-01-16 16:13.52 ---> using "832309a63b6e07e0d43274d87231766a77e49a04a05ac7bd27fedcddb9341b5d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 4.09.12.5.02026-01-16 16:13.52 ---> using "e9bc9bb2ca6cf40e3ec6478894fe31b11a8ac3d323dc4e66eff2a0725c26ec83" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-16 16:13.52 ---> using "6299ef7f51601a63ad7a614e6d4eeb63b16cdf204e4a9894c9af7cd6a5ea59b5" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..3259a77d95 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> 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.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)2026-01-16 16:13.52 ---> using "b0f4b74a6e5381264c2acf8293d1b04c0809a00ba3d0e35073f86e7873645344" from cache/src: (copy (src ke.opam) (dst ./))2026-01-16 16:13.52 ---> saved as "60410307d776375993ef1e32beeb79d0307064bef6901a244759325bb2d6c284"/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)2026-01-16 16:13.56 ---> saved as "469bed2c13f7348b0d44b877382be73e740de4306e9cd17fce7de3774cc6462a"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-16 16:13.56 ---> saved as "3e179bc2cf319fb5282e5065b62dd954fbcd128352ec3f1d82804d7ce0c4c0d4"/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.1.0 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 json-data-encoding.0.9.1 jsonm.1.0.2 lwt.5.9.2 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.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.11.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.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 ke.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.9 kB]- Fetched 9997 kB in 2s (5240 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ke.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).[NOTE] Package ocaml is already installed (current version is 4.09.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-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-01-16 16:14.19 ---> saved as "2e27f4141d3b6b5e76a8ed54d0f1515ff6f8f43e87a99cf31391f5234a9a6605"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).[NOTE] Package ocaml is already installed (current version is 4.09.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-bigarray is already installed (current version is base).The following actions will be performed:=== install 32 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.1.0- install cppo 1.8.0- install crowbar 0.2.2- install csexp 1.5.2- install dune 3.21.0- install dune-configurator 3.21.0- install fmt 0.11.0- install json-data-encoding 0.9.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.11.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.1- 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.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved crowbar.0.2.2 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved json-data-encoding.0.9.1 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved result.1.5 (cached)-> retrieved re.1.11.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved rresult.0.7.0 (cached)-> retrieved stdlib-shims.0.3.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.21.0, dune-configurator.3.21.0 (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 rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed dune.3.21.0-> installed result.1.5-> installed csexp.1.5.2-> installed bechamel.0.5.0-> installed cppo.1.8.0-> installed ocaml-syntax-shims.1.0.0-> installed psq.0.2.1-> installed re.1.11.0-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed afl-persistent.1.4-> installed ocplib-endian.1.2-> installed crowbar.0.2.2-> installed alcotest.1.9.1-> installed dune-configurator.3.21.0-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed lwt.5.9.2-> installed uri.4.4.0-> installed json-data-encoding.0.9.1-> installed bechamel-js.0.5.0Done.<><> 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.09.1+afl ocaml-variants.4.09.1+options ocaml-option-afl# To update the current shell environment, run: eval $(opam env)2026-01-16 16:16.25 ---> saved as "7bda874f811fab47ac18e48289a5b3742b5995fccc324d6d0f1ed1be81da317f"/src: (copy (src .) (dst /src))2026-01-16 16:16.25 ---> saved as "edb15a06b4cc3ac346e1f39f3e50ed8b0e191c933bd2d47794abec71a117e9c1"/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 `CCTPO6IK'.[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.004s. 21 tests run.(cd _build/default/fuzz && ./fuzz.exe)queue: PASS2026-01-16 16:16.27 ---> saved as "9f379f53f8e0848c669ca75e0c0b6e8d901a44cff11e3b1fc46d162d8f0c5197"Job succeeded2026-01-16 16:16.27: Job succeeded