2025-07-04 15:12.35: New job: test mirage/bloomf https://github.com/mirage/bloomf.git#refs/heads/master (084961d207cec4c3b041baa8a62bce12a3290a55) (linux-x86_64:ubuntu-24.10-5.3_opam-2.3) Base: ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f 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-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f # ubuntu-24.10-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.0 cmdliner.1.3.0 cppo.1.8.0 dune.3.19.1 fmt.0.10.0 notty.0.2.3 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --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 2025-07-04 15:12.35: Using cache hint "mirage/bloomf-ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f-ubuntu-24.10-5.3_opam-2.3-1f0bb621ee55900777973a058f358b6b" 2025-07-04 15:12.35: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f) (comment ubuntu-24.10-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.0 cmdliner.1.3.0 cppo.1.8.0 dune.3.19.1 fmt.0.10.0 notty.0.2.3 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.0.8 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.3 --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")) ) 2025-07-04 15:12.35: Waiting for resource in pool OCluster 2025-07-04 16:34.14: Waiting for worker… 2025-07-04 16:35.43: Got resource from pool OCluster Building on bremusa.ocamllabs.io hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialised empty Git repository in /var/cache/obuilder/ocluster/git/bloomf.git-9ac5a947525d0046e4746dd3be34cd3eb55f2439/.git/ HEAD is now at 084961d Merge pull request #9 from bobot/add_copy_function (from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f) Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f' locally docker.io/ocaml/opam@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f: Pulling from ocaml/opam ad109e5dce93: Already exists dc634e19af86: Already exists 57e39ec0c348: Already exists 3a9b654e5a6a: Already exists 16b687d4f9b5: Already exists f9e3dec678aa: Already exists 0b3c65653668: Already exists c33b5100c7ff: Already exists b9833b715169: Already exists 4c7bf6f24210: Already exists e66c02efebdd: Already exists 444c9bb1ea24: Pulling fs layer 2353deab2387: Pulling fs layer fba21ec4be3a: Pulling fs layer 262e6f9a93e5: Pulling fs layer 262e6f9a93e5: Waiting da06a0cd31e6: Pulling fs layer 0151299eee7b: Pulling fs layer 9172f4cd0741: Pulling fs layer da06a0cd31e6: Waiting 0151299eee7b: Waiting d27f086f0428: Pulling fs layer 9172f4cd0741: Waiting 4f4fb700ef54: Pulling fs layer d1bd047881dc: Pulling fs layer acfbf801bc2f: Pulling fs layer d27f086f0428: Waiting 4f4fb700ef54: Waiting d1bd047881dc: Waiting f9f07bfd0c21: Pulling fs layer acfbf801bc2f: Waiting cf6d39950a5a: Pulling fs layer f9f07bfd0c21: Waiting e25f50d4ffb2: Pulling fs layer c11e5b3456fe: Pulling fs layer cf6d39950a5a: Waiting e25f50d4ffb2: Waiting a54fa2962ae7: Pulling fs layer 95baf7d6699f: Pulling fs layer 254cce5b0c82: Pulling fs layer f147002abf18: Pulling fs layer c39dacdb1d7c: Pulling fs layer 769b5e8e6ac9: Pulling fs layer 95baf7d6699f: Waiting 254cce5b0c82: Waiting 1eaeff4f0735: Pulling fs layer 95b0155efb1f: Pulling fs layer 439d8b4c919a: Pulling fs layer ce2b6613014b: Pulling fs layer ce83403394d3: Pulling fs layer 4265a8f38215: Pulling fs layer 163515ff9d32: Pulling fs layer 8d20093f3766: Pulling fs layer 1f62263ddd06: Pulling fs layer 46cc6f04d49b: Pulling fs layer 16075f92b8dd: Pulling fs layer a80f248febc4: Pulling fs layer 91828e0e31db: Pulling fs layer f147002abf18: Waiting c39dacdb1d7c: Waiting 769b5e8e6ac9: Waiting 1eaeff4f0735: Waiting 95b0155efb1f: Waiting 439d8b4c919a: Waiting ce2b6613014b: Waiting ce83403394d3: Waiting 4265a8f38215: Waiting c11e5b3456fe: Waiting 163515ff9d32: Waiting 8d20093f3766: Waiting 1f62263ddd06: Waiting 46cc6f04d49b: Waiting 16075f92b8dd: Waiting a80f248febc4: Waiting 91828e0e31db: Waiting a54fa2962ae7: Waiting fba21ec4be3a: Download complete 2353deab2387: Verifying Checksum 2353deab2387: Download complete 262e6f9a93e5: Verifying Checksum 262e6f9a93e5: Download complete 444c9bb1ea24: Download complete da06a0cd31e6: Verifying Checksum da06a0cd31e6: Download complete 9172f4cd0741: Verifying Checksum 9172f4cd0741: Download complete 0151299eee7b: Verifying Checksum 0151299eee7b: Download complete 4f4fb700ef54: Download complete d27f086f0428: Verifying Checksum d27f086f0428: Download complete 444c9bb1ea24: Pull complete 2353deab2387: Pull complete fba21ec4be3a: Pull complete 262e6f9a93e5: Pull complete f9f07bfd0c21: Verifying Checksum f9f07bfd0c21: Download complete acfbf801bc2f: Verifying Checksum acfbf801bc2f: Download complete e25f50d4ffb2: Verifying Checksum e25f50d4ffb2: Download complete cf6d39950a5a: Verifying Checksum cf6d39950a5a: Download complete c11e5b3456fe: Download complete a54fa2962ae7: Verifying Checksum a54fa2962ae7: Download complete d1bd047881dc: Download complete 254cce5b0c82: Verifying Checksum 254cce5b0c82: Download complete 95baf7d6699f: Download complete f147002abf18: Download complete c39dacdb1d7c: Download complete 769b5e8e6ac9: Verifying Checksum 769b5e8e6ac9: Download complete da06a0cd31e6: Pull complete 0151299eee7b: Pull complete 9172f4cd0741: Pull complete d27f086f0428: Pull complete 4f4fb700ef54: Pull complete d1bd047881dc: Pull complete acfbf801bc2f: Pull complete f9f07bfd0c21: Pull complete cf6d39950a5a: Pull complete e25f50d4ffb2: Pull complete c11e5b3456fe: Pull complete a54fa2962ae7: Pull complete 95b0155efb1f: Verifying Checksum 95baf7d6699f: Pull complete 254cce5b0c82: Pull complete f147002abf18: Pull complete c39dacdb1d7c: Pull complete 769b5e8e6ac9: Pull complete ce2b6613014b: Download complete ce83403394d3: Verifying Checksum ce83403394d3: Download complete 4265a8f38215: Verifying Checksum 4265a8f38215: Download complete 163515ff9d32: Verifying Checksum 163515ff9d32: Download complete 8d20093f3766: Verifying Checksum 8d20093f3766: Download complete 439d8b4c919a: Verifying Checksum 439d8b4c919a: Download complete 1f62263ddd06: Verifying Checksum 1f62263ddd06: Download complete 16075f92b8dd: Verifying Checksum 16075f92b8dd: Download complete 1eaeff4f0735: Verifying Checksum 1eaeff4f0735: Download complete a80f248febc4: Verifying Checksum a80f248febc4: Download complete 91828e0e31db: Verifying Checksum 91828e0e31db: Download complete 46cc6f04d49b: Verifying Checksum 46cc6f04d49b: Download complete 1eaeff4f0735: Pull complete 95b0155efb1f: Pull complete 439d8b4c919a: Pull complete ce2b6613014b: Pull complete ce83403394d3: Pull complete 4265a8f38215: Pull complete 163515ff9d32: Pull complete 8d20093f3766: Pull complete 1f62263ddd06: Pull complete 46cc6f04d49b: Pull complete 16075f92b8dd: Pull complete a80f248febc4: Pull complete 91828e0e31db: Pull complete Digest: sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f Status: Downloaded newer image for ocaml/opam@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f 2025-07-04 16:35.44 ---> using "e55681b578954368722df1ef80ef5a6e867733b5ce3b430d5fe0a644788508bc" from cache /: (comment ubuntu-24.10-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-07-04 16:35.44 ---> using "dad3a40d97787bb28ac988400fbfa55ae43581b913d92de8a2ce00544cf8941c" 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. Continue? [y/n] y This development 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. [NOTE] The 'jobs' option was reset, its value was 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-04 16:35.44 ---> using "36de3e1328d453b1383731fb9a3a72ad6c2210927b408a03247029d32e97716a" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-63-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-07-04 16:35.44 ---> using "829925dfee67c959173942dbfdf9b19b81a1c2db703f2c8ddb099082f161d551" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-04 16:35.44 ---> using "48c0e443a0b5cb2329fc023964aaa702a0621bed3213547e049d4ad51c16146a" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bc726805e3..ee56c84f60 master -> origin/master 382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2 <><> 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, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-07-04 16:35.44 ---> using "71c9365a4908331a5fe6a23aa59a475a1c6e9659328ad4aedfb0c7ba950d4d7a" from cache /src: (copy (src bloomf.opam bloomf-bench.opam) (dst ./)) 2025-07-04 16:35.44 ---> saved as "8127c5e6c7f83d83e3d5d26d8c8f65add8dd5d808d386d6d2e045a20ad830b1c" /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) Package bloomf-bench does not exist, create as a NEW package? [y/n] y [bloomf-bench.dev] synchronised (file:///src) bloomf-bench is now pinned to file:///src (version dev) 2025-07-04 16:35.48 ---> saved as "6dd9faf11ea807de9aa4f67ded98c517331824f2dc3e1e621d894c7c10a057c7" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-04 16:35.49 ---> saved as "2478360511a4a8939c50bebeba0ec0782831f8a6c4c855f21946068060d44dba" /src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.0 cmdliner.1.3.0 cppo.1.8.0 dune.3.19.1 fmt.0.10.0 notty.0.2.3 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.0.8 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.3 --depext-only -y bloomf.dev bloomf-bench.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB] - Hit:2 http://archive.ubuntu.com/ubuntu oracular InRelease - Get:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB] - Get:5 http://security.ubuntu.com/ubuntu oracular-security/restricted amd64 Packages [370 kB] - Get:6 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [522 kB] - Get:7 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [389 kB] - Get:8 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [280 kB] - Get:9 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [357 kB] - Get:10 http://archive.ubuntu.com/ubuntu oracular-updates/restricted amd64 Packages [381 kB] - Fetched 2676 kB in 1s (2701 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-07-04 16:36.05 ---> saved as "52aa8f82c44824ed277d0c04a636c7c94143027d68619b64cc18fab64c6495a0" /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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 18 packages - install alcotest 1.9.0 - install astring 0.8.5 - install bechamel 0.5.0 - install bechamel-notty 0.5.0 - install bitv 2.0 - install cmdliner 1.3.0 - install cppo 1.8.0 - install dune 3.19.1 - install fmt 0.10.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.13.2 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved bechamel.0.5.0, bechamel-notty.0.5.0 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved bitv.2.0 (https://opam.ocaml.org/cache) -> retrieved fmt.0.10.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 seq.base (cached) -> installed seq.base -> retrieved re.1.13.2 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved dune.3.19.1 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed dune.3.19.1 -> installed stdlib-shims.0.3.0 -> installed bitv.2.0 -> installed bechamel.0.5.0 -> installed cppo.1.8.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.13.2 -> installed notty.0.2.3 -> installed alcotest.1.9.0 -> installed bechamel-notty.0.5.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-04 16:37.28 ---> saved as "d7a5c30474b9be6fb9883c38a1982cbbaae1979177e64c283cd6051dba2838ff" /src: (copy (src .) (dst /src)) 2025-07-04 16:37.28 ---> saved as "8be1d708dc78e787129702f932b089ceeffaad8770d4bd1418b268c4b9222ae3" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I bench/.main.eobjs/byte -I /home/opam/.opam/5.3/lib/bechamel -I /home/opam/.opam/5.3/lib/bechamel-notty -I /home/opam/.opam/5.3/lib/notty/unix -I src/.bloomf.objs/byte -no-alias-deps -opaque -o bench/.main.eobjs/byte/dune__exe__Main.cmo -c -impl bench/main.ml) File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). (cd _build/default/test && ./main.exe -q) Testing `Bloomf'. This run has ID `YX2DL3R1'. [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 49.980s. 4 tests run. 2025-07-04 16:38.21 ---> saved as "16b84fd740cd32737f8a1f5de3fe4676701faf1488c87929de62844d7ca7feb0" Job succeeded 2025-07-04 16:38.21: Job succeeded