2026-04-28 15:55.35: New job: test mirage/bechamel https://github.com/mirage/bechamel.git#refs/heads/gc-stats (7a9ed1036503221ba1c49b91e416ed7e2b35201b) (linux-x86_64:debian-12-4.14_opam-2.5) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/bechamel.git" -b "gc-stats" && cd "bechamel" && git reset --hard 7a9ed103 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131 # debian-12-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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mperf.opam bechamel.opam bechamel-perf.opam bechamel-notty.opam bechamel-js.opam ./ RUN opam pin add -yn mperf.dev './' && \ opam pin add -yn bechamel.dev './' && \ opam pin add -yn bechamel-perf.dev './' && \ opam pin add -yn bechamel-notty.dev './' && \ opam pin add -yn bechamel-js.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.1 conf-linux-libc-dev.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 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 notty-community.0.2.4 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 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 mperf.dev bechamel.dev bechamel-perf.dev bechamel-notty.dev bechamel-js.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-04-28 15:55.35: Using cache hint "mirage/bechamel-ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131-debian-12-4.14_opam-2.5-403edb74e5428f6d98f7defb5acbc03d" 2026-04-28 15:55.35: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131) (comment debian-12-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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mperf.opam bechamel.opam bechamel-perf.opam bechamel-notty.opam bechamel-js.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mperf.dev './' && \ \nopam pin add -yn bechamel.dev './' && \ \nopam pin add -yn bechamel-perf.dev './' && \ \nopam pin add -yn bechamel-notty.dev './' && \ \nopam pin add -yn bechamel-js.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.1 conf-linux-libc-dev.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 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 notty-community.0.2.4 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 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 mperf.dev bechamel.dev bechamel-perf.dev bechamel-notty.dev bechamel-js.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-28 15:55.35: Waiting for resource in pool OCluster 2026-04-28 16:00.23: Waiting for worker… 2026-04-28 16:03.03: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 7a9ed10 Use quick_stat with full_major instead of stat (which will be deprecated) (from ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131' locally docker.io/ocaml/opam@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131: Pulling from ocaml/opam db53381ee51f: Already exists b3e2b48e921d: Already exists e459b55aaa69: Already exists 0a156e8c6272: Already exists e42408e5ffdf: Already exists 50bb2b3826ab: Already exists 4618d1f3d563: Already exists efa196b04cec: Already exists 78007f9dbcde: Already exists 9eb9691d1780: Already exists 154d04bdbd49: Already exists afab16d31797: Already exists 43546dfdea90: Already exists c285e4bc2236: Already exists 9fa77dc95407: Already exists f8dca9d30623: Already exists a900254ad981: Already exists 9ec16dbccaf2: Already exists d8bb652027f5: Already exists d5a64739e55b: Already exists 8411aa5818e1: Already exists c367703ffbfd: Already exists 4f4fb700ef54: Already exists 06ed83b93433: Already exists e335f4621067: Already exists 936c44eb0cd5: Already exists 31c07354a88a: Already exists ed57764a58c9: Already exists 04ee923c5dd7: Already exists 00d09ef45b27: Already exists 9d8c730b185a: Already exists b1ca3f6b0b88: Already exists e7959d77f2f9: Already exists 56d4d012630e: Already exists bfc1e2c4fe29: Already exists bd0dac824dd3: Already exists 8534f767fb63: Already exists 43147bea5997: Already exists 61e1aff4c41d: Already exists 841b52120a5c: Already exists d56e33f3c3f1: Already exists d1ad66254d32: Pulling fs layer 26aa6f0595b6: Pulling fs layer d9866a05df42: Pulling fs layer d06932c99024: Pulling fs layer d06932c99024: Waiting 26aa6f0595b6: Download complete d9866a05df42: Verifying Checksum d9866a05df42: Download complete d06932c99024: Verifying Checksum d06932c99024: Download complete d1ad66254d32: Download complete d1ad66254d32: Pull complete 26aa6f0595b6: Pull complete d9866a05df42: Pull complete d06932c99024: Pull complete Digest: sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131 Status: Downloaded newer image for ocaml/opam@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131 2026-04-28 16:18.01 ---> using "8eeeee592794562764d894fbd145492a49eae4057d14de00ab0bc2eb49387fc0" from cache /: (comment debian-12-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-04-28 16:18.01 ---> using "84257d805c6f7bc639fe2196530d35e2500b50093994cf2a111687c109982a81" 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 [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-04-28 16:18.01 ---> using "ffb1bdb340243b49dc9df1b2e0c32d07aab013444d1af80709726454b62d4687" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-04-28 16:18.01 ---> using "7cc0e1908486cd81cfb13a206a6a38d62635f7188e7734bd5070c1d7c8a67127" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-28 16:18.01 ---> using "2116358d41d594606c34a071624c510454ea89b2b02afe33d4a752251deb06fe" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u")) 036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1 <><> 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.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-28 16:18.01 ---> using "25ec4cf6579751cd23ba69d5726a8c797065af1abb677a5d9ecda0c00abec212" from cache /src: (copy (src mperf.opam bechamel.opam bechamel-perf.opam bechamel-notty.opam bechamel-js.opam) (dst ./)) 2026-04-28 16:18.01 ---> using "3cb62bd64a9da72b3d053163a2819fafe437942b972ee371894b3007c37604b0" from cache /src: (run (network host) (shell "opam pin add -yn mperf.dev './' && \ \nopam pin add -yn bechamel.dev './' && \ \nopam pin add -yn bechamel-perf.dev './' && \ \nopam pin add -yn bechamel-notty.dev './' && \ \nopam pin add -yn bechamel-js.dev './'")) [mperf.dev] synchronised (file:///src) mperf is now pinned to file:///src (version dev) [bechamel.dev] synchronised (file:///src) bechamel is now pinned to file:///src (version dev) [bechamel-perf.dev] synchronised (file:///src) bechamel-perf is now pinned to file:///src (version dev) [bechamel-notty.dev] synchronised (file:///src) bechamel-notty is now pinned to file:///src (version dev) [bechamel-js.dev] synchronised (file:///src) bechamel-js is now pinned to file:///src (version dev) 2026-04-28 16:18.01 ---> using "4ffe073cc56df5bd668178f30f9ed35718e02d99e93b8b6d58a0a8693ce970e7" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-28 16:18.01 ---> using "2702442ef68b37106b064e69e1987d9cde8cdeef34170335a0aee397d54f791e" from cache /src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.1 conf-linux-libc-dev.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 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 notty-community.0.2.4 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 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 mperf.dev bechamel.dev bechamel-perf.dev bechamel-notty.dev bechamel-js.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Fetched 103 kB in 0s (374 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bechamel.dev] synchronised (file:///src) [bechamel-js.dev] synchronised (file:///src) [bechamel-notty.dev] synchronised (file:///src) [bechamel-perf.dev] synchronised (file:///src) [mperf.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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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-04-28 16:18.01 ---> using "558f4b0731ac2697d73cb70f9205847a358942676d07c6b9c9b25caad376bd80" 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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 27 packages - install alcotest 1.9.1 - install angstrom 0.16.1 - install astring 0.8.5 - install bigstringaf 0.10.0 - install cmdliner 2.1.1 - install conf-linux-libc-dev 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 hex 1.5.0 - install json-data-encoding 1.1.1 - install jsonm 1.0.2 - install notty-community 0.2.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install re 1.14.0 - install result 1.5 - install rresult 0.7.0 - 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 alcotest.1.9.1 (cached) -> retrieved angstrom.0.16.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-linux-libc-dev.0 -> 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 notty-community.0.2.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved re.1.14.0 (cached) -> retrieved result.1.5 (cached) -> 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.22.2, dune-configurator.3.22.2 (cached) -> installed cmdliner.2.1.1 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> 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.22.2 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed cstruct.6.2.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.14.0 -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed hex.1.5.0 -> installed notty-community.0.2.4 -> installed dune-configurator.3.22.2 -> installed alcotest.1.9.1 -> installed bigstringaf.0.10.0 -> installed angstrom.0.16.1 -> installed uri.4.4.0 -> installed json-data-encoding.1.1.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-28 16:18.01 ---> using "a4544c1e3027a04fff17b5cd41e1682610822d0d63360f0e076ddb26bf403cd3" from cache /src: (copy (src .) (dst /src)) 2026-04-28 16:18.02 ---> saved as "1bad657fe342557dd8f6db6f7986182a4a0a2906aec84f38fad0ced3e61e9130" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/allocate && ./test.exe) Testing `allocate'. This run has ID `LNRAG7ZU'. [OK] uniq 0 all released. [OK] uniq 1 with kde. [OK] uniq 2 uniq resources. [OK] uniq 3 double free. [OK] multiple 0 all released. [OK] multiple 1 with kde. [OK] multiple 2 uniq resources. [OK] multiple 3 double free. Full test results in `/src/_build/default/test/allocate/_build/_tests/allocate'. Test Successful in 0.015s. 8 tests run. 2026-04-28 16:18.03 ---> saved as "412bed6b72545a3a5690c69bd7bfec901efd6e055d994eb5837cb9d244e60999" Job succeeded 2026-04-28 16:18.03: Job succeeded