2026-01-27 07:19.44: New job: test mirage/ke https://github.com/mirage/ke.git#refs/heads/main (2267852fc634134c7de8a274c1b60b9f1a603629) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/ke.git" -b "main" && cd "ke" && git reset --hard 2267852f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14 # ubuntu-25.04-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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 cstruct.6.2.0 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 lwt.6.0.0 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.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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-01-27 07:19.44: Using cache hint "mirage/ke-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14-ubuntu-25.04-4.14_opam-2.5-01d941e8c426060af4642b572e8ab3d3" 2026-01-27 07:19.44: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14) (comment ubuntu-25.04-4.14_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 cstruct.6.2.0 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 lwt.6.0.0 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.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-27 07:19.44: Waiting for resource in pool OCluster 2026-01-27 07:22.56: Waiting for worker… 2026-01-27 07:25.36: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 2267852 Merge pull request #20 from edwintorok/master (from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14) Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14' locally docker.io/ocaml/opam@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14: Pulling from ocaml/opam c62190a9ab61: Already exists 40711a051401: Already exists c085f5ff2319: Already exists 412ed4068436: Already exists 2f55881e7c17: Already exists 208628d88256: Already exists 15e39b9245ec: Already exists dd37ca65b191: Already exists 6eed2619f1f0: Already exists 220a6634738b: Already exists 5ae888d7638a: Already exists 99610966bbbb: Already exists 98b09a045b22: Already exists 2c04c9e7274a: Already exists 839afca287cc: Already exists ccf7dd9d1cbf: Already exists b6ea8c876c09: Already exists b6ea8c876c09: Already exists 15f333aabb94: Already exists 477b7eb2609b: Already exists 3326c27d9244: Already exists b8cb47717717: Already exists 4f4fb700ef54: Already exists 2e070f5cd521: Already exists 94b1b55e95dc: Already exists 07aa22141608: Already exists d7bb015da553: Already exists 9d41ae5c57e0: Already exists 85a0ef716932: Already exists ca92d3abca91: Already exists e8a350942cff: Already exists a308a5ee6283: Already exists 902174a11eba: Already exists 2f1e88d133e2: Already exists e5494899f718: Already exists 4bdfe959d160: Already exists 07634e87d0e8: Already exists cb0f432311ea: Already exists 49552e721ed7: Already exists 37b0c9e8febd: Already exists bb37d1c599f3: Already exists d8558bdd35b8: Pulling fs layer c14f5ad6c755: Pulling fs layer 5b2edbf5da17: Pulling fs layer 96a20d219a97: Pulling fs layer 96a20d219a97: Waiting 5b2edbf5da17: Waiting c14f5ad6c755: Verifying Checksum c14f5ad6c755: Download complete 5b2edbf5da17: Verifying Checksum 5b2edbf5da17: Download complete 96a20d219a97: Download complete d8558bdd35b8: Verifying Checksum d8558bdd35b8: Download complete d8558bdd35b8: Pull complete c14f5ad6c755: Pull complete 5b2edbf5da17: Pull complete 96a20d219a97: Pull complete Digest: sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14 Status: Downloaded newer image for ocaml/opam@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14 2026-01-27 07:25.35 ---> using "a087cecdfee3c27a6dfd3b374223c58ceb06bb9197e0c5bfa09038c2912fa098" from cache /: (comment ubuntu-25.04-4.14_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-27 07:25.35 ---> using "6628fbaea287be085c1f69116897fa244551695563234cf2a0f2968080bfffcf" 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-01-27 07:25.35 ---> using "43b1664771e209c70664e1c4d4aa5215ea00316c213140908fe7d3a3067627b7" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-01-27 07:25.35 ---> using "e35201de726e6dcd60ed7658644b5fcf073701a2f448ca0d0784cb8c684ccdfa" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-27 07:25.35 ---> using "535b3512bf68b6720e90bebbd91312926b30294524d6e2ff60bb8bd88cd1b86d" 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")) 873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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-27 07:25.35 ---> using "6083635e3d777ee134de196f4de170dc5d91d1e6ca4145471335a3aa16176a64" from cache /src: (copy (src ke.opam) (dst ./)) 2026-01-27 07:25.35 ---> saved as "8c6cbf64697ad96a41042ee403f5c0ccbf60c11a56008bc4f7cf5b08b8f1efee" /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-27 07:25.37 ---> saved as "a80ef517ff75c359341799a30737335b72744752590839c31f493a022734206e" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-27 07:25.37 ---> saved as "03e788b9e1e81a389725a2f5d9954aed334ac4aafcb00c17c82ebaa562d1361b" /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 cstruct.6.2.0 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 lwt.6.0.0 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.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" - Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease - Get:2 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB] - Get:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB] - Get:4 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [290 kB] - Get:5 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB] - Get:6 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [325 kB] - Get:7 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [330 kB] - Get:8 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [233 kB] - Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [363 kB] - Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [452 kB] - Fetched 2371 kB in 1s (2487 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). # To update the current shell environment, run: eval $(opam env) 2026-01-27 07:25.47 ---> saved as "43c544d95779fdc51aecc7fd6050ef24f9026e35a24407f153d02fc84fcb94bd" /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.1.0 - install cppo 1.8.0 - install crowbar 0.2.2 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.21.0 - install dune-configurator 3.21.0 - install fmt 0.11.0 - install hex 1.5.0 - install json-data-encoding 1.1.1 - install jsonm 1.0.2 - install lwt 6.0.0 - 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.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 cstruct.6.2.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved json-data-encoding.1.1.1 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved lwt.6.0.0 (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.14.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 uutf.1.0.4 (cached) -> retrieved uri.4.4.0 (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 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 ocaml-syntax-shims.1.0.0 -> installed psq.0.2.1 -> installed re.1.14.0 -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed ocplib-endian.1.2 -> installed hex.1.5.0 -> 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 uri.4.4.0 -> installed lwt.6.0.0 -> installed json-data-encoding.1.1.1 -> installed bechamel-js.0.5.0 Done. <><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><> => afl-persistent is installed, but since the current OCaml compiler does not enable AFL instrumentation by default, most packages will not be instrumented 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) 2026-01-27 07:26.28 ---> saved as "1269fc39b44dab0cb9fecf4843a2e7adfa4d80107d44c2283ac6754b7fc4a46b" /src: (copy (src .) (dst /src)) 2026-01-27 07:26.29 ---> saved as "a8a02115794eed56f452afa5aab9870ef927b8f53f280f7ca715d486a16b89c8" /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 `AI30Y0T8'. [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.002s. 21 tests run. (cd _build/default/fuzz && ./fuzz.exe) queue: PASS 2026-01-27 07:26.29 ---> saved as "7d8888b06f1fc26701dc464568f66e64b4d15d23e364656223d7b75c674496bf" Job succeeded 2026-01-27 07:26.30: Job succeeded