2026-01-27 07:25.17: New job: test mirage/bechamel https://github.com/mirage/bechamel.git#refs/pull/54/head (bb2c17e67604d881b2a5b2cc48c30a6d100173bc) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:256ee90ca6270ef7e44931992e85d66b20c94b1f2e3fe70ad42e97ed1d5cca08Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/bechamel.git" && cd "bechamel" && git fetch origin "refs/pull/54/head" && git reset --hard bb2c17e6cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:256ee90ca6270ef7e44931992e85d66b20c94b1f2e3fe70ad42e97ed1d5cca08# ubuntu-22.04-4.14_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 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.0 conf-linux-libc-dev.0 cppo.1.8.0 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 notty.0.2.3 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 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 $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-27 07:25.17: Using cache hint "mirage/bechamel-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:256ee90ca6270ef7e44931992e85d66b20c94b1f2e3fe70ad42e97ed1d5cca08-ubuntu-22.04-4.14_opam-2.5-b7263252a722c19ef7a20c11e83346a3"2026-01-27 07:25.17: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:256ee90ca6270ef7e44931992e85d66b20c94b1f2e3fe70ad42e97ed1d5cca08)(comment ubuntu-22.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 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 (network host)(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.0 conf-linux-libc-dev.0 cppo.1.8.0 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 notty.0.2.3 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 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-01-27 07:25.17: Waiting for resource in pool OCluster2026-01-27 08:00.43: Waiting for worker…2026-01-27 08:03.48: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at bb2c17e Minor_allocated: Use Gc.minor_words(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:256ee90ca6270ef7e44931992e85d66b20c94b1f2e3fe70ad42e97ed1d5cca08)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:256ee90ca6270ef7e44931992e85d66b20c94b1f2e3fe70ad42e97ed1d5cca08' locallydocker.io/ocaml/opam@sha256:256ee90ca6270ef7e44931992e85d66b20c94b1f2e3fe70ad42e97ed1d5cca08: Pulling from ocaml/opamfbe89d1f4c16: Pulling fs layerfbe89d1f4c16: Verifying Checksumfbe89d1f4c16: Download completefbe89d1f4c16: Pull completeDigest: sha256:256ee90ca6270ef7e44931992e85d66b20c94b1f2e3fe70ad42e97ed1d5cca08Status: Downloaded newer image for ocaml/opam@sha256:256ee90ca6270ef7e44931992e85d66b20c94b1f2e3fe70ad42e97ed1d5cca082026-01-27 08:22.51 ---> using "82c50a0cbf04f29b81010c51cd3ec548d69ed37c97c76d03cc86a5cf2c47a5d5" from cache/: (comment ubuntu-22.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 08:22.51 ---> using "d8d96c87b6227f5242abf545502bad6a75c73eae7d79b373871ad3a7d8c45228" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-27 08:22.51 ---> using "d811c351465aee87f56e66bdf4ea1af2b8288714d1ea59d69c4f2cd442eda9e1" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.5.02026-01-27 08:22.51 ---> using "635afcb073603434110c0b39c7baaa419ac6a3035cc12f4d7f2f0d922391170a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-27 08:22.51 ---> using "e5b890cff0e1c742768a821ee6181eea03a625ad0cfd3ba68cc397ded410473e" 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-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-27 08:22.51 ---> using "5573eefe0e769047d2e1640997e3f6938e3df9736116e7033eef44e6cccf8ae3" from cache/src: (copy (src mperf.opam bechamel.opam bechamel-perf.opam bechamel-notty.opam bechamel-js.opam)(dst ./))2026-01-27 08:22.51 ---> using "15e255ba1627a8920924e413228be0cebe90bbd289fa69e7b0e3d6cf85291581" 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-01-27 08:22.51 ---> using "13ee58776ae70816ba5e52bc6beb785845f0fb77045c93d7af8e24dfdbf9a94e" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-27 08:22.51 ---> using "7f6edaeb1d2c9e1c1c07405a9580d70fc767dec3560d491d472174e228ef41ca" 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.0 conf-linux-libc-dev.0 cppo.1.8.0 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 notty.0.2.3 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 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://archive.ubuntu.com/ubuntu jammy InRelease- Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:4 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1293 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [70.9 kB]- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3971 kB]- Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3640 kB]- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6498 kB]- Get:10 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [61.5 kB]- Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1604 kB]- Fetched 17.5 MB in 9s (2018 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.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 08:22.51 ---> using "2e3db443acb4079000e0e0bbad8d569969dad80c29880b28e77d3cb3b83b6327" 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.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 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.0- install conf-linux-libc-dev 0- install cppo 1.8.0- 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 notty 0.2.3- 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.0 (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 ocaml-syntax-shims.1.0.0 (cached)-> retrieved notty.0.2.3 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (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.21.0, dune-configurator.3.21.0 (cached)-> installed cmdliner.2.1.0-> 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.21.0-> 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 alcotest.1.9.1-> installed notty.0.2.3-> installed dune-configurator.3.21.0-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed uri.4.4.0-> installed json-data-encoding.1.1.1Done.# To update the current shell environment, run: eval $(opam env)2026-01-27 08:23.17 ---> saved as "4a252f521bc21f7ff39feadc3b14c2f31eae49eaac9a3a0b1ee577ab4dbbf75a"/src: (copy (src .) (dst /src))2026-01-27 08:23.17 ---> saved as "a0fdbfac0e6236ed0e17dd6c2e9eb9fede87a243d853dd4a6d62df4b16a400d0"/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 `S5SN19A8'.[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.047s. 8 tests run.2026-01-27 08:23.18 ---> saved as "0c66cf340550fd24bcce19f09304e07282d888c7971ae23a06a1500d674fe402"Job succeeded2026-01-27 08:23.19: Job succeeded