Organisationsmiragebloomf084961 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2026-01-13 20:19.46: New job: test mirage/bloomf https://github.com/mirage/bloomf.git#refs/heads/master (084961d207cec4c3b041baa8a62bce12a3290a55) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500
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:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500
# debian-13-4.08_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.1.0 bechamel-notty.0.1.0 bitv.1.4 cmdliner.1.0.4 conf-m4.1 dune.2.3.0 fmt.0.8.6 jbuilder.1.0+beta20.1 notty.0.2.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocb-stubblr.0.1.0 re.1.7.2 seq.base stdlib-shims.0.1.0 topkg.1.0.8 uchar.0.0.2 uucp.14.0.0 uuidm.0.9.7 uuseg.14.0.0 uutf.1.0.3"
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-13 20:19.46: Using cache hint "mirage/bloomf-ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500-debian-13-4.08_opam-2.5-3765f47b892f352a6a25ea2c3e76a646"
2026-01-13 20:19.46: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500)
(comment debian-13-4.08_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.1.0 bechamel-notty.0.1.0 bitv.1.4 cmdliner.1.0.4 conf-m4.1 dune.2.3.0 fmt.0.8.6 jbuilder.1.0+beta20.1 notty.0.2.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocb-stubblr.0.1.0 re.1.7.2 seq.base stdlib-shims.0.1.0 topkg.1.0.8 uchar.0.0.2 uucp.14.0.0 uuidm.0.9.7 uuseg.14.0.0 uutf.1.0.3")
(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-13 20:19.46: Waiting for resource in pool OCluster
2026-01-13 23:17.25: Waiting for worker…
2026-01-13 23:19.24: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 084961d Merge pull request #9 from bobot/add_copy_function


(from ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500' locally
docker.io/ocaml/opam@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500: Pulling from ocaml/opam
281b80c799de: Already exists
00fc4ac50d5e: Already exists
7dc48a314bea: Already exists
8f654937f9e3: Already exists
1240f6fbe8cc: Already exists
f77f967230a1: Already exists
1b4ac3d9a8c2: Already exists
27b61414175d: Already exists
26fabf9b20e0: Already exists
b4426e2c299b: Already exists
9c12df827e83: Already exists
9a5608646906: Already exists
2a83342677ae: Already exists
5cbaedd36b85: Already exists
750a9830ac77: Already exists
400560080670: Already exists
bad13195b6fa: Already exists
b51fe78b498e: Already exists
185ce27e889b: Already exists
8a483dc1e759: Already exists
4de9d6d54a13: Already exists
0c268a22c8a0: Already exists
4f4fb700ef54: Already exists
e61881bc2621: Already exists
c864a4af1ff0: Already exists
42d012f62ad9: Already exists
ccb2ed78fa2e: Already exists
84c22434b2f6: Already exists
18c972827b32: Already exists
4c6dcdff9e80: Already exists
280bf9d33ca6: Already exists
51ce8c29753c: Already exists
5ac80663b9d2: Already exists
93f877c915e3: Already exists
8573ccc6bb69: Already exists
d26192cd75ec: Already exists
c7cce15b715e: Already exists
c998ca7b5976: Already exists
3cd1b61d806b: Already exists
19a26ec5319e: Already exists
b1f6813045f3: Already exists
7a2b7a29296d: Already exists
94a0ebb2d223: Already exists
1c7f29f6d19a: Already exists
1493b442f343: Already exists
Digest: sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500
Status: Downloaded newer image for ocaml/opam@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500
2026-01-13 23:19.25 ---> using "4c1f60dc0cc5644c6a4c05cf3315bdbf9cc478b70e443b212a1220385bab8bba" from cache


/: (comment debian-13-4.08_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-13 23:19.25 ---> using "92dd4fc960da195cf8060e96ee0990af7318cc2673fac9df60b7fa438452988b" 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-13 23:19.25 ---> using "aabd502144a2d34da48b540ca016cfc216bbcccbb82cd54dc1dbcd4eab0c47c4" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.08.1
2.5.0
2026-01-13 23:19.25 ---> using "2f5f566f7e806252bb5a6fcdcbd8b7bc314413458c854c3595c5ff2a71173bde" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-13 23:19.25 ---> using "b86df431ec01f8f97d0c50a8e2cdd966fd4d0009325244e611106efcf1f13127" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> 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-13 23:19.25 ---> using "2f4d00c82716dc08ebb0f469cea9af6fac04b5a1e7f12f6dabdb0b3e2e8d14a6" from cache


/src: (copy (src bloomf.opam bloomf-bench.opam) (dst ./))
2026-01-13 23:19.26 ---> saved as "7de625ccb1c7c21c88321d1f93de09683938e82d6ae9ebb997e586b5e91e2360"


/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-13 23:19.32 ---> saved as "72c733424b3e7c5727e9a9fbfcf4a2208ccc8852ebbde405af1b4eced86968f2"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-13 23:19.32 ---> saved as "3e23e9288ec73497db46fa21a7ae4c7e43aec3c40de70fcafd497d6e4ac8a509"


/src: (env DEPS "alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.1.0 bechamel-notty.0.1.0 bitv.1.4 cmdliner.1.0.4 conf-m4.1 dune.2.3.0 fmt.0.8.6 jbuilder.1.0+beta20.1 notty.0.2.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocb-stubblr.0.1.0 re.1.7.2 seq.base stdlib-shims.0.1.0 topkg.1.0.8 uchar.0.0.2 uucp.14.0.0 uuidm.0.9.7 uuseg.14.0.0 uutf.1.0.3")


/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://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.5 kB]
- Fetched 9997 kB in 2s (4628 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bloomf.dev] synchronised (file:///src)
[bloomf-bench.dev] synchronised (file:///src)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[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 system packages will first need to be installed:
m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- Selecting previously unselected package m4.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20622 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Setting up m4 (1.4.19-8) ...
# To update the current shell environment, run: eval $(opam env)
2026-01-13 23:20.00 ---> saved as "4add86f050c12846ce21dfcb1e5ac0abb809c1297704a008d6518604c51dd2aa"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[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 24 packages
- install alcotest       1.0.1
- install astring        0.8.3
- install base-bytes     base
- install bechamel       0.1.0
- install bechamel-notty 0.1.0
- install bitv           1.4
- install cmdliner       1.0.4
- install conf-m4        1
- install dune           2.3.0
- install fmt            0.8.6
- install jbuilder       1.0+beta20.1 (deprecated)
- install notty          0.2.1
- install ocamlbuild     0.14.0
- install ocamlfind      1.8.0
- install ocb-stubblr    0.1.0
- install re             1.7.2
- install seq            base
- install stdlib-shims   0.1.0
- install topkg          1.0.8
- install uchar          0.0.2
- install uucp           14.0.0
- install uuidm          0.9.7
- install uuseg          14.0.0
- install uutf           1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.0.1  (cached)
-> retrieved astring.0.8.3  (cached)
-> retrieved bechamel.0.1.0, bechamel-notty.0.1.0  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> installed conf-m4.1
-> retrieved bitv.1.4  (https://opam.ocaml.org/cache)
-> retrieved fmt.0.8.6  (cached)
-> retrieved notty.0.2.1  (https://opam.ocaml.org/cache)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune.2.3.0  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ocb-stubblr.0.1.0  (cached)
-> retrieved re.1.7.2  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved uuidm.0.9.7  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uuseg.14.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved uucp.14.0.0  (cached)
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed jbuilder.1.0+beta20.1
-> installed re.1.7.2
-> installed dune.2.3.0
-> installed topkg.1.0.8
-> installed stdlib-shims.0.1.0
-> installed bitv.1.4
-> installed uuidm.0.9.7
-> installed uutf.1.0.3
-> installed fmt.0.8.6
-> installed astring.0.8.3
-> installed bechamel.0.1.0
-> installed alcotest.1.0.1
-> installed ocb-stubblr.0.1.0
-> installed uucp.14.0.0
-> installed uuseg.14.0.0
-> installed notty.0.2.1
-> installed bechamel-notty.0.1.0
Done.


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2026-01-13 23:21.07 ---> saved as "4888b7b07f8ce6a15d9223487e96389a63777af1fb9e3d7739040230bec74ae4"


/src: (copy (src .) (dst /src))
2026-01-13 23:21.08 ---> saved as "96a78b74f5fa140ceb54e9a0a85106ef89e9fa58b223edfaf6963060ddc16a8e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.08/lib/re/re.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/glob/re.glob.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/perl/re.perl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/posix/re.posix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/str/re.str.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
main alias test/runtest
Testing Bloomf.
This run has ID `8D15C90B-A34B-4A28-9E48-128A4FA9C1F9`.
...                bloomf          0   Mem returns true when element was added.
[OK]                bloomf          0   Mem returns true when element was added.
...                bloomf          1   False positive rate is as specified (15% error allowed).
[SKIP]              bloomf          1   False positive rate is as specified (15% error allowed).
...                bloomf          2   Size estimate is correct.
[SKIP]              bloomf          2   Size estimate is correct.
...                bloomf          3   Union.
[OK]                bloomf          3   Union.
...                bloomf          4   Intersection.
[OK]                bloomf          4   Intersection.
...                bloomf          5   Serialisation.
[OK]                bloomf          5   Serialisation.
The full test results are available in `/src/_build/default/test/_build/_tests/8D15C90B-A34B-4A28-9E48-128A4FA9C1F9`.
Test Successful in 31.000s. 4 tests run.
2026-01-13 23:21.40 ---> saved as "83fc420805841a3516c6c9e49f2c39bfdacdc263f09344b895ea4012f529addd"
Job succeeded
2026-01-13 23:21.40: Job succeeded