2025-10-18 16:36.57: New job: test mirage/bloomf https://github.com/mirage/bloomf.git#refs/heads/master (084961d207cec4c3b041baa8a62bce12a3290a55) (linux-x86_64:fedora-43-4.14_opam-2.4)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/bloomf.git" -b "master" && cd "bloomf" && git reset --hard 084961d2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52# fedora-43-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.0.0 cppo.1.8.0 dune.3.20.2 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.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y bloomf.dev bloomf-bench.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-18 16:36.57: Using cache hint "mirage/bloomf-ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52-fedora-43-4.14_opam-2.4-77c91e1cbf880d210cd4421ad1787302"2025-10-18 16:36.57: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)(comment fedora-43-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && 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.0.0 cppo.1.8.0 dune.3.20.2 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.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.4 --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-10-18 16:36.57: Waiting for resource in pool OCluster2025-10-18 18:09.30: Waiting for worker…2025-10-18 18:12.26: Got resource from pool OClusterBuilding on doris.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: 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' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized 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:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52' locallydocker.io/ocaml/opam@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52: Pulling from ocaml/opam3a6ccf50917d: Pulling fs layer698b8d1610af: Pulling fs layer7e5b745a56a4: Pulling fs layere8859609bfb8: Pulling fs layer51242d36b3fd: Pulling fs layer61958fadfb74: Pulling fs layer04578677ff3f: Pulling fs layer01b19b859bd1: Pulling fs layer47b008c442e7: Pulling fs layer434ff16e8a1b: Pulling fs layere2e8d2ec1110: Pulling fs layerbb8f1dbb2acd: Pulling fs layere8859609bfb8: Waitingc914fb01d9b0: Pulling fs layeracbc7d112060: Pulling fs layer7b0ca93f3f54: Pulling fs layer698b8d1610af: Waiting5a223856338a: Pulling fs layer7e5b745a56a4: Waitingace6a731f305: Pulling fs layer47b008c442e7: Waitingbb8f1dbb2acd: Waiting51242d36b3fd: Waiting434ff16e8a1b: Waiting61958fadfb74: Waitinge2e8d2ec1110: Waitingacbc7d112060: Waitinga6230b7fafa0: Pulling fs layer04578677ff3f: Waiting917f9b8155b5: Pulling fs layerc914fb01d9b0: Waiting01b19b859bd1: Waiting8f7a3b7d908f: Pulling fs layer7b0ca93f3f54: Waiting4f4fb700ef54: Pulling fs layerace6a731f305: Waiting5a223856338a: Waitinga6230b7fafa0: Waiting7af8a72dec52: Pulling fs layer917f9b8155b5: Waiting8f7a3b7d908f: Waiting9565a36b4e3a: Pulling fs layera1ba7d9452a1: Pulling fs layer7af8a72dec52: Waiting24a9095bda75: Pulling fs layer9565a36b4e3a: Waiting16c026bd2ca7: Pulling fs layera1ba7d9452a1: Waiting6b821f07d597: Pulling fs layer24a9095bda75: Waiting4f4fb700ef54: Waitingafd0175f27f4: Pulling fs layer16c026bd2ca7: Waiting88ab18f654c7: Pulling fs layer6b821f07d597: Waitingbe69a91a3ef7: Pulling fs layerafd0175f27f4: Waitingce8a4e53f5e3: Pulling fs layer88ab18f654c7: Waiting3e2bdc6df5e4: Pulling fs layerff986d64677f: Pulling fs layer9c9f7117b120: Pulling fs layerce8a4e53f5e3: Waiting8bc6797e23fc: Pulling fs layer07b81fe7312a: Pulling fs layer3e2bdc6df5e4: Waitingbe69a91a3ef7: Waiting43fc65bb52eb: Pulling fs layer9c9f7117b120: Waitinga5d75845130a: Pulling fs layer8bc6797e23fc: Waitingff986d64677f: Waiting07b81fe7312a: Waiting1eec13083f65: Pulling fs layer43fc65bb52eb: Waiting502b0eef2b39: Pulling fs layerc1a5e9a62af8: Pulling fs layer1eec13083f65: Waitinga5d75845130a: Waiting13ca68c1356e: Pulling fs layer502b0eef2b39: Waitingb02e3b0a0c41: Pulling fs layerc1a5e9a62af8: Waiting13ca68c1356e: Waitingb02e3b0a0c41: Waiting698b8d1610af: Verifying Checksum698b8d1610af: Download complete3a6ccf50917d: Verifying Checksum3a6ccf50917d: Download complete3a6ccf50917d: Pull complete698b8d1610af: Pull complete51242d36b3fd: Verifying Checksum51242d36b3fd: Download complete61958fadfb74: Verifying Checksum61958fadfb74: Download complete04578677ff3f: Verifying Checksum04578677ff3f: Download complete01b19b859bd1: Verifying Checksum01b19b859bd1: Download complete47b008c442e7: Verifying Checksum47b008c442e7: Download complete434ff16e8a1b: Verifying Checksum434ff16e8a1b: Download completee2e8d2ec1110: Verifying Checksume2e8d2ec1110: Download completebb8f1dbb2acd: Verifying Checksumbb8f1dbb2acd: Download completec914fb01d9b0: Verifying Checksumc914fb01d9b0: Download completeacbc7d112060: Verifying Checksumacbc7d112060: Download complete7b0ca93f3f54: Verifying Checksum7b0ca93f3f54: Download complete5a223856338a: Verifying Checksum5a223856338a: Download completeace6a731f305: Download completea6230b7fafa0: Download complete917f9b8155b5: Verifying Checksum917f9b8155b5: Download complete8f7a3b7d908f: Verifying Checksum8f7a3b7d908f: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete7af8a72dec52: Verifying Checksum7af8a72dec52: Download complete9565a36b4e3a: Verifying Checksum9565a36b4e3a: Download completea1ba7d9452a1: Verifying Checksuma1ba7d9452a1: Download complete24a9095bda75: Download complete16c026bd2ca7: Download complete6b821f07d597: Verifying Checksum6b821f07d597: Download completeafd0175f27f4: Verifying Checksumafd0175f27f4: Download complete88ab18f654c7: Verifying Checksum88ab18f654c7: Download completebe69a91a3ef7: Verifying Checksumbe69a91a3ef7: Download completece8a4e53f5e3: Download complete3e2bdc6df5e4: Verifying Checksum3e2bdc6df5e4: Download completeff986d64677f: Verifying Checksumff986d64677f: Download complete9c9f7117b120: Verifying Checksum9c9f7117b120: Download complete8bc6797e23fc: Verifying Checksum8bc6797e23fc: Download complete7e5b745a56a4: Verifying Checksum7e5b745a56a4: Download complete43fc65bb52eb: Verifying Checksum43fc65bb52eb: Download completea5d75845130a: Verifying Checksuma5d75845130a: Download complete1eec13083f65: Verifying Checksum1eec13083f65: Download complete7e5b745a56a4: Pull complete07b81fe7312a: Verifying Checksum07b81fe7312a: Download completee8859609bfb8: Verifying Checksume8859609bfb8: Download completee8859609bfb8: Pull complete51242d36b3fd: Pull complete61958fadfb74: Pull complete04578677ff3f: Pull complete01b19b859bd1: Pull complete47b008c442e7: Pull complete434ff16e8a1b: Pull completee2e8d2ec1110: Pull completebb8f1dbb2acd: Pull completec914fb01d9b0: Pull completeacbc7d112060: Pull complete7b0ca93f3f54: Pull complete5a223856338a: Pull completeace6a731f305: Pull completea6230b7fafa0: Pull complete917f9b8155b5: Pull complete8f7a3b7d908f: Pull complete4f4fb700ef54: Pull complete7af8a72dec52: Pull complete9565a36b4e3a: Pull completea1ba7d9452a1: Pull complete24a9095bda75: Pull complete16c026bd2ca7: Pull complete6b821f07d597: Pull completeafd0175f27f4: Pull complete88ab18f654c7: Pull completebe69a91a3ef7: Pull completece8a4e53f5e3: Pull complete3e2bdc6df5e4: Pull completeff986d64677f: Pull complete9c9f7117b120: Pull complete8bc6797e23fc: Pull complete07b81fe7312a: Pull complete43fc65bb52eb: Pull completea5d75845130a: Pull complete1eec13083f65: Pull completec1a5e9a62af8: Verifying Checksumc1a5e9a62af8: Download complete13ca68c1356e: Download completeb02e3b0a0c41: Verifying Checksumb02e3b0a0c41: Download complete502b0eef2b39: Verifying Checksum502b0eef2b39: Download complete502b0eef2b39: Pull completec1a5e9a62af8: Pull complete13ca68c1356e: Pull completeb02e3b0a0c41: Pull completeDigest: sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52Status: Downloaded newer image for ocaml/opam@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb522025-10-18 18:12.27 ---> using "eff1ce5e32c7f8b8343a5c02e7f09c1f2495c9a1c7103f693d04375f30e30d11" from cache/: (comment fedora-43-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 - Updates 100% | 93.5 KiB/s | 23.9 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2025-10-18 18:12.27 ---> using "539b6860d861916654a676969490f4b634b158f259c18d3ac592c3c997eba783" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-18 18:12.27 ---> using "e12cefea2f2f5b469e179585d2c765ac2baf9332734082a245c7c52002bc9c65" 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] Initialised2025-10-18 18:12.27 ---> using "b2bbe53b4d2b95275e2c0bbaf344efd40767d651ade22efbcfb773f281af0097" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.14.22.4.12025-10-18 18:12.27 ---> using "2a9a612fdb4247c5cf9861b29cc7abeaa727473dda457b6ddcd5e0a27cc54521" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-18 18:12.27 ---> using "b7cd289f8f3fabdf5bb02ef230944cf9bf6d73f3ebc44c0711329c4bea2cde87" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1<><> 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.3.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)2025-10-18 18:12.27 ---> using "bc7f1c7ac1dc758cb92920741da10c98cf77abddc76cd35684996ebc30ac7c7d" from cache/src: (copy (src bloomf.opam bloomf-bench.opam) (dst ./))2025-10-18 18:12.27 ---> saved as "1d31453d4fdb837025c74864466c405c3e0715e9b8aab69b6c51b68d214df72c"/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)2025-10-18 18:12.29 ---> saved as "5ec66e536481945980210c9842c64e831867a88505190ef9651b4f2696ad6e65"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-18 18:12.29 ---> saved as "469a3104fd9a227f57722edf26714ed5dfa876c57373de21ffb8e58a7303b2fa"/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.0.0 cppo.1.8.0 dune.3.20.2 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.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.4 --depext-only -y bloomf.dev bloomf-bench.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> 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).2025-10-18 18:12.36 ---> saved as "a4d40697862c5e7cb0b97d4dcb52a50e7bf98f2546ba691611bc058dd92aa1d5"/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.0.0- install cppo 1.8.0- install dune 3.20.2- 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.0- 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.0.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.0 (cached)-> retrieved dune.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.20.2-> 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 alcotest.1.9.1-> installed notty.0.2.3-> installed bechamel-notty.0.5.0Done.# To update the current shell environment, run: eval $(opam env)2025-10-18 18:13.03 ---> saved as "ecf32c036dd38b97e1045258acecc0413165bb4f3f24c794728bf6490b83579a"/src: (copy (src .) (dst /src))2025-10-18 18:13.03 ---> saved as "1adadb635de074f2e59d34989e5c429094eed3a126290f8904894fd90bae0f38"/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 `WTSVUAU2'.[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.406s. 4 tests run.2025-10-18 18:13.16 ---> saved as "ab494b34f02304f1ee626be43ffcfee42f9c8cb02f784624feb1d7d5e58788c1"Job succeeded2025-10-18 18:13.16: Job succeeded