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-4.14_opam-2.3) Base: ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f 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-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f # ubuntu-24.10-4.14_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-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.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.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-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f-ubuntu-24.10-4.14_opam-2.3-dc164044b6fc30e2aa9a29e95cece61e" 2025-07-04 15:12.35: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f) (comment ubuntu-24.10-4.14_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-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.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.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.44: Got resource from pool OCluster Building on odawa.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-24.10-ocaml-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f) 2025-07-04 16:35.44 ---> using "97fdbd7fb800699e57bf22ac6d763ef37fa57a9f3c6a029c7b220c64905375f5" from cache /: (comment ubuntu-24.10-4.14_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 "703f2a5749876b1931102c9eecf43974a6bd92df955cabf94d2f8ba4990ce557" 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 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. Continue? [y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-04 16:35.44 ---> using "a9261708f26729c5b855db0684aaf910a7c037e15ce735eb021c15bb646322fd" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-60-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-07-04 16:35.44 ---> using "d082c711a255d77988a9aeffc74c375030a63067a0e861f70193429234eb6b3b" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-04 16:35.44 ---> using "f746654e5af3371c94c8ce5c1fe09bad0fe7dfb71230364a5a61ea9b23dff474" 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 c7269f729a..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 "35128e6038fd60f93c5ec4f65d8c4dbddbe1e8c425fff24ef132c49c410defe9" from cache /src: (copy (src bloomf.opam bloomf-bench.opam) (dst ./)) 2025-07-04 16:35.44 ---> saved as "f1950b049f1b66cbc442366ea9e802504b5281f398269ffed4d7b391a951e078" /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.47 ---> saved as "7c2e1299516a5d47c98f87a7914650bbdd36a488f0be6f87641e4b533ca1caa5" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-04 16:35.47 ---> saved as "75cc8fc43c74978b71119933ce45da71a28f391b6ce80b4cda9281e9e46c85e2" /src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.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.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.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" - Hit:1 http://archive.ubuntu.com/ubuntu oracular InRelease - Get:2 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB] - Get:3 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB] - Get:4 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB] - Get:5 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [357 kB] - Get:6 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [522 kB] - Get:7 http://archive.ubuntu.com/ubuntu oracular-updates/restricted amd64 Packages [381 kB] - Get:8 http://security.ubuntu.com/ubuntu oracular-security/restricted amd64 Packages [370 kB] - Get:9 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [389 kB] - Get:10 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [280 kB] - Fetched 2676 kB in 1s (4207 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). 2025-07-04 16:35.55 ---> saved as "5cf8dcc842965039a8173b791aafb2def8e703b35bfede5617b63b349bd449ba" /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 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 bitv.2.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> 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 ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> 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 re.1.13.2 -> installed ocaml-syntax-shims.1.0.0 -> installed cppo.1.8.0 -> installed alcotest.1.9.0 -> installed notty.0.2.3 -> installed bechamel-notty.0.5.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-04 16:36.22 ---> saved as "92fdb6697ce48940de5e219bfcc7f8cefbf7d012653206f2d50f54975ae6c40f" /src: (copy (src .) (dst /src)) 2025-07-04 16:36.22 ---> saved as "e3bfa9badf5e26fc210a8acb9d8eda2ed165daa4418c238f241aad7a6e4cda89" /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 `7HXV3MZI'. [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 9.661s. 4 tests run. 2025-07-04 16:36.32 ---> saved as "51054f448bde2315cb1365a57be3cc6bf34c85139ba52426b74995dfb3c81867" Job succeeded 2025-07-04 16:36.32: Job succeeded