2026-01-16 11:41.35: New job: test mirage/bloomf https://github.com/mirage/bloomf.git#refs/heads/master (084961d207cec4c3b041baa8a62bce12a3290a55) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/bloomf.git" -b "master" && cd "bloomf" && git reset --hard 084961d2 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098 # 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 bloomf.opam bloomf-bench.opam ./ RUN opam pin add -yn bloomf.dev './' && \ opam pin add -yn bloomf-bench.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.1 cmdliner.2.1.0 cppo.1.8.0 dune.3.21.0 fmt.0.11.0 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 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y bloomf.dev bloomf-bench.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-16 11:41.35: Using cache hint "mirage/bloomf-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098-ubuntu-25.04-4.14_opam-2.5-d98de113a27d304a7f30ab5a0c776042" 2026-01-16 11:41.35: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098) (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 bloomf.opam bloomf-bench.opam) (dst ./)) (run (network host) (shell "opam pin add -yn bloomf.dev './' && \ \nopam pin add -yn bloomf-bench.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.1 cmdliner.2.1.0 cppo.1.8.0 dune.3.21.0 fmt.0.11.0 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 stdlib-shims.0.3.0 topkg.1.1.1 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 bloomf.dev bloomf-bench.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.35: Waiting for resource in pool OCluster 2026-01-16 16:16.24: Waiting for worker… 2026-01-16 16:18.31: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 084961d Merge pull request #9 from bobot/add_copy_function (from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098) 2026-01-16 16:50.18 ---> using "082e0472106a0ff59c8974d4d0e4121fd1996105440d72ec9c14bd8a6570be24" 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-16 16:50.18 ---> using "f9b395e37832af02679355f9b62379bb37f1ac21e2508db79a49dd7a85d41320" 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-16 16:50.18 ---> using "cb56f026206f5b38c5ccb8a1f4c5272d6364fa09b2c84c4cc7fc9c0ca4f9edd8" 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-16 16:50.18 ---> using "e92cdb9e0b46e08fa49567bceb3629bef601da322fc63094f2bd055a3d9bc8f5" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-16 16:50.18 ---> using "50179c3816fc8fb81c66d10069ff63ff3f96b4f5f32dcbcb03f55cddc58b92bd" 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_HEAD 235b964523..873cb18c37 master -> origin/master 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-16 16:50.18 ---> using "c274f3817d27d81278e4c8a85ffe3292f35238447af385c43abf041c12d937c3" from cache /src: (copy (src bloomf.opam bloomf-bench.opam) (dst ./)) 2026-01-16 16:50.19 ---> saved as "3c5d41445381e907b4060427eeed36a07acb5d69a929e1778401c62ca203c36e" /src: (run (network host) (shell "opam pin add -yn bloomf.dev './' && \ \nopam pin add -yn bloomf-bench.dev './'")) [bloomf.dev] synchronised (file:///src) bloomf is now pinned to file:///src (version dev) [NOTE] Package bloomf-bench does not exist in opam repositories registered in the current switch. [bloomf-bench.dev] synchronised (file:///src) bloomf-bench is now pinned to file:///src (version dev) 2026-01-16 16:50.22 ---> saved as "9e1351effe15a3dfadd4871839a31a8d201ce6f2e8621074a1d21b0c596d6ede" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-16 16:50.22 ---> saved as "1814f310f8702089b77ef2feb67a5c21e4650341cdbd6d32abab29f0a0104bfb" /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.1 cmdliner.2.1.0 cppo.1.8.0 dune.3.21.0 fmt.0.11.0 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 stdlib-shims.0.3.0 topkg.1.1.1 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 bloomf.dev bloomf-bench.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB] - Get:2 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [391 kB] - Get:3 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [318 kB] - Get:4 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [243 kB] - Hit:5 http://archive.ubuntu.com/ubuntu plucky InRelease - Get:6 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB] - Get:7 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB] - Get:8 http://archive.ubuntu.com/ubuntu plucky-updates/multiverse amd64 Packages [31.6 kB] - Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [339 kB] - Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [501 kB] - Get:11 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [441 kB] - Get:12 http://archive.ubuntu.com/ubuntu plucky-backports/universe amd64 Packages [4040 B] - Fetched 2646 kB in 1s (1879 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bloomf.dev] synchronised (file:///src) [bloomf-bench.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-16 16:50.32 ---> saved as "9eedb448a76e2f32616aa96be2a82092c8de08ac5680b9c516f078fd548af10e" /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 17 packages - install alcotest 1.9.1 - install astring 0.8.5 - install bechamel 0.5.0 - install bechamel-notty 0.5.0 - install bitv 2.1 - install cmdliner 2.1.0 - install cppo 1.8.0 - install dune 3.21.0 - install fmt 0.11.0 - 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 stdlib-shims 0.3.0 - install topkg 1.1.1 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved bechamel.0.5.0, bechamel-notty.0.5.0 (cached) -> retrieved bitv.2.1 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved fmt.0.11.0 (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 stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.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 uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.21.0 -> installed stdlib-shims.0.3.0 -> installed bitv.2.1 -> installed bechamel.0.5.0 -> installed ocaml-syntax-shims.1.0.0 -> installed cppo.1.8.0 -> installed re.1.14.0 -> installed notty.0.2.3 -> installed alcotest.1.9.1 -> installed bechamel-notty.0.5.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-01-16 16:51.03 ---> saved as "b4f4b7d402bfbbf0562bbb1efd3a1a4f81b1fad30bd27978c20a33e34b1db7cf" /src: (copy (src .) (dst /src)) 2026-01-16 16:51.03 ---> saved as "ecad3df2f78765be2c801635e2b23f4efe3cd964b831ba1dd40391d89c845a7f" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./main.exe -q) Testing `Bloomf'. This run has ID `D09758YN'. [OK] bloomf 0 Mem returns true when element was added. [SKIP] bloomf 1 False positive rate is as specified (15% ... [SKIP] bloomf 2 Size estimate is correct. [OK] bloomf 3 Union. [OK] bloomf 4 Intersection. [OK] bloomf 5 Serialisation. Full test results in `/src/_build/default/test/_build/_tests/Bloomf'. Test Successful in 11.052s. 4 tests run. 2026-01-16 16:51.15 ---> saved as "4ef7701fd0253cdd292d9be32bb72a56a29cfb4390db487e880cafab13817c77" Job succeeded 2026-01-16 16:51.15: Job succeeded